Definition at line 24 of file Data.h.
#include <RooStats/HistFactory/Data.h>
◆ Data() [1/3]
RooStats::HistFactory::Data::Data |
( |
| ) |
|
◆ Data() [2/3]
RooStats::HistFactory::Data::Data |
( |
const Data & |
other | ) |
|
◆ Data() [3/3]
RooStats::HistFactory::Data::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
Definition at line 37 of file Data.cxx.
◆ GetHisto()
TH1 * RooStats::HistFactory::Data::GetHisto |
( |
| ) |
|
◆ GetHistoName()
std::string RooStats::HistFactory::Data::GetHistoName |
( |
| ) |
|
|
inline |
◆ GetHistoPath()
std::string RooStats::HistFactory::Data::GetHistoPath |
( |
| ) |
|
|
inline |
◆ GetInputFile()
std::string RooStats::HistFactory::Data::GetInputFile |
( |
| ) |
|
|
inline |
◆ GetName()
std::string RooStats::HistFactory::Data::GetName |
( |
| ) |
|
|
inline |
◆ Print()
void RooStats::HistFactory::Data::Print |
( |
std::ostream & |
stream = std::cout | ) |
|
◆ PrintXML()
void RooStats::HistFactory::Data::PrintXML |
( |
std::ostream & |
xml | ) |
|
◆ SetHisto()
void RooStats::HistFactory::Data::SetHisto |
( |
TH1 * |
Hist | ) |
|
|
inline |
◆ SetHistoName()
void RooStats::HistFactory::Data::SetHistoName |
( |
const std::string & |
HistoName | ) |
|
|
inline |
◆ SetHistoPath()
void RooStats::HistFactory::Data::SetHistoPath |
( |
const std::string & |
HistoPath | ) |
|
|
inline |
◆ SetInputFile()
void RooStats::HistFactory::Data::SetInputFile |
( |
const std::string & |
InputFile | ) |
|
|
inline |
◆ SetName()
void RooStats::HistFactory::Data::SetName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ writeToFile()
void RooStats::HistFactory::Data::writeToFile |
( |
std::string |
FileName, |
|
|
std::string |
DirName |
|
) |
| |
◆ fhData
HistRef RooStats::HistFactory::Data::fhData |
|
protected |
◆ fHistoName
std::string RooStats::HistFactory::Data::fHistoName |
|
protected |
◆ fHistoPath
std::string RooStats::HistFactory::Data::fHistoPath |
|
protected |
◆ fInputFile
std::string RooStats::HistFactory::Data::fInputFile |
|
protected |
◆ fName
std::string RooStats::HistFactory::Data::fName |
|
protected |
[legend]