47#ifndef _PGETASYMMETRYRUNBLOCKDIALOG_H_
48#define _PGETASYMMETRYRUNBLOCKDIALOG_H_
50#include "ui_PGetAsymmetryRunBlockDialog.h"
105 QString
getMap(
bool &valid);
111 QString
getForward() {
return QString(
"forward " + fForwardHistoNo_lineEdit->text() +
"\n"); }
117 QString
getBackward() {
return QString(
"backward " + fBackwardHistoNo_lineEdit->text() +
"\n"); }
121 QString
getT0(
bool &present);
QString getBetaParameter(bool &present)
Generates the beta parameter line for the asymmetry block.
QString getRunHeaderInfo()
Generates the RUN header line for the asymmetry block.
QString getFitRange(bool &valid)
Generates the fit range specification for the asymmetry block.
QString getMap(bool &valid)
Generates the parameter map line for the asymmetry block.
QString getData(bool &valid)
Generates the data range specification for the asymmetry block.
PGetAsymmetryRunBlockDialog(const QString helpUrl)
Constructs the asymmetry RUN block dialog.
QString getForward()
Get the forward histogram specification line.
QString getBackground(bool &valid)
Generates the background specification for the asymmetry block.
void helpContent()
Opens the online help for asymmetry RUN blocks.
QString getT0(bool &present)
Generates the T0 (time zero) specification for the asymmetry block.
QString fHelpUrl
URL to the online documentation for asymmetry RUN blocks.
QString getBackward()
Get the backward histogram specification line.
QString getPacking(bool &present)
Generates the packing (rebinning) specification for the asymmetry block.
QString getAlphaParameter(bool &present)
Generates the alpha parameter line for the asymmetry block.