cevtPadRecData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_cevtPadRecData_ROOT_h_
2 #define _io_cevtPadRecData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <cevt/PadRecData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <Rtypes.h>
9 
10 
11 namespace cevt {
12  class PMTRecData;
13 }
14 
15 namespace io {
16 
25 
26  public:
28 #ifndef __CINT__
30  void operator>>(cevt::PadRecData& p) const;
31 #endif
32 
33  bool fIsInFiducialArea = false;
34  bool fHasFiducialAreaInfo = false;
35  bool fHasSlantMassInfo = false;
36  double fSlantMass = 0;
37 
39 
40  };
41 
42 }
43 
44 
45 #endif
Persistent RPC PadRecData using ROOT.
ClassDefNV(cevtPadRecData_ROOT, DONT_CHANGE_THIS_NUMBER)
class to hold reconstructed data at Pad level.
Definition: PadRecData.h:29
void operator>>(cevt::PadRecData &p) const
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21

, generated on Tue Sep 26 2023.