EyeRecData_ROOT.h
Go to the documentation of this file.
1 #ifndef _EyeRecData_ROOT_h_
2 #define _EyeRecData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/EyeRecData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/TimeStamp_ROOT.h>
9 #include <io/Vector_ROOT.h>
10 #include <Rtypes.h>
11 
12 
13 namespace io {
14 
15  class MultiTabulatedFunctionErrors_ROOT;
16 
17 
27 
28  public:
30  EyeRecData_ROOT(const EyeRecData_ROOT& e) { *this = e; }
33 #ifndef __CINT__
35  void operator>>(fevt::EyeRecData& e) const;
36 #endif
37 
38  unsigned int fEyeId = 0;
39  double fTZero = 0;
40  double fTZeroError = 0;
41  double fChiZero = 0;
42  double fChiZeroError = 0;
43  double fRp = 0;
44  double fRpError = 0;
45  double fRpTZeroCorrelation = 0;
46  double fRpChi0Correlation = 0;
48  double fTimeFitChiSquare = 0;
49  unsigned int fTimeFitNDof = 0;
51 
53  double fSDPThetaError = 0;
54  double fSDPPhiError = 0;
56  double fSDPFitChiSquare = 0;
57  unsigned int fSDPFitNDof = 0;
58 
64  double fEastPhiCorrelation = 0;
69  double fAxisFitChiSquare = 0;
70  unsigned int fAxisFitNDof = 0;
71 
73 
75 
76  };
77 
78 }
79 
80 
81 #endif
ROOT streamer implementation for utl::MultiTabulatedFunctionErrors.
unsigned int fTimeFitNDof
MultiTabulatedFunctionErrors_ROOT * fLightProfile
void operator>>(fevt::EyeRecData &e) const
unsigned int fAxisFitNDof
Eye-specific shower reconstruction data.
Definition: EyeRecData.h:65
ClassDefNV(EyeRecData_ROOT, DONT_CHANGE_THIS_NUMBER)
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
unsigned int fSDPFitNDof
TimeStamp_ROOT fTimeStamp
Persistent EyeRecData class.
EyeRecData_ROOT(const EyeRecData_ROOT &e)
ROOT streamer implementation for utl::Vector.
Definition: Vector_ROOT.h:26
EyeRecData_ROOT & operator=(const EyeRecData_ROOT &e)

, generated on Tue Sep 26 2023.