CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTestHistoManager.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_HcalTestHistoManager_H
2 #define SimG4CMS_HcalTestHistoManager_H
3 // File: HcalTestHistoManager.h
5 // Histogram managing class for analysis in HcalTest
7 
8 //#include "DataSvc/Ref.h"
9 //#include "FileCatalog/IFileCatalog.h"
10 #include <memory>
11 
12 //namespace pool {
13 // class IDataSvc;
14 //}
15 
16 #include <string>
17 class HcalTestHistoClass;
18 
20 
21 public:
22 
23  HcalTestHistoManager(const std::string &);
24  virtual ~HcalTestHistoManager();
25 
27 
28 private:
29  // pool::IFileCatalog lcat;
30  //std::auto_ptr<pool::IDataSvc> svc;
31 
32  //pool::Placement placeH;
33  //pool::Placement placeVx;
34  //pool::Ref<HcalTestHistoClass> h;
35 
36 };
37 
38 #endif
HcalTestHistoManager(const std::string &)
dictionary histos
Definition: combine.py:3
void fillTree(HcalTestHistoClass *histos)