![]() |
ROOT
6.06/08
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>
Collaboration diagram for RooStats::HistFactory::Data:Definition at line 41 of file Data.cxx.
Referenced by RooStats::HistFactory::Channel::CheckHistograms(), RooStats::HistFactory::GetChannelEstimateSummaries(), GetHistoPath(), RooStats::HistFactory::HistoToWorkspaceFactoryFast::MakeSingleChannelWorkspace(), Print(), and writeToFile().
|
inline |
Definition at line 41 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), RooStats::HistFactory::ConfigParser::CreateDataElement(), and PrintXML().
|
inline |
Definition at line 44 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), RooStats::HistFactory::ConfigParser::CreateDataElement(), and PrintXML().
|
inline |
Definition at line 38 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CheckHistograms(), RooStats::HistFactory::Channel::CollectHistograms(), RooStats::HistFactory::ConfigParser::CreateDataElement(), and PrintXML().
|
inline |
Definition at line 34 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement(), RooStats::HistFactory::HistoToWorkspaceFactoryFast::MakeSingleChannelWorkspace(), and RooStats::HistFactory::ConfigParser::ParseChannelXMLFile().
Definition at line 46 of file Data.cxx.
Referenced by GetHistoPath(), and RooStats::HistFactory::Channel::Print().
Definition at line 77 of file Data.cxx.
Referenced by GetHistoPath(), and RooStats::HistFactory::Channel::PrintXML().
Definition at line 51 of file Data.h.
Referenced by RooStats::HistFactory::Channel::CollectHistograms(), and RooStats::HistFactory::Channel::SetData().
|
inline |
Definition at line 40 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement(), and RooStats::HistFactory::Channel::SetData().
|
inline |
Definition at line 43 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement(), and RooStats::HistFactory::Channel::SetData().
|
inline |
Definition at line 37 of file Data.h.
Referenced by RooStats::HistFactory::ConfigParser::CreateDataElement(), and RooStats::HistFactory::Channel::SetData().
|
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 GetHistoPath(), and RooStats::HistFactory::Measurement::writeToFile().
|
protected |
Definition at line 63 of file Data.h.
Referenced by GetHisto(), and SetHisto().
|
protected |
Definition at line 58 of file Data.h.
Referenced by GetHistoName(), Print(), SetHisto(), SetHistoName(), and writeToFile().
|
protected |
Definition at line 59 of file Data.h.
Referenced by GetHistoPath(), Print(), SetHistoPath(), and writeToFile().
|
protected |
Definition at line 57 of file Data.h.
Referenced by GetInputFile(), Print(), SetInputFile(), and writeToFile().
|
protected |