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

Definition at line 216 of file Systematics.h.

Public Member Functions

 ShapeSys ()
 
void SetName (const std::string &Name)
 
std::string GetName ()
 
void SetInputFile (const std::string &InputFile)
 
std::string GetInputFile ()
 
void SetHistoName (const std::string &HistoName)
 
std::string GetHistoName ()
 
void SetHistoPath (const std::string &HistoPath)
 
std::string GetHistoPath ()
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 
void writeToFile (const std::string &FileName, const std::string &DirName)
 
TH1GetErrorHist ()
 
void SetErrorHist (TH1 *hError)
 
void SetConstraintType (Constraint::Type ConstrType)
 
Constraint::Type GetConstraintType ()
 

Protected Attributes

std::string fName
 
std::string fInputFile
 
std::string fHistoName
 
std::string fHistoPath
 
Constraint::Type fConstraintType
 
HistRef fhError
 

#include <RooStats/HistFactory/Systematics.h>

+ Collaboration diagram for RooStats::HistFactory::ShapeSys:

Constructor & Destructor Documentation

RooStats::HistFactory::ShapeSys::ShapeSys ( )
inline

Definition at line 220 of file Systematics.h.

Member Function Documentation

Constraint::Type RooStats::HistFactory::ShapeSys::GetConstraintType ( )
inline

Definition at line 242 of file Systematics.h.

Referenced by ClassImp(), and RooStats::HistFactory::GetChannelEstimateSummaries().

TH1 * RooStats::HistFactory::ShapeSys::GetErrorHist ( )
std::string RooStats::HistFactory::ShapeSys::GetHistoName ( )
inline
std::string RooStats::HistFactory::ShapeSys::GetHistoPath ( )
inline

Definition at line 232 of file Systematics.h.

Referenced by RooStats::HistFactory::Channel::CollectHistograms().

std::string RooStats::HistFactory::ShapeSys::GetInputFile ( )
inline
std::string RooStats::HistFactory::ShapeSys::GetName ( )
inline
void RooStats::HistFactory::ShapeSys::Print ( std::ostream &  stream = std::cout)

Definition at line 173 of file Systematics.cxx.

Referenced by RooStats::HistFactory::ConfigParser::MakeShapeSys().

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

Definition at line 182 of file Systematics.cxx.

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

void RooStats::HistFactory::ShapeSys::SetConstraintType ( Constraint::Type  ConstrType)
inline
void RooStats::HistFactory::ShapeSys::SetErrorHist ( TH1 hError)
inline

Definition at line 239 of file Systematics.h.

Referenced by RooStats::HistFactory::Channel::CollectHistograms().

void RooStats::HistFactory::ShapeSys::SetHistoName ( const std::string &  HistoName)
inline
void RooStats::HistFactory::ShapeSys::SetHistoPath ( const std::string &  HistoPath)
inline
void RooStats::HistFactory::ShapeSys::SetInputFile ( const std::string &  InputFile)
inline
void RooStats::HistFactory::ShapeSys::SetName ( const std::string &  Name)
inline
void RooStats::HistFactory::ShapeSys::writeToFile ( const std::string &  FileName,
const std::string &  DirName 
)

Definition at line 192 of file Systematics.cxx.

Member Data Documentation

Constraint::Type RooStats::HistFactory::ShapeSys::fConstraintType
protected

Definition at line 250 of file Systematics.h.

Referenced by GetConstraintType(), and SetConstraintType().

HistRef RooStats::HistFactory::ShapeSys::fhError
protected

Definition at line 253 of file Systematics.h.

Referenced by SetErrorHist().

std::string RooStats::HistFactory::ShapeSys::fHistoName
protected

Definition at line 248 of file Systematics.h.

Referenced by GetHistoName(), and SetHistoName().

std::string RooStats::HistFactory::ShapeSys::fHistoPath
protected

Definition at line 249 of file Systematics.h.

Referenced by GetHistoPath(), and SetHistoPath().

std::string RooStats::HistFactory::ShapeSys::fInputFile
protected

Definition at line 247 of file Systematics.h.

Referenced by GetInputFile(), and SetInputFile().

std::string RooStats::HistFactory::ShapeSys::fName
protected

Definition at line 246 of file Systematics.h.

Referenced by GetName(), and SetName().


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