CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MaterialBudgetEcalHistos.h
Go to the documentation of this file.
1 #ifndef MaterialBudgetEcalHistos_h
2 #define MaterialBudgetEcalHistos_h 1
3 
6 
7 #include <string>
8 
10 {
11 public:
12 
14  TestHistoMgr* mgr,
15  const std::string& fileName );
17 
18  virtual void fillStartTrack();
19  virtual void fillPerStep();
20  virtual void fillEndTrack();
21 
22 private:
23 
24  virtual void book();
25  virtual void hend();
26 
27 
28 private:
30  double* theDmb;
31  double* theX;
32  double* theY;
33  double* theZ;
34  double* theVoluId;
35  double* theMateId;
36 
38 
39 };
40 
41 
42 #endif
MaterialBudgetEcalHistos(MaterialBudgetData *data, TestHistoMgr *mgr, const std::string &fileName)
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82