| ~Sample() |
void | ActivateStatError() |
void | ActivateStatError(string HistoName, string InputFile, string HistoPath = "") |
void | AddHistoFactor(const RooStats::HistFactory::HistoFactor& Factor) |
void | AddHistoFactor(string Name, string HistoNameLow, string HistoFileLow, string HistoPathLow, string HistoNameHigh, string HistoFileHigh, string HistoPathHigh) |
void | AddHistoSys(const RooStats::HistFactory::HistoSys& Sys) |
void | AddHistoSys(string Name, string HistoNameLow, string HistoFileLow, string HistoPathLow, string HistoNameHigh, string HistoFileHigh, string HistoPathHigh) |
void | AddNormFactor(const RooStats::HistFactory::NormFactor& Factor) |
void | AddNormFactor(string Name, Double_t Val, Double_t Low, Double_t High, bool Const = false) |
void | AddOverallSys(const RooStats::HistFactory::OverallSys& Sys) |
void | AddOverallSys(string Name, Double_t Low, Double_t High) |
void | AddShapeFactor(string Name) |
void | AddShapeFactor(const RooStats::HistFactory::ShapeFactor& Factor) |
void | AddShapeSys(const RooStats::HistFactory::ShapeSys& Sys) |
void | AddShapeSys(string Name, RooStats::HistFactory::Constraint::Type ConstraintType, string HistoName, string HistoFile, string HistoPath = "") |
string | GetChannelName() |
TH1* | GetHisto() |
vector<RooStats::HistFactory::HistoFactor>& | GetHistoFactorList() |
string | GetHistoName() |
string | GetHistoPath() |
vector<RooStats::HistFactory::HistoSys>& | GetHistoSysList() |
string | GetInputFile() |
string | GetName() |
bool | GetNormalizeByTheory() |
vector<RooStats::HistFactory::NormFactor>& | GetNormFactorList() |
vector<RooStats::HistFactory::OverallSys>& | GetOverallSysList() |
vector<RooStats::HistFactory::ShapeFactor>& | GetShapeFactorList() |
vector<RooStats::HistFactory::ShapeSys>& | GetShapeSysList() |
RooStats::HistFactory::StatError& | GetStatError() |
RooStats::HistFactory::Sample& | operator=(const RooStats::HistFactory::Sample&) |
void | Print(ostream& = std::cout) |
void | PrintXML(ofstream& xml) |
RooStats::HistFactory::Sample | Sample() |
RooStats::HistFactory::Sample | Sample(string Name) |
RooStats::HistFactory::Sample | Sample(const RooStats::HistFactory::Sample& other) |
RooStats::HistFactory::Sample | Sample(string Name, string HistoName, string InputFile, string HistoPath = "") |
void | SetChannelName(const string& ChannelName) |
void | SetHisto(TH1* histo) |
void | SetHistoName(const string& HistoName) |
void | SetHistoPath(const string& HistoPath) |
void | SetInputFile(const string& InputFile) |
void | SetName(const string& Name) |
void | SetNormalizeByTheory(bool norm) |
void | SetStatError(RooStats::HistFactory::StatError Error) |
void | SetValue(Double_t Val) |
void | writeToFile(string FileName, string DirName) |