![]() |
ROOT
6.06/09
Reference Guide
|
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 () |
| TH1 * | GetErrorHist () |
| 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:
|
inline |
Definition at line 317 of file Systematics.h.
|
inline |
Definition at line 323 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError().
|
inline |
Definition at line 324 of file Systematics.h.
Referenced by RooStats::HistFactory::GetChannelEstimateSummaries().
| TH1 * RooStats::HistFactory::StatError::GetErrorHist | ( | ) |
Definition at line 365 of file Systematics.cxx.
Referenced by RooStats::HistFactory::Channel::CheckHistograms(), and RooStats::HistFactory::GetChannelEstimateSummaries().
|
inline |
Definition at line 333 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError(), and RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 336 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError(), and RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 330 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError(), and RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 327 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CheckHistograms(), and RooStats::HistFactory::Channel::CollectHistograms().
| void RooStats::HistFactory::StatError::Print | ( | std::ostream & | stream = std::cout | ) |
Definition at line 370 of file Systematics.cxx.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError().
| void RooStats::HistFactory::StatError::PrintXML | ( | std::ostream & | xml | ) |
Definition at line 378 of file Systematics.cxx.
Definition at line 340 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 332 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError().
|
inline |
Definition at line 335 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError().
|
inline |
Definition at line 329 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError().
|
inline |
Definition at line 326 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::ActivateStatError().
| void RooStats::HistFactory::StatError::writeToFile | ( | const std::string & | FileName, |
| const std::string & | DirName | ||
| ) |
Definition at line 393 of file Systematics.cxx.
|
protected |
Definition at line 344 of file Systematics.h.
Referenced by Activate(), and GetActivate().
|
protected |
Definition at line 351 of file Systematics.h.
Referenced by SetErrorHist().
|
protected |
Definition at line 347 of file Systematics.h.
Referenced by GetHistoName(), and SetHistoName().
|
protected |
Definition at line 348 of file Systematics.h.
Referenced by GetHistoPath(), and SetHistoPath().
|
protected |
Definition at line 346 of file Systematics.h.
Referenced by GetInputFile(), and SetInputFile().
|
protected |
Definition at line 345 of file Systematics.h.
Referenced by GetUseHisto(), and SetUseHisto().