11 #ifndef HISTFACTORY_DATA_H 12 #define HISTFACTORY_DATA_H 22 namespace HistFactory {
32 Data( std::string HistoName, std::string InputFile, std::string HistoPath=
"" );
46 void Print(std::ostream& = std::cout);
48 void writeToFile( std::string FileName, std::string DirName );
virtual const char * GetName() const
Returns name of object.
void SetHistoName(const std::string &HistoName)
void SetInputFile(const std::string &InputFile)
std::string GetHistoName()
std::string GetInputFile()
void SetName(const std::string &name)
void SetHistoPath(const std::string &HistoPath)
std::string GetHistoPath()
Namespace for the RooStats classes.
void writeToFile(std::string FileName, std::string DirName)
void PrintXML(std::ostream &)
void Print(std::ostream &=std::cout)