SmallPMTCalibData_ROOT.h
Go to the documentation of this file.
1 #ifndef _SmallPMTCalibData_ROOT_h_
2 #define _SmallPMTCalibData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <sevt/SmallPMTCalibData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <Rtypes.h>
9 
10 
11 namespace io {
12 
21 
22  public:
24 #ifndef __CINT__
27 #endif
28 
29  bool fIsTubeOk = false;
30 
31  int fVersion = 0;
32  double fBeta = 0;
33  double fBetaError = 0;
34  double fChi2 = 0;
35  double fCorrectionFactor = -1;
36 
37  double fBetaLPMTs[3]
38 #ifndef __CINT__
39  = { 0 }
40 #endif
41  ;
42  double fBetaErrorLPMTs[3]
43 #ifndef __CINT__
44  = { 0 }
45 #endif
46  ;
47  double fChi2LPMTs[3]
48 #ifndef __CINT__
49  = { 0 }
50 #endif
51  ;
52  double fCorrectionFactorLPMTs[3]
53 #ifndef __CINT__
54  = { -1, -1, -1 }
55 #endif
56  ;
57 
59 
60  };
61 
62 }
63 
64 
65 #endif
constexpr double s
Definition: AugerUnits.h:163
ClassDefNV(SmallPMTCalibData_ROOT, DONT_CHANGE_THIS_NUMBER)
SPMT Calibration data.
void operator>>(sevt::SmallPMTCalibData &s) const
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21

, generated on Tue Sep 26 2023.