![]() |
ROOT
6.06/09
Reference Guide
|
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) |
| TH1 * | GetErrorHist () |
| 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:
|
inline |
Definition at line 220 of file Systematics.h.
|
inline |
Definition at line 242 of file Systematics.h.
Referenced by ClassImp(), and RooStats::HistFactory::GetChannelEstimateSummaries().
| TH1 * RooStats::HistFactory::ShapeSys::GetErrorHist | ( | ) |
Definition at line 167 of file Systematics.cxx.
Referenced by RooStats::HistFactory::Channel::CheckHistograms(), ClassImp(), and RooStats::HistFactory::GetChannelEstimateSummaries().
|
inline |
Definition at line 229 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
|
inline |
Definition at line 232 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 226 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
|
inline |
Definition at line 223 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CheckHistograms(), ClassImp(), RooStats::HistFactory::GetChannelEstimateSummaries(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
| 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().
|
inline |
Definition at line 241 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddShapeSys(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
Definition at line 239 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 228 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddShapeSys(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
|
inline |
Definition at line 231 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddShapeSys(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
|
inline |
Definition at line 225 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddShapeSys(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
|
inline |
Definition at line 222 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddShapeSys(), and RooStats::HistFactory::ConfigParser::MakeShapeSys().
| void RooStats::HistFactory::ShapeSys::writeToFile | ( | const std::string & | FileName, |
| const std::string & | DirName | ||
| ) |
Definition at line 192 of file Systematics.cxx.
|
protected |
Definition at line 250 of file Systematics.h.
Referenced by GetConstraintType(), and SetConstraintType().
|
protected |
Definition at line 253 of file Systematics.h.
Referenced by SetErrorHist().
|
protected |
Definition at line 248 of file Systematics.h.
Referenced by GetHistoName(), and SetHistoName().
|
protected |
Definition at line 249 of file Systematics.h.
Referenced by GetHistoPath(), and SetHistoPath().
|
protected |
Definition at line 247 of file Systematics.h.
Referenced by GetInputFile(), and SetInputFile().
|
protected |
Definition at line 246 of file Systematics.h.