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);
46 void PrintXML( std::ostream& )
const;
47 void writeToFile( std::string FileName, std::string DirName );
void Print(std::ostream &=std::cout)
std::string const & GetInputFile() const
void PrintXML(std::ostream &) const
void SetInputFile(const std::string &InputFile)
void SetHistoPath(const std::string &HistoPath)
void writeToFile(std::string FileName, std::string DirName)
void SetName(const std::string &name)
std::string const & GetHistoName() const
void SetHistoName(const std::string &HistoName)
std::string const & GetHistoPath() const
std::string const & GetName() 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.