ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Attributes | List of all members
RooStats::HistFactory::PreprocessFunction Class Reference

Definition at line 11 of file PreprocessFunction.h.

Public Member Functions

 PreprocessFunction ()
 
 PreprocessFunction (std::string Name, std::string Expression, std::string Dependents)
 
std::string GetCommand (std::string Name, std::string Expression, std::string Dependents)
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 
void SetName (const std::string &Name)
 
std::string GetName ()
 
void SetExpression (const std::string &Expression)
 
std::string GetExpression ()
 
void SetDependents (const std::string &Dependents)
 
std::string GetDependents ()
 
void SetCommand (const std::string &Command)
 
std::string GetCommand ()
 

Protected Attributes

std::string fName
 
std::string fExpression
 
std::string fDependents
 
std::string fCommand
 

#include <RooStats/HistFactory/PreprocessFunction.h>

+ Collaboration diagram for RooStats::HistFactory::PreprocessFunction:

Constructor & Destructor Documentation

RooStats::HistFactory::PreprocessFunction::PreprocessFunction ( )

Definition at line 24 of file PreprocessFunction.cxx.

RooStats::HistFactory::PreprocessFunction::PreprocessFunction ( std::string  Name,
std::string  Expression,
std::string  Dependents 
)

Definition at line 26 of file PreprocessFunction.cxx.

Member Function Documentation

std::string RooStats::HistFactory::PreprocessFunction::GetCommand ( std::string  Name,
std::string  Expression,
std::string  Dependents 
)
std::string RooStats::HistFactory::PreprocessFunction::GetCommand ( )
inline

Definition at line 34 of file PreprocessFunction.h.

Referenced by PreprocessFunction().

std::string RooStats::HistFactory::PreprocessFunction::GetDependents ( )
inline

Definition at line 31 of file PreprocessFunction.h.

std::string RooStats::HistFactory::PreprocessFunction::GetExpression ( )
inline

Definition at line 28 of file PreprocessFunction.h.

std::string RooStats::HistFactory::PreprocessFunction::GetName ( )
inline

Definition at line 25 of file PreprocessFunction.h.

void RooStats::HistFactory::PreprocessFunction::Print ( std::ostream &  stream = std::cout)

Definition at line 37 of file PreprocessFunction.cxx.

void RooStats::HistFactory::PreprocessFunction::PrintXML ( std::ostream &  xml)

Definition at line 46 of file PreprocessFunction.cxx.

Referenced by RooStats::HistFactory::Measurement::PrintXML().

void RooStats::HistFactory::PreprocessFunction::SetCommand ( const std::string &  Command)
inline

Definition at line 33 of file PreprocessFunction.h.

void RooStats::HistFactory::PreprocessFunction::SetDependents ( const std::string &  Dependents)
inline

Definition at line 30 of file PreprocessFunction.h.

void RooStats::HistFactory::PreprocessFunction::SetExpression ( const std::string &  Expression)
inline

Definition at line 27 of file PreprocessFunction.h.

void RooStats::HistFactory::PreprocessFunction::SetName ( const std::string &  Name)
inline

Definition at line 24 of file PreprocessFunction.h.

Member Data Documentation

std::string RooStats::HistFactory::PreprocessFunction::fCommand
protected

Definition at line 43 of file PreprocessFunction.h.

Referenced by GetCommand(), PreprocessFunction(), and SetCommand().

std::string RooStats::HistFactory::PreprocessFunction::fDependents
protected

Definition at line 41 of file PreprocessFunction.h.

Referenced by GetDependents(), and SetDependents().

std::string RooStats::HistFactory::PreprocessFunction::fExpression
protected

Definition at line 40 of file PreprocessFunction.h.

Referenced by GetExpression(), and SetExpression().

std::string RooStats::HistFactory::PreprocessFunction::fName
protected

Definition at line 39 of file PreprocessFunction.h.

Referenced by GetName(), and SetName().


The documentation for this class was generated from the following files: