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 
11 
12 // root objects
13 #include "TROOT.h"
14 #include "TSystem.h"
15 #include "TFile.h"
16 #include "TDirectory.h"
17 #include "TTree.h"
18 
19 #include <memory>
20 #include <string>
21 
23 
24 public:
25 
27  virtual ~HcalTestHistoManager();
28 
30 
31 private:
32 
34  TTree *tree;
36  int kount;
37 
38 };
39 
40 #endif
HcalTestHistoManager(const std::string &)
HcalTestHistoClass * h
edm::Service< TFileService > fs
void fillTree(HcalTestHistoClass *histos)