ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | List of all members
RooStats::HistFactory::HistoSys Class Reference

Definition at line 104 of file Systematics.h.

Public Member Functions

 HistoSys ()
 
 HistoSys (const std::string &Name)
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 
void writeToFile (const std::string &FileName, const std::string &DirName)
 
void SetHistoLow (TH1 *Low)
 
void SetHistoHigh (TH1 *High)
 
TH1GetHistoLow ()
 
TH1GetHistoHigh ()
 
void SetName (const std::string &Name)
 
std::string GetName ()
 
void SetInputFileLow (const std::string &InputFileLow)
 
void SetInputFileHigh (const std::string &InputFileHigh)
 
std::string GetInputFileLow ()
 
std::string GetInputFileHigh ()
 
void SetHistoNameLow (const std::string &HistoNameLow)
 
void SetHistoNameHigh (const std::string &HistoNameHigh)
 
std::string GetHistoNameLow ()
 
std::string GetHistoNameHigh ()
 
void SetHistoPathLow (const std::string &HistoPathLow)
 
void SetHistoPathHigh (const std::string &HistoPathHigh)
 
std::string GetHistoPathLow ()
 
std::string GetHistoPathHigh ()
 

Protected Attributes

std::string fName
 
std::string fInputFileLow
 
std::string fHistoNameLow
 
std::string fHistoPathLow
 
std::string fInputFileHigh
 
std::string fHistoNameHigh
 
std::string fHistoPathHigh
 
HistRef fhLow
 
HistRef fhHigh
 

#include <RooStats/HistFactory/Systematics.h>

Constructor & Destructor Documentation

RooStats::HistFactory::HistoSys::HistoSys ( )
inline

Definition at line 108 of file Systematics.h.

RooStats::HistFactory::HistoSys::HistoSys ( const std::string &  Name)
inline

Definition at line 109 of file Systematics.h.

Member Function Documentation

TH1 * RooStats::HistFactory::HistoSys::GetHistoHigh ( )
TH1 * RooStats::HistFactory::HistoSys::GetHistoLow ( )
std::string RooStats::HistFactory::HistoSys::GetHistoNameHigh ( )
inline
std::string RooStats::HistFactory::HistoSys::GetHistoNameLow ( )
inline
std::string RooStats::HistFactory::HistoSys::GetHistoPathHigh ( )
inline

Definition at line 140 of file Systematics.h.

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

std::string RooStats::HistFactory::HistoSys::GetHistoPathLow ( )
inline

Definition at line 139 of file Systematics.h.

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

std::string RooStats::HistFactory::HistoSys::GetInputFileHigh ( )
inline
std::string RooStats::HistFactory::HistoSys::GetInputFileLow ( )
inline
std::string RooStats::HistFactory::HistoSys::GetName ( )
inline
void RooStats::HistFactory::HistoSys::Print ( std::ostream &  stream = std::cout)

Definition at line 105 of file Systematics.cxx.

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

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

Definition at line 116 of file Systematics.cxx.

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

void RooStats::HistFactory::HistoSys::SetHistoHigh ( TH1 High)
inline

Definition at line 116 of file Systematics.h.

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

void RooStats::HistFactory::HistoSys::SetHistoLow ( TH1 Low)
inline

Definition at line 115 of file Systematics.h.

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

void RooStats::HistFactory::HistoSys::SetHistoNameHigh ( const std::string &  HistoNameHigh)
inline
void RooStats::HistFactory::HistoSys::SetHistoNameLow ( const std::string &  HistoNameLow)
inline
void RooStats::HistFactory::HistoSys::SetHistoPathHigh ( const std::string &  HistoPathHigh)
inline
void RooStats::HistFactory::HistoSys::SetHistoPathLow ( const std::string &  HistoPathLow)
inline
void RooStats::HistFactory::HistoSys::SetInputFileHigh ( const std::string &  InputFileHigh)
inline
void RooStats::HistFactory::HistoSys::SetInputFileLow ( const std::string &  InputFileLow)
inline
void RooStats::HistFactory::HistoSys::SetName ( const std::string &  Name)
inline
void RooStats::HistFactory::HistoSys::writeToFile ( const std::string &  FileName,
const std::string &  DirName 
)

Definition at line 128 of file Systematics.cxx.

Member Data Documentation

HistRef RooStats::HistFactory::HistoSys::fhHigh
protected

Definition at line 156 of file Systematics.h.

Referenced by SetHistoHigh().

std::string RooStats::HistFactory::HistoSys::fHistoNameHigh
protected

Definition at line 151 of file Systematics.h.

Referenced by GetHistoNameHigh(), and SetHistoNameHigh().

std::string RooStats::HistFactory::HistoSys::fHistoNameLow
protected

Definition at line 147 of file Systematics.h.

Referenced by GetHistoNameLow(), and SetHistoNameLow().

std::string RooStats::HistFactory::HistoSys::fHistoPathHigh
protected

Definition at line 152 of file Systematics.h.

Referenced by GetHistoPathHigh(), and SetHistoPathHigh().

std::string RooStats::HistFactory::HistoSys::fHistoPathLow
protected

Definition at line 148 of file Systematics.h.

Referenced by GetHistoPathLow(), and SetHistoPathLow().

HistRef RooStats::HistFactory::HistoSys::fhLow
protected

Definition at line 155 of file Systematics.h.

Referenced by SetHistoLow().

std::string RooStats::HistFactory::HistoSys::fInputFileHigh
protected

Definition at line 150 of file Systematics.h.

Referenced by GetInputFileHigh(), and SetInputFileHigh().

std::string RooStats::HistFactory::HistoSys::fInputFileLow
protected

Definition at line 146 of file Systematics.h.

Referenced by GetInputFileLow(), and SetInputFileLow().

std::string RooStats::HistFactory::HistoSys::fName
protected

Definition at line 144 of file Systematics.h.

Referenced by GetName(), and SetName().

Collaboration diagram for RooStats::HistFactory::HistoSys:
[legend]

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