CEventSimData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_CEventSimData_ROOT_h_
2 #define _io_CEventSimData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <cevt/CEventSimData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <TH1D.h>
9 #include <Rtypes.h>
10 #include <vector>
11 
12 
13 namespace io {
14 
16 
17  public:
19 #ifndef __CINT__
21  void operator>>(cevt::CEventSimData& d) const;
22 #endif
23 
24  TH1D f_hNmu;
25  double f_Nmu_corsika_500 = 0;
28  double f_ndf_corsika_500 = 0;
29  double f_par0_corsika_500 = 0;
30  double f_par1_corsika_500 = 0;
31  double f_par2_corsika_500 = 0;
32 
34 
35  };
36 
37 }
38 
39 
40 #endif
void operator>>(cevt::CEventSimData &d) const
ClassDefNV(CEventSimData_ROOT, DONT_CHANGE_THIS_NUMBER)
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
Interface class to hold simulated data belonging to surface events.
Definition: CEventSimData.h:22

, generated on Tue Sep 26 2023.