CEventSimData_ROOT.cc
Go to the documentation of this file.
1 #include <io/CEventSimData_ROOT.h>
2 #include <cevt/CEventSimData.h>
3 
4 using namespace io;
5 
6 
7 ClassImp(CEventSimData_ROOT)
8 
9 
10 CEventSimData_ROOT::CEventSimData_ROOT(const cevt::CEventSimData& d)
11 {
12 
13  f_Nmu_corsika_500 = d.GetNmu_corsika_500_2000();
14  d.GetFitInfo(f_Nmu_corsika_rec_500, f_chisquare_corsika_500, f_ndf_corsika_500, f_par0_corsika_500, f_par1_corsika_500, f_par2_corsika_500);
15 
16  f_hNmu = d.GetHistoNmu();
17 
18 }
19 
20 
21 void
23  const
24 {
28 }
void SetHistoNmu(TH1D h)
Definition: CEventSimData.h:24
void operator>>(cevt::CEventSimData &d) const
void SetNmu_corsika_500_2000(double Nmu_corsika_500_2000)
Definition: CEventSimData.h:27
void SetFitInfo(double Nmu_corsika_rec_500, double chisquare_corsika_500, double ndf_corsika_500, double par0_corsika_500, double par1_corsika_500, double par2_corsika_500)
Interface class to hold simulated data belonging to surface events.
Definition: CEventSimData.h:22

, generated on Tue Sep 26 2023.