Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooStats::HistFactory::PreprocessFunction Class Reference

Definition at line 10 of file PreprocessFunction.h.

Public Member Functions

 PreprocessFunction ()
 
 PreprocessFunction (std::string const &name, std::string const &expression, std::string const &dependents)
 
std::string GetCommand () const
 
std::string const & GetDependents () const
 
std::string const & GetExpression () const
 
std::string const & GetName () const
 
void Print (std::ostream &=std::cout) const
 
void PrintXML (std::ostream &) const
 
void SetDependents (const std::string &dependents)
 
void SetExpression (const std::string &expression)
 
void SetName (const std::string &name)
 

Private Attributes

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

#include <RooStats/HistFactory/PreprocessFunction.h>

Constructor & Destructor Documentation

◆ PreprocessFunction() [1/2]

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

Definition at line 12 of file PreprocessFunction.h.

◆ PreprocessFunction() [2/2]

RooStats::HistFactory::PreprocessFunction::PreprocessFunction ( std::string const &  name,
std::string const &  expression,
std::string const &  dependents 
)

Definition at line 41 of file PreprocessFunction.cxx.

Member Function Documentation

◆ GetCommand()

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

Definition at line 47 of file PreprocessFunction.cxx.

◆ GetDependents()

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

Definition at line 26 of file PreprocessFunction.h.

◆ GetExpression()

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

Definition at line 23 of file PreprocessFunction.h.

◆ GetName()

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

Definition at line 20 of file PreprocessFunction.h.

◆ Print()

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

Definition at line 52 of file PreprocessFunction.cxx.

◆ PrintXML()

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

Definition at line 58 of file PreprocessFunction.cxx.

◆ SetDependents()

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

Definition at line 25 of file PreprocessFunction.h.

◆ SetExpression()

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

Definition at line 22 of file PreprocessFunction.h.

◆ SetName()

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

Definition at line 19 of file PreprocessFunction.h.

Member Data Documentation

◆ fDependents

std::string RooStats::HistFactory::PreprocessFunction::fDependents
private

Definition at line 33 of file PreprocessFunction.h.

◆ fExpression

std::string RooStats::HistFactory::PreprocessFunction::fExpression
private

Definition at line 32 of file PreprocessFunction.h.

◆ fName

std::string RooStats::HistFactory::PreprocessFunction::fName
private

Definition at line 31 of file PreprocessFunction.h.

Libraries for RooStats::HistFactory::PreprocessFunction:

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