CMS 3D CMS Logo

MaterialBudgetTrackerHistos.h
Go to the documentation of this file.
1 #ifndef MaterialBudgetTrackerHistos_h
2 #define MaterialBudgetTrackerHistos_h 1
3 
6 
8 {
9 public:
10 
11  MaterialBudgetTrackerHistos( std::shared_ptr<MaterialBudgetData> data,
12  std::shared_ptr<TestHistoMgr> mgr,
13  const std::string& fileName );
15 
16  void fillStartTrack() override;
17  void fillPerStep() override;
18  void fillEndTrack() override;
19 
20 private:
21 
22  virtual void book();
23  virtual void hend();
24 
25 
26 private:
28  double* theDmb;
29  double* theX;
30  double* theY;
31  double* theZ;
32  double* theVoluId;
33  double* theMateId;
34 
35  std::shared_ptr<TestHistoMgr> hmgr;
36 
37 };
38 
39 
40 #endif
std::shared_ptr< TestHistoMgr > hmgr
MaterialBudgetTrackerHistos(std::shared_ptr< MaterialBudgetData > data, std::shared_ptr< TestHistoMgr > mgr, const std::string &fileName)
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82