Logo ROOT  
Reference Guide
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 GetCommand (std::string Name, std::string Expression, std::string Dependents)
 
std::string GetDependents ()
 
std::string GetExpression ()
 
std::string GetName ()
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 
void SetCommand (const std::string &Command)
 
void SetDependents (const std::string &Dependents)
 
void SetExpression (const std::string &Expression)
 
void SetName (const std::string &Name)
 

Protected Attributes

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

#include <RooStats/HistFactory/PreprocessFunction.h>

Constructor & Destructor Documentation

◆ PreprocessFunction()

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

Definition at line 21 of file PreprocessFunction.cxx.

Member Function Documentation

◆ GetCommand() [1/2]

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

Definition at line 34 of file PreprocessFunction.h.

◆ GetCommand() [2/2]

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

Definition at line 26 of file PreprocessFunction.cxx.

◆ GetDependents()

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

Definition at line 31 of file PreprocessFunction.h.

◆ GetExpression()

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

Definition at line 28 of file PreprocessFunction.h.

◆ GetName()

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

Definition at line 25 of file PreprocessFunction.h.

◆ Print()

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

Definition at line 32 of file PreprocessFunction.cxx.

◆ PrintXML()

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

Definition at line 41 of file PreprocessFunction.cxx.

◆ SetCommand()

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

Definition at line 33 of file PreprocessFunction.h.

◆ SetDependents()

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

Definition at line 30 of file PreprocessFunction.h.

◆ SetExpression()

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

Definition at line 27 of file PreprocessFunction.h.

◆ SetName()

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

Definition at line 24 of file PreprocessFunction.h.

Member Data Documentation

◆ fCommand

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

Definition at line 43 of file PreprocessFunction.h.

◆ fDependents

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

Definition at line 41 of file PreprocessFunction.h.

◆ fExpression

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

Definition at line 40 of file PreprocessFunction.h.

◆ fName

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

Definition at line 39 of file PreprocessFunction.h.

Libraries for RooStats::HistFactory::PreprocessFunction:
[legend]

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