This class encapsulates all information for the statistical interpretation of one experiment. It can be combined with other channels (e.g. for the combination of multiple experiments, or to constrain nuisance parameters with information obtained in a control region). A channel contains one or more samples which describe the contribution from different processes to this measurement.
TH1* | GetHistogram(string InputFile, string HistoPath, string HistoName) |
vector<RooStats::HistFactory::Data> | fAdditionalData | |
RooStats::HistFactory::Data | fData | |
string | fHistoPath | |
string | fInputFile | |
string | fName | |
vector<RooStats::HistFactory::Sample> | fSamples | |
RooStats::HistFactory::StatErrorConfig | fStatErrorConfig |
set name of input file containing histograms
{ fInputFile = file; }
add additional data object
{ fAdditionalData.push_back(data); }
retrieve vector of additional data objects
{ return fAdditionalData; }
get information about threshold for statistical uncertainties and constraint term
{ return fStatErrorConfig; }
get vector of samples for this channel
{ return fSamples; }