1 #ifndef _ots_DQMHistosBase_h_
2 #define _ots_DQMHistosBase_h_
19 virtual void book(
void) { ; }
20 virtual void fill(std::string& buffer, std::map<std::string, std::string> header)
24 virtual void load(std::string fileName) { ; }
26 TObject*
get(std::string name);
27 TFile* getFile(
void) {
return theFile_; }
30 virtual void save(
void);
31 virtual void openFile(std::string fileName);
32 virtual void closeFile(
void);
35 TDirectory* myDirectory_;