ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
Data () | |
Data (const Data &other) | |
Data (std::string HistoName, std::string InputFile, std::string HistoPath="") | |
constructor from name, file and path. Name of the histogram should not include the path More... | |
std::string | GetName () |
void | SetName (const std::string &name) |
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 (std::string FileName, std::string DirName) |
TH1 * | GetHisto () |
void | SetHisto (TH1 *Hist) |
Protected Attributes | |
std::string | fName |
std::string | fInputFile |
std::string | fHistoName |
std::string | fHistoPath |
HistRef | fhData |
#include <RooStats/HistFactory/Data.h>
Definition at line 41 of file Data.cxx.
Referenced by RooStats::HistFactory::GetChannelEstimateSummaries().
|
inline |
Definition at line 41 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::ConfigParser::CreateDataElement().
|
inline |
Definition at line 44 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::ConfigParser::CreateDataElement().
|
inline |
Definition at line 38 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::ConfigParser::CreateDataElement().
|
inline |
Definition at line 34 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement(), and RooStats::HistFactory::ConfigParser::ParseChannelXMLFile().
Definition at line 51 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms().
|
inline |
Definition at line 40 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement().
|
inline |
Definition at line 43 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement().
|
inline |
Definition at line 37 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement().
|
inline |
Definition at line 35 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement().
Definition at line 57 of file Data.cxx.
Referenced by RooStats::HistFactory::Measurement::writeToFile().
|
protected |
Definition at line 63 of file Data.h.
Referenced by SetHisto().
|
protected |
Definition at line 58 of file Data.h.
Referenced by GetHistoName(), SetHisto(), and SetHistoName().
|
protected |
Definition at line 59 of file Data.h.
Referenced by GetHistoPath(), and SetHistoPath().
|
protected |
Definition at line 57 of file Data.h.
Referenced by GetInputFile(), and SetInputFile().
|
protected |