A++ » ROOSTATS » HISTFACTORY » RooStats::HistFactory::PreprocessFunction

class RooStats::HistFactory::PreprocessFunction

Function Members (Methods)

Data Members

protected:
stringfCommand
stringfDependents
stringfExpression
stringfName

Class Charts

Inheritance Chart:
RooStats::HistFactory::PreprocessFunction

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; }