ShowerSRecData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_ShowerSRecData_ROOT_h_
2 #define _io_ShowerSRecData_ROOT_h_
3 
4 #include <io/EventIO.h>
5 #ifndef __CINT__
6 # include <evt/ShowerSRecData.h>
7 #endif
8 #include <io/Point_ROOT.h>
9 #include <io/Vector_ROOT.h>
10 #include <io/TimeStamp_ROOT.h>
11 
12 
13 namespace io {
14 
15  class TabulatedFunctionErrors_ROOT;
16  class RiseTime1000_ROOT;
17  class SdFootprintData_ROOT;
18 
19 
32  public:
37  OFFLINE_STREAM_INTERFACE(evt, ShowerSRecData)
38 
40 
43  // fBarycenterCoordinateSystem constructed upon read-in
44 
47  double fCorrelationXY = 0;
49  double fCoreTimeError = 0;
51 
52  double fBeta = 0;
53  double fBetaError = 0;
54  double fBetaSystematics = 0;
55  double fGamma = 0;
56  double fGammaError = 0;
57  double fNKGFermiMu = 0;
58  double fNKGFermiTau = 0;
59  double fCurvature = 0;
60  double fCurvatureError = 0;
63  int fShowerSizeType = 0;
64  double fShowerSize = 0;
65  double fShowerSizeError = 0;
71  double fLDFOptimumDistance = 0;
72  double fLDFChi2 = 0;
73  double fLDFNdof = 0;
74  double fLDFLikelihood = 0;
75 
76  double fThetaError = 0;
77  double fPhiError = 0;
79  double fAngleChi2 = 0;
80  double fAngleNdof = 0;
81  double fTimeResidualMean = 0;
82  double fTimeResidualSpread = 0;
83  double fEnergy = 0;
84  double fEnergyError = 0;
86 
88 
89  int fT4Trigger = 0;
90  int fT5Trigger = 0;
92  std::vector<int> fT5PriorActiveNeighbors;
93  std::vector<int> fT5PosteriorActiveNeighbors;
94  unsigned int fT5PosteriorCoreTriangle = 0;
95 
96  bool fIsTOTdMoPSSilent = false;
97 
98  int fReconstructionSeed[3]
99 #ifndef __CINT__
100  = { 0 }
101 #endif
102  ;
103 
104  double fLDFRecStage = 0;
105 
108 
109  // MPD?
110 
111  int fBadPeriodId = 0;
112 
114 
115  // PlaneFrontRecData?
117 
119 
120  };
121 
122 }
123 
124 
125 #endif
RiseTime1000_ROOT * fRiseTime1000
ROOT wise implementation of streaming for class RiseTime1000.
std::vector< int > fT5PosteriorActiveNeighbors
SdFootprintData_ROOT * fFootprintData
unsigned int fT5PosteriorCoreTriangle
std::vector< int > fT5PriorActiveNeighbors
ShowerSRecData_ROOT & operator=(const ShowerSRecData_ROOT &s)
TabulatedFunctionErrors_ROOT * fLDF
constexpr double s
Definition: AugerUnits.h:163
ShowerSRecData_ROOT(const ShowerSRecData_ROOT &s)
ROOT streamer implementation for class TabulatedFunctionErrors.
ROOT streamer implementation for utl::Point.
Definition: Point_ROOT.h:25
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
ROOT wise implementation of streaming for class ShowerSRecData.
ClassDefNV(ShowerSRecData_ROOT, DONT_CHANGE_THIS_NUMBER)
ROOT streamer implementation for utl::Vector.
Definition: Vector_ROOT.h:26
#define OFFLINE_STREAM_INTERFACE(_Namespace_, _Class_)
Definition: EventIO.h:29

, generated on Tue Sep 26 2023.