PMTQuality_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_PMTQuality_ROOT_h_
2 #define _io_PMTQuality_ROOT_h_
3 
4 #include <io/EventIO.h>
5 #ifndef __CINT__
6 # include <sevt/PMTQuality.h>
7 #endif
8 #include <Rtypes.h>
9 
10 
11 namespace io {
12 
23  public:
25 #ifndef __CINT__
27  void operator>>(sevt::PMTQuality& p) const;
28 #endif
29 
30  short fVersion = 0;
31  bool fIsTubeOk = false;
32  bool fHasAnode = false;
33  bool fIsRaining = false;
34 
36 
37  };
38 
39 }
40 
41 
42 #endif
void operator>>(sevt::PMTQuality &p) const
ClassDefNV(PMTQuality_ROOT, DONT_CHANGE_THIS_NUMBER)
Persistent PMTQuality using ROOT.
Online Calibration data.
Definition: PMTQuality.h:25
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21

, generated on Tue Sep 26 2023.