ShowerFRecData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_ShowerFRecData_ROOT_h_
2 #define _io_ShowerFRecData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <evt/ShowerFRecData.h>
6 #endif
7 #include <io/Vector_ROOT.h>
8 #include <io/Point_ROOT.h>
9 #include <io/TimeStamp_ROOT.h>
10 #include <io/TabulatedFunctionErrors_ROOT.h>
11 #include <io/TabulatedFunction_ROOT.h>
12 #include <io/GaisserHillasParameters_ROOT.h>
13 #include <io/MultipleGaisserHillasParameters_ROOT.h>
14 #include <Rtypes.h>
15 #include <vector>
16 #include <map>
17 
18 
19 namespace io {
20 
33  public:
35 #ifndef __CINT__
37  void operator>>(evt::ShowerFRecData& sh) const;
38 #endif
39 
40  double fEmEnergy = 0;
41  double fEmEnergyError = 0;
42  double fTotalEnergy = 0;
43  double fTotalEnergyError = 0;
44  double fEnergyCutoff = 0;
45 
46  std::map<int, double> fEmEnergyErrors;
47  std::map<int, double> fTotalEnergyErrors;
48  std::map<int, double> fXmaxErrors;
49 
55  double fCoreTimeError = 0;
56 
63 
64  double fCorrelationXY = 0;
66  double fSDTimeResidual = 0;
67 
68  std::vector<unsigned short int> fStationIds;
69 
71 
72  };
73 
74 }
75 
76 
77 #endif
std::map< int, double > fTotalEnergyErrors
MultipleGaisserHillasParameters_ROOT fMultipleGHParameters
void operator>>(evt::ShowerFRecData &sh) const
TabulatedFunction_ROOT fCherenkovPhotons
ROOT wise implementation of streaming for class ShowerFRecData.
std::map< int, double > fEmEnergyErrors
TabulatedFunctionErrors_ROOT fLongitudinalProfile
ROOT streamer implementation for class TabulatedFunction.
ClassDefNV(ShowerFRecData_ROOT, 1)
TabulatedFunctionErrors_ROOT fFluorescencePhotons
GaisserHillasParameters_ROOT fGHParameters
ROOT streamer implementation for class TabulatedFunctionErrors.
ROOT streamer implementation for utl::Point.
Definition: Point_ROOT.h:25
std::map< int, double > fXmaxErrors
Interface class to access to Fluorescence reconstruction of a Shower.
std::vector< unsigned short int > fStationIds
ROOT streamer implementation for utl::Vector.
Definition: Vector_ROOT.h:26
TabulatedFunctionErrors_ROOT fEnergyDeposit

, generated on Tue Sep 26 2023.