Scintillator_ROOT.h
Go to the documentation of this file.
1 #ifndef _Scintillator_ROOT_h_
2 #define _Scintillator_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <mevt/Scintillator.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <Rtypes.h>
9 
10 
11 namespace io {
12 
13  class ScintillatorSimData_ROOT;
14  class ScintillatorRecData_ROOT;
15 
16 
26 
27  public:
29  Scintillator_ROOT(const Scintillator_ROOT& s) { *this = s; }
32 #ifndef __CINT__
34  void operator>>(mevt::Scintillator& s) const;
35 #endif
36 
37  int fId = 0;
40 
42 
43  };
44 
45 }
46 
47 
48 #endif
Scintillator_ROOT(const Scintillator_ROOT &s)
Scintillator level event data.
constexpr double s
Definition: AugerUnits.h:163
Scintillator_ROOT & operator=(const Scintillator_ROOT &s)
Persistent ScintillatorSimData using ROOT.
ClassDefNV(Scintillator_ROOT, DONT_CHANGE_THIS_NUMBER)
void operator>>(mevt::Scintillator &s) const
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
Persistent SD Scintillator using ROOT.
ScintillatorSimData_ROOT * fSimData
Persistent ScintillatorRecData using ROOT.
ScintillatorRecData_ROOT * fRecData

, generated on Tue Sep 26 2023.