CMS 3D CMS Logo

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 public:
25  virtual ~HcalTestHistoManager();
26 
28 
29 private:
30  TTree* tree_;
31  std::unique_ptr<HcalTestHistoClass> h_;
32  int kount_;
33 };
34 
35 #endif
HcalTestHistoManager(const std::string &)
std::unique_ptr< HcalTestHistoClass > h_
histos
Definition: combine.py:4
void fillTree(HcalTestHistoClass *histos)