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

class RooStats::HistFactory::StatError




Function Members (Methods)

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

TH1* GetErrorHist()
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; }
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; }