cevtStationSimData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_cevtStationSimData_ROOT_h_
2 #define _io_cevtStationSimData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <cevt/StationSimData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/TimeStamp_ROOT.h>
9 #include <io/Particle_ROOT.h>
10 #include <Rtypes.h>
11 #include <string>
12 #include <vector>
13 
14 
15 namespace io {
16 
25 
26  public:
28 #ifndef __CINT__
30  void operator>>(cevt::StationSimData& s) const;
31 #endif
32 
33  unsigned int fNumberOfMuons = 0;
34  unsigned int fNumberOfElectrons = 0;
35  unsigned int fNumberOfElectronsFromMuons = 0;
37 
38  std::vector<Particle_ROOT*> fParticles; // stream particles
39 
41 
42  };
43 
44 }
45 
46 
47 #endif
Station Level Simulated Data
std::vector< Particle_ROOT * > fParticles
constexpr double s
Definition: AugerUnits.h:163
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
ClassDefNV(cevtStationSimData_ROOT, DONT_CHANGE_THIS_NUMBER)
void operator>>(cevt::StationSimData &s) const
Persistent StationSimData using ROOT.

, generated on Tue Sep 26 2023.