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

class RooStats::HistFactory::OverallSys

Function Members (Methods)

Data Members

protected:
doublefHigh
doublefLow
stringfName

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

OverallSys()
{}
void SetName(const string& Name)
{ fName = Name; }
std::string GetName()
{ return fName; }
void SetLow(double Low)
{ fLow = Low; }
void SetHigh(double High)
{ fHigh = High; }
double GetLow()
{ return fLow; }
double GetHigh()
{ return fHigh; }
void Print(ostream& = std::cout)
void PrintXML(ostream& )