ROOT
6.07/01
Reference Guide
|
Definition at line 161 of file Systematics.h.
Public Member Functions | |
HistoFactor () | |
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 () |
void | Print (std::ostream &=std::cout) |
void | writeToFile (const std::string &FileName, const std::string &DirName) |
void | PrintXML (std::ostream &) |
TH1 * | GetHistoLow () |
TH1 * | GetHistoHigh () |
void | SetHistoLow (TH1 *Low) |
void | SetHistoHigh (TH1 *High) |
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>
|
inline |
Definition at line 165 of file Systematics.h.
TH1 * RooStats::HistFactory::HistoFactor::GetHistoHigh | ( | ) |
Definition at line 234 of file Systematics.cxx.
Referenced by RooStats::HistFactory::Channel::CheckHistograms().
TH1 * RooStats::HistFactory::HistoFactor::GetHistoLow | ( | ) |
Definition at line 229 of file Systematics.cxx.
Referenced by RooStats::HistFactory::Channel::CheckHistograms().
|
inline |
Definition at line 180 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 179 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 186 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 185 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 174 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 173 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 168 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CheckHistograms().
void RooStats::HistFactory::HistoFactor::Print | ( | std::ostream & | stream = std::cout | ) |
Definition at line 217 of file Systematics.cxx.
void RooStats::HistFactory::HistoFactor::PrintXML | ( | std::ostream & | xml | ) |
Definition at line 277 of file Systematics.cxx.
Referenced by RooStats::HistFactory::Sample::PrintXML().
Definition at line 195 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
Definition at line 194 of file Systematics.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 177 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddHistoFactor().
|
inline |
Definition at line 176 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddHistoFactor().
|
inline |
Definition at line 183 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddHistoFactor(), and RooStats::HistFactory::ConfigParser::MakeHistoFactor().
|
inline |
Definition at line 182 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddHistoFactor(), and RooStats::HistFactory::ConfigParser::MakeHistoFactor().
|
inline |
Definition at line 171 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddHistoFactor(), and RooStats::HistFactory::ConfigParser::MakeHistoFactor().
|
inline |
Definition at line 170 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddHistoFactor(), and RooStats::HistFactory::ConfigParser::MakeHistoFactor().
|
inline |
Definition at line 167 of file Systematics.h.
Referenced by RooStats::HistFactory::Sample::AddHistoFactor().
void RooStats::HistFactory::HistoFactor::writeToFile | ( | const std::string & | FileName, |
const std::string & | DirName | ||
) |
Definition at line 240 of file Systematics.cxx.
|
protected |
Definition at line 211 of file Systematics.h.
Referenced by SetHistoHigh().
|
protected |
Definition at line 206 of file Systematics.h.
Referenced by GetHistoNameHigh(), and SetHistoNameHigh().
|
protected |
Definition at line 202 of file Systematics.h.
Referenced by GetHistoNameLow(), and SetHistoNameLow().
|
protected |
Definition at line 207 of file Systematics.h.
Referenced by GetHistoPathHigh(), and SetHistoPathHigh().
|
protected |
Definition at line 203 of file Systematics.h.
Referenced by GetHistoPathLow(), and SetHistoPathLow().
|
protected |
Definition at line 210 of file Systematics.h.
Referenced by SetHistoLow().
|
protected |
Definition at line 205 of file Systematics.h.
Referenced by GetInputFileHigh(), and SetInputFileHigh().
|
protected |
Definition at line 201 of file Systematics.h.
Referenced by GetInputFileLow(), and SetInputFileLow().
|
protected |
Definition at line 199 of file Systematics.h.