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

class RooStats::HistFactory::HistoSys

Function Members (Methods)

public:
~HistoSys()
TH1*GetHistoHigh()
TH1*GetHistoLow()
stringGetHistoNameHigh()
stringGetHistoNameLow()
stringGetHistoPathHigh()
stringGetHistoPathLow()
stringGetInputFileHigh()
stringGetInputFileLow()
stringGetName()
RooStats::HistFactory::HistoSysHistoSys()
RooStats::HistFactory::HistoSysHistoSys(const string& Name)
RooStats::HistFactory::HistoSysHistoSys(const RooStats::HistFactory::HistoSys&)
RooStats::HistFactory::HistoSys&operator=(const RooStats::HistFactory::HistoSys&)
voidPrint(ostream& = std::cout)
voidPrintXML(ostream&)
voidSetHistoHigh(TH1* High)
voidSetHistoLow(TH1* Low)
voidSetHistoNameHigh(const string& HistoNameHigh)
voidSetHistoNameLow(const string& HistoNameLow)
voidSetHistoPathHigh(const string& HistoPathHigh)
voidSetHistoPathLow(const string& HistoPathLow)
voidSetInputFileHigh(const string& InputFileHigh)
voidSetInputFileLow(const string& InputFileLow)
voidSetName(const string& Name)
voidwriteToFile(const string& FileName, const string& DirName)

Data Members

protected:
stringfHistoNameHigh
stringfHistoNameLow
stringfHistoPathHigh
stringfHistoPathLow
stringfInputFileHigh
stringfInputFileLow
stringfName
RooStats::HistFactory::HistReffhHigh
RooStats::HistFactory::HistReffhLow

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& )
HistoSys()
{;}
HistoSys(const std::string& Name)
{;}
void writeToFile(const string& FileName, const string& DirName)
void SetHistoLow(TH1* Low)
{ fhLow = Low; }
void SetHistoHigh(TH1* High)
{ fhHigh = High; }
TH1* GetHistoLow()
TH1* GetHistoHigh()
void SetInputFileLow(const string& InputFileLow)
{ fInputFileLow = InputFileLow; }
void SetInputFileHigh(const string& InputFileHigh)
{ fInputFileHigh = InputFileHigh; }
std::string GetInputFileLow()
{ return fInputFileLow; }
std::string GetInputFileHigh()
{ return fInputFileHigh; }
void SetHistoNameLow(const string& HistoNameLow)
{ fHistoNameLow = HistoNameLow; }
void SetHistoNameHigh(const string& HistoNameHigh)
{ fHistoNameHigh = HistoNameHigh; }
std::string GetHistoNameLow()
{ return fHistoNameLow; }
std::string GetHistoNameHigh()
{ return fHistoNameHigh; }
void SetHistoPathLow(const string& HistoPathLow)
{ fHistoPathLow = HistoPathLow; }
void SetHistoPathHigh(const string& HistoPathHigh)
{ fHistoPathHigh = HistoPathHigh; }
std::string GetHistoPathLow()
{ return fHistoPathLow; }
std::string GetHistoPathHigh()
{ return fHistoPathHigh; }