Definition at line 27 of file Sample.h.
 
|  | 
|  | Sample () | 
|  | 
|  | Sample (const Sample &other) | 
|  | 
|  | Sample (std::string Name) | 
|  | 
|  | Sample (std::string Name, std::string HistoName, std::string InputFile, std::string HistoPath="") | 
|  | constructor from name, file and path. Name of the histogram should not include the path 
 | 
|  | 
| void | ActivateStatError () | 
|  | 
| void | ActivateStatError (std::string HistoName, std::string InputFile, std::string HistoPath="") | 
|  | 
| void | AddHistoFactor (const HistoFactor &Factor) | 
|  | 
| void | AddHistoFactor (std::string Name, std::string HistoNameLow, std::string HistoFileLow, std::string HistoPathLow, std::string HistoNameHigh, std::string HistoFileHigh, std::string HistoPathHigh) | 
|  | 
| void | AddHistoSys (const HistoSys &Sys) | 
|  | 
| void | AddHistoSys (std::string Name, std::string HistoNameLow, std::string HistoFileLow, std::string HistoPathLow, std::string HistoNameHigh, std::string HistoFileHigh, std::string HistoPathHigh) | 
|  | 
| void | AddNormFactor (const NormFactor &Factor) | 
|  | 
| void | AddNormFactor (std::string const &Name, double Val, double Low, double High) | 
|  | 
| void | AddOverallSys (const OverallSys &Sys) | 
|  | 
| void | AddOverallSys (std::string Name, double Low, double High) | 
|  | 
| void | AddShapeFactor (const ShapeFactor &Factor) | 
|  | 
| void | AddShapeFactor (std::string Name) | 
|  | 
| void | AddShapeSys (const ShapeSys &Sys) | 
|  | 
| void | AddShapeSys (std::string Name, Constraint::Type ConstraintType, std::string HistoName, std::string HistoFile, std::string HistoPath="") | 
|  | 
| std::string | GetChannelName () const | 
|  | get name of associated channel 
 | 
|  | 
| const TH1 * | GetHisto () const | 
|  | 
| std::vector< RooStats::HistFactory::HistoFactor > & | GetHistoFactorList () | 
|  | 
| const std::vector< RooStats::HistFactory::HistoFactor > & | GetHistoFactorList () const | 
|  | 
| std::string | GetHistoName () const | 
|  | get histogram name 
 | 
|  | 
| std::string | GetHistoPath () const | 
|  | get histogram path 
 | 
|  | 
| std::vector< RooStats::HistFactory::HistoSys > & | GetHistoSysList () | 
|  | 
| const std::vector< RooStats::HistFactory::HistoSys > & | GetHistoSysList () const | 
|  | 
| std::string | GetInputFile () const | 
|  | get input ROOT file 
 | 
|  | 
| std::string | GetName () const | 
|  | get name of sample 
 | 
|  | 
| bool | GetNormalizeByTheory () const | 
|  | does the normalization scale with luminosity 
 | 
|  | 
| std::vector< RooStats::HistFactory::NormFactor > & | GetNormFactorList () | 
|  | 
| const std::vector< RooStats::HistFactory::NormFactor > & | GetNormFactorList () const | 
|  | 
| std::vector< RooStats::HistFactory::OverallSys > & | GetOverallSysList () | 
|  | 
| const std::vector< RooStats::HistFactory::OverallSys > & | GetOverallSysList () const | 
|  | 
| std::vector< RooStats::HistFactory::ShapeFactor > & | GetShapeFactorList () | 
|  | 
| const std::vector< RooStats::HistFactory::ShapeFactor > & | GetShapeFactorList () const | 
|  | 
| std::vector< RooStats::HistFactory::ShapeSys > & | GetShapeSysList () | 
|  | 
| const std::vector< RooStats::HistFactory::ShapeSys > & | GetShapeSysList () const | 
|  | 
| RooStats::HistFactory::StatError & | GetStatError () | 
|  | 
| const RooStats::HistFactory::StatError & | GetStatError () const | 
|  | 
| bool | HasStatError () const | 
|  | 
| Sample & | operator= (const Sample &other) | 
|  | 
| void | Print (std::ostream &=std::cout) const | 
|  | 
| void | PrintXML (std::ofstream &xml) const | 
|  | 
| void | SetChannelName (const std::string &ChannelName) | 
|  | set name of associated channel 
 | 
|  | 
| void | SetHisto (TH1 *histo) | 
|  | 
| void | SetHistoName (const std::string &HistoName) | 
|  | set histogram name 
 | 
|  | 
| void | SetHistoPath (const std::string &HistoPath) | 
|  | set histogram path 
 | 
|  | 
| void | SetInputFile (const std::string &InputFile) | 
|  | set input ROOT file 
 | 
|  | 
| void | SetName (const std::string &Name) | 
|  | set name of sample 
 | 
|  | 
| void | SetNormalizeByTheory (bool norm) | 
|  | defines whether the normalization scale with luminosity 
 | 
|  | 
| void | SetStatError (RooStats::HistFactory::StatError Error) | 
|  | 
| void | SetValue (double Val) | 
|  | 
| void | writeToFile (std::string FileName, std::string DirName) | 
|  |