11#ifndef HISTFACTORY_DATA_H
12#define HISTFACTORY_DATA_H
31 Data( std::string HistoName, std::string InputFile, std::string HistoPath=
"" );
45 void Print(std::ostream& = std::cout);
47 void writeToFile( std::string FileName, std::string DirName );
std::string GetName() const
void PrintXML(std::ostream &)
std::string GetHistoPath() const
void Print(std::ostream &=std::cout)
void SetInputFile(const std::string &InputFile)
void SetHistoPath(const std::string &HistoPath)
void writeToFile(std::string FileName, std::string DirName)
std::string GetInputFile() const
void SetName(const std::string &name)
void SetHistoName(const std::string &HistoName)
std::string GetHistoName() const
Internal class wrapping an histogram and managing its content.
TH1 is the base class of all histogram classes in ROOT.
virtual const char * GetName() const
Returns name of object.
Namespace for the RooStats classes.