ROOT » ROOFIT » HISTFACTORY » RooStats::HistFactory::StatErrorConfig

class RooStats::HistFactory::StatErrorConfig




Function Members (Methods)

Data Members

protected:
RooStats::HistFactory::Constraint::TypefConstraintType
doublefRelErrorThreshold

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void Print(ostream& = std::cout)
void PrintXML(ostream& )
void SetConstraintType(RooStats::HistFactory::Constraint::Type ConstrType)
{ fConstraintType = ConstrType; }
Constraint::Type GetConstraintType()
{ return fConstraintType; }
StatErrorConfig()
{;}
void SetRelErrorThreshold(double Threshold)
{ fRelErrorThreshold = Threshold; }
double GetRelErrorThreshold()
{ return fRelErrorThreshold; }