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

class RooStats::HistFactory::StatError

Function Members (Methods)

public:
~StatError()
voidActivate(bool IsActive = true)
boolGetActivate()
TH1*GetErrorHist()
stringGetHistoName()
stringGetHistoPath()
stringGetInputFile()
boolGetUseHisto()
RooStats::HistFactory::StatError&operator=(const RooStats::HistFactory::StatError&)
voidPrint(ostream& = std::cout)
voidPrintXML(ostream&)
voidSetErrorHist(TH1* Error)
voidSetHistoName(const string& HistoName)
voidSetHistoPath(const string& HistoPath)
voidSetInputFile(const string& InputFile)
voidSetUseHisto(bool UseHisto = true)
RooStats::HistFactory::StatErrorStatError()
RooStats::HistFactory::StatErrorStatError(const RooStats::HistFactory::StatError&)
voidwriteToFile(const string& FileName, const string& DirName)

Data Members

protected:
boolfActivate
stringfHistoName
stringfHistoPath
stringfInputFile
boolfUseHistoUse an external histogram for the errors
RooStats::HistFactory::HistReffhError

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void Print(ostream& = std::cout)
void PrintXML(ostream& )
void writeToFile(const string& FileName, const string& DirName)
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* Error)
{ fhError = hError; }
StatError()
{;}
void Activate(bool IsActive = true)
{ fActivate = IsActive; }
bool GetActivate()
{ return fActivate; }
void SetUseHisto(bool UseHisto = true)
{ fUseHisto = UseHisto; }
bool GetUseHisto()
{ return fUseHisto; }