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

class RooStats::HistFactory::PreprocessFunction

Function Members (Methods)

public:
~PreprocessFunction()
stringGetCommand()
stringGetCommand(string Name, string Expression, string Dependents)
stringGetDependents()
stringGetExpression()
stringGetName()
RooStats::HistFactory::PreprocessFunction&operator=(const RooStats::HistFactory::PreprocessFunction&)
RooStats::HistFactory::PreprocessFunctionPreprocessFunction()
RooStats::HistFactory::PreprocessFunctionPreprocessFunction(const RooStats::HistFactory::PreprocessFunction&)
RooStats::HistFactory::PreprocessFunctionPreprocessFunction(string Name, string Expression, string Dependents)
voidPrint(ostream& = std::cout)
voidPrintXML(ostream&)
voidSetCommand(const string& Command)
voidSetDependents(const string& Dependents)
voidSetExpression(const string& Expression)
voidSetName(const string& Name)

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& )
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; }
std::string GetCommand()
{ return fCommand; }