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

Definition at line 313 of file Systematics.h.

Public Member Functions

 StatError ()
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 
void writeToFile (const std::string &FileName, const std::string &DirName)
 
void Activate (bool IsActive=true)
 
bool GetActivate ()
 
void SetUseHisto (bool UseHisto=true)
 
bool GetUseHisto ()
 
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 ()
 
TH1GetErrorHist ()
 
void SetErrorHist (TH1 *Error)
 

Protected Attributes

bool fActivate
 
bool fUseHisto
 
std::string fInputFile
 
std::string fHistoName
 
std::string fHistoPath
 
HistRef fhError
 

#include <RooStats/HistFactory/Systematics.h>

+ Collaboration diagram for RooStats::HistFactory::StatError:

Constructor & Destructor Documentation

RooStats::HistFactory::StatError::StatError ( )
inline

Definition at line 317 of file Systematics.h.

Member Function Documentation

void RooStats::HistFactory::StatError::Activate ( bool  IsActive = true)
inline
bool RooStats::HistFactory::StatError::GetActivate ( )
inline

Definition at line 324 of file Systematics.h.

Referenced by RooStats::HistFactory::GetChannelEstimateSummaries().

TH1 * RooStats::HistFactory::StatError::GetErrorHist ( )
std::string RooStats::HistFactory::StatError::GetHistoName ( )
inline
std::string RooStats::HistFactory::StatError::GetHistoPath ( )
inline
std::string RooStats::HistFactory::StatError::GetInputFile ( )
inline
bool RooStats::HistFactory::StatError::GetUseHisto ( )
inline
void RooStats::HistFactory::StatError::Print ( std::ostream &  stream = std::cout)
void RooStats::HistFactory::StatError::PrintXML ( std::ostream &  xml)

Definition at line 378 of file Systematics.cxx.

void RooStats::HistFactory::StatError::SetErrorHist ( TH1 Error)
inline

Definition at line 340 of file Systematics.h.

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

void RooStats::HistFactory::StatError::SetHistoName ( const std::string &  HistoName)
inline
void RooStats::HistFactory::StatError::SetHistoPath ( const std::string &  HistoPath)
inline
void RooStats::HistFactory::StatError::SetInputFile ( const std::string &  InputFile)
inline
void RooStats::HistFactory::StatError::SetUseHisto ( bool  UseHisto = true)
inline
void RooStats::HistFactory::StatError::writeToFile ( const std::string &  FileName,
const std::string &  DirName 
)

Definition at line 393 of file Systematics.cxx.

Member Data Documentation

bool RooStats::HistFactory::StatError::fActivate
protected

Definition at line 344 of file Systematics.h.

Referenced by Activate(), and GetActivate().

HistRef RooStats::HistFactory::StatError::fhError
protected

Definition at line 351 of file Systematics.h.

Referenced by SetErrorHist().

std::string RooStats::HistFactory::StatError::fHistoName
protected

Definition at line 347 of file Systematics.h.

Referenced by GetHistoName(), and SetHistoName().

std::string RooStats::HistFactory::StatError::fHistoPath
protected

Definition at line 348 of file Systematics.h.

Referenced by GetHistoPath(), and SetHistoPath().

std::string RooStats::HistFactory::StatError::fInputFile
protected

Definition at line 346 of file Systematics.h.

Referenced by GetInputFile(), and SetInputFile().

bool RooStats::HistFactory::StatError::fUseHisto
protected

Definition at line 345 of file Systematics.h.

Referenced by GetUseHisto(), and SetUseHisto().


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