ROOT » ROOFIT » HISTFACTORY » RooStats::HistFactory::PreprocessFunction

class RooStats::HistFactory::PreprocessFunction




Function Members (Methods)

Data Members

protected:
stringfCommand
stringfDependents
stringfExpression
stringfName

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

PreprocessFunction()
{;}
PreprocessFunction(string Name, string Expression, string Dependents)
std::string GetCommand(string Name, string Expression, string Dependents)
void Print(ostream& = std::cout)
void PrintXML(ostream& )
PreprocessFunction()
PreprocessFunction(string Name, string Expression, string Dependents)
std::string GetCommand(string Name, string Expression, string Dependents)
void SetName(const string& Name)
{ fName = Name; }
std::string GetName()
{ return fName; }
void SetExpression(const string& Expression)
{ fExpression = Expression; }
std::string GetExpression()
{ return fExpression; }
void SetDependents(const string& Dependents)
{ fDependents = Dependents; }
std::string GetDependents()
{ return fDependents; }
void SetCommand(const string& Command)
{ fCommand = Command; }