ShowerUnivRecData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_ShowerUnivRecData_ROOT_h_
2 #define _io_ShowerUnivRecData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <evt/ShowerUnivRecData.h>
6 #endif
7 #include <io/Point_ROOT.h>
8 #include <io/Vector_ROOT.h>
9 #include <io/TimeStamp_ROOT.h>
10 #include <Rtypes.h>
11 
12 
13 namespace io {
14 
28  public:
30 #ifndef __CINT__
32  void operator>>(evt::ShowerUnivRecData& s) const;
33 #endif
34 
35  bool fGoodRec = false;
36 
40  double fCoreTimeError = 0;
42 
43  double fThetaError = 0;
44  double fPhiError = 0;
45 
46  double fEnergy = 0;
47  double fEnergyError = 0;
48  double fNmu = 0;
49  double fNmuError = 0;
50  double fXmax = 0;
51  double fXmaxError = 0;
52  double fXmaxMu = 0;
53  double fXmaxMuError = 0;
54  double fTimeModelOffset = 0;
56 
58 
59  };
60 
61 }
62 
63 
64 #endif
Interface class to access to the SD Reconstruction of a Shower (universality)
constexpr double s
Definition: AugerUnits.h:163
void operator>>(evt::ShowerUnivRecData &s) const
ROOT wise implementation of streaming for class ShowerUnivRecData.
ROOT streamer implementation for utl::Point.
Definition: Point_ROOT.h:25
ClassDefNV(ShowerUnivRecData_ROOT, 1)
ROOT streamer implementation for utl::Vector.
Definition: Vector_ROOT.h:26

, generated on Tue Sep 26 2023.