47#ifndef _PGETSINGLEHISTORUNBLOCKDIALOG_H_
48#define _PGETSINGLEHISTORUNBLOCKDIALOG_H_
53#include "ui_PGetSingleHistoRunBlockDialog.h"
113 QString
getMap(
bool &valid);
119 QString
getForward() {
return QString(
"forward " + fForwardHistoNo_lineEdit->text() +
"\n"); }
125 QString
getNorm() {
return QString(
"norm " + fNorm_lineEdit->text() +
"\n"); }
131 QString
getT0(
bool &present);
QString getNorm()
Gets the normalization parameter line.
QString getFitRange(bool &valid)
Generates the fit range specification for the single histogram block.
QString getForward()
Gets the forward histogram specification line.
QString fHelpUrl
URL to the online documentation for single histogram RUN blocks.
QString getPacking(bool &present)
Generates the packing (rebinning) specification for the single histogram block.
QString getMap(bool &valid)
Generates the parameter map line for the single histogram block.
QString getData(bool &valid)
Generates the data range specification for the single histogram block.
QString getT0(bool &present)
Generates the T0 (time zero) specification for the single histogram block.
PGetSingleHistoRunBlockDialog(const QString helpUrl="", const bool lifetimeCorrection=true)
Constructs the single histogram RUN block dialog.
QString getBackground(bool &valid)
Generates the background specification for the single histogram block.
void helpContent()
Opens the online help for single histogram RUN blocks.
QString getRunHeaderInfo()
Generates the RUN header line for the single histogram block.
QString getMuonLifetimeParam(bool &present)
Generates the muon lifetime parameter line for the single histogram block.
QString getLifetimeCorrection(bool &present)
Generates the lifetime correction flag for the single histogram block.