ROOT logo
ROOT » ROOFIT » HISTFACTORY » RooStats::HistFactory::ShapeSys

class RooStats::HistFactory::ShapeSys

Function Members (Methods)

public:
~ShapeSys()
RooStats::HistFactory::Constraint::TypeGetConstraintType()
TH1*GetErrorHist()
stringGetHistoName()
stringGetHistoPath()
stringGetInputFile()
stringGetName()
RooStats::HistFactory::ShapeSys&operator=(const RooStats::HistFactory::ShapeSys&)
voidPrint(ostream& = std::cout)
voidPrintXML(ostream&)
voidSetConstraintType(RooStats::HistFactory::Constraint::Type ConstrType)
voidSetErrorHist(TH1* hError)
voidSetHistoName(const string& HistoName)
voidSetHistoPath(const string& HistoPath)
voidSetInputFile(const string& InputFile)
voidSetName(const string& Name)
RooStats::HistFactory::ShapeSysShapeSys()
RooStats::HistFactory::ShapeSysShapeSys(const RooStats::HistFactory::ShapeSys&)
voidwriteToFile(const string& FileName, const string& DirName)

Data Members

protected:
RooStats::HistFactory::Constraint::TypefConstraintType
stringfHistoName
stringfHistoPath
stringfInputFile
stringfName
RooStats::HistFactory::HistReffhError

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void SetName(const string& Name)
{ fName = Name; }
std::string GetName()
{ return fName; }
void Print(ostream& = std::cout)
void PrintXML(ostream& )
void writeToFile(const string& FileName, const string& DirName)
ShapeSys()
{}
void SetInputFile(const string& InputFile)
{ fInputFile = InputFile; }
std::string GetInputFile()
{ return fInputFile; }
void SetHistoName(const string& HistoName)
{ fHistoName = HistoName; }
std::string GetHistoName()
{ return fHistoName; }
void SetHistoPath(const string& HistoPath)
{ fHistoPath = HistoPath; }
std::string GetHistoPath()
{ return fHistoPath; }
TH1* GetErrorHist()
void SetErrorHist(TH1* hError)
{ fhError = hError; }
void SetConstraintType(RooStats::HistFactory::Constraint::Type ConstrType)
{ fConstraintType = ConstrType; }
Constraint::Type GetConstraintType()
{ return fConstraintType; }