![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 258 of file Systematics.h.
Public Member Functions | |
| ShapeFactor () | |
| void | SetName (const std::string &Name) |
| std::string | GetName () |
| void | Print (std::ostream &=std::cout) |
| void | PrintXML (std::ostream &) |
| void | writeToFile (const std::string &FileName, const std::string &DirName) |
| void | SetInitialShape (TH1 *shape) |
| TH1 * | GetInitialShape () |
| void | SetConstant (bool constant) |
| bool | IsConstant () |
| bool | HasInitialShape () |
| 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 () |
Protected Attributes | |
| std::string | fName |
| bool | fConstant |
| bool | fHasInitialShape |
| std::string | fHistoName |
| std::string | fHistoPath |
| std::string | fInputFile |
| TH1 * | fhInitialShape |
#include <RooStats/HistFactory/Systematics.h>
Collaboration diagram for RooStats::HistFactory::ShapeFactor:| RooStats::HistFactory::ShapeFactor::ShapeFactor | ( | ) |
Definition at line 292 of file Systematics.cxx.
|
inline |
Definition at line 289 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::ConfigParser::MakeShapeFactor().
|
inline |
Definition at line 295 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 272 of file Systematics.h.
|
inline |
Definition at line 283 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 265 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::MakeShapeFactor().
|
inline |
Definition at line 277 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::ConfigParser::MakeShapeFactor().
|
inline |
Definition at line 275 of file Systematics.h.
| void RooStats::HistFactory::ShapeFactor::Print | ( | std::ostream & | stream = std::cout | ) |
Definition at line 296 of file Systematics.cxx.
Referenced by RooStats::HistFactory::ConfigParser::MakeShapeFactor().
| void RooStats::HistFactory::ShapeFactor::PrintXML | ( | std::ostream & | xml | ) |
Definition at line 336 of file Systematics.cxx.
Referenced by RooStats::HistFactory::Sample::PrintXML().
|
inline |
Definition at line 274 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::MakeShapeFactor().
|
inline |
Definition at line 285 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::MakeShapeFactor().
|
inline |
Definition at line 291 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::MakeShapeFactor().
Definition at line 271 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 279 of file Systematics.h.
Referenced by RooStats::HistFactory::ConfigParser::MakeShapeFactor().
|
inline |
Definition at line 264 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddShapeFactor(), and RooStats::HistFactory::ConfigParser::MakeShapeFactor().
| void RooStats::HistFactory::ShapeFactor::writeToFile | ( | const std::string & | FileName, |
| const std::string & | DirName | ||
| ) |
Definition at line 313 of file Systematics.cxx.
|
protected |
Definition at line 300 of file Systematics.h.
Referenced by IsConstant(), and SetConstant().
|
protected |
Definition at line 304 of file Systematics.h.
Referenced by HasInitialShape(), SetHistoName(), SetHistoPath(), and SetInputFile().
|
protected |
Definition at line 308 of file Systematics.h.
Referenced by GetInitialShape(), and SetInitialShape().
|
protected |
Definition at line 305 of file Systematics.h.
Referenced by GetHistoName(), and SetHistoName().
|
protected |
Definition at line 306 of file Systematics.h.
Referenced by GetHistoPath(), and SetHistoPath().
|
protected |
Definition at line 307 of file Systematics.h.
Referenced by GetInputFile(), and SetInputFile().
|
protected |
Definition at line 298 of file Systematics.h.