CounterSimData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_CounterSimData_ROOT_h_
2 #define _io_CounterSimData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <mevt/CounterSimData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/Particle_ROOT.h>
9 #include <Rtypes.h>
10 #include <vector>
11 
12 
13 namespace io {
14 
24 
25  public:
27 #ifndef __CINT__
29  void operator>>(mevt::CounterSimData& c) const;
30 #endif
31 
32  std::vector<Particle_ROOT> fGrdParticles;
33  std::vector<Particle_ROOT> fUGrdParticles;
34  bool fHoleCounter = false;
35 
37 
38  };
39 
40 }
41 
42 
43 #endif
Persistent CounterSimData using ROOT.
std::vector< Particle_ROOT > fUGrdParticles
std::vector< Particle_ROOT > fGrdParticles
Counter level simulation data.
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
void operator>>(mevt::CounterSimData &c) const
ClassDefNV(CounterSimData_ROOT, DONT_CHANGE_THIS_NUMBER)

, generated on Tue Sep 26 2023.