EyeRecData.cc
Go to the documentation of this file.
1 #include <fevt/EyeRecData.h>
2 #include <fevt/Pixel.h>
3 
4 #include <evt/ShowerFRecData.h>
5 
6 #include <utl/ErrorLogger.h>
7 #include <utl/MultiTabulatedFunctionErrors.h>
8 
9 using namespace fevt;
10 
11 
12 
13 EyeRecData::EyeRecData(const unsigned int eyeId) :
14  fEyeId(eyeId),
15  fZeta(0.),
16  fSDPThetaError(0.),
17  fSDPPhiError(0.),
19  fSDPFitChiSquare(0.),
20  fSDPFitNDof(0),
21  fTZero(0.),
22  fTZeroError(0.),
23  fChiZero(0.),
24  fChiZeroError(0.),
25  fRp(0.),
26  fRpError(0.),
31  fTimeFitNDof(0),
43  fAxisFitNDof(0)
44  //fLightProfile
45  //fShowerData
46 {
47 }
48 
49 
51 {
52 }
53 
54 
55 
56 
57 void
59 {
60  if (fShowerData) {
61  ERROR("FRecShower already exists - Not replacing");
62  }
63  else
65 }
66 
67 
68 // Configure (x)emacs for this file ...
69 // Local Variables:
70 // mode: c++
71 // compile-command: "make -C .. FEvent/EyeRecData.o -k"
72 // End:
fChiZeroError(t.GetChiZeroError())
fSDPFitChiSquare(t.GetSDPFitChiSquare())
fSDPThetaError(t.GetSDPThetaError())
fRpChi0Correlation(t.GetRpChi0Correlation())
fChi0TZeroCorrelation(t.GetChi0TZeroCorrelation())
fTZeroError(t.GetTZeroError())
fRp(t.GetRp())
fTimeFitNDof(t.GetTimeFitNDof())
fEastPhiCorrelation(t.GetEastPhiCorrelation())
fSDPThetaPhiCorrelation(t.GetSDPCorrThetaPhi())
fPhiTCoreCorrelation(t.GetPhiTCoreCorrelation())
fTZero(t.GetTZero())
void MakeFRecShower()
Allocate reconstructed shower info.
Definition: EyeRecData.cc:58
fSDPPhiError(t.GetSDPPhiError())
fEastThetaCorrelation(t.GetEastThetaCorrelation())
utl::LameShadowPtr< evt::ShowerFRecData > fShowerData
Definition: EyeRecData.h:397
fSDPFitNDof(t.GetSDPFitNDof())
fNorthTCoreCorrelation(t.GetNorthTCoreCorrelation())
fZeta(t.GetZeta())
fRpError(t.GetRpError())
fNorthPhiCorrelation(t.GetNorthPhiCorrelation())
fChiZero(t.GetChiZero())
fNorthThetaCorrelation(t.GetNorthThetaCorrelation())
fRpTZeroCorrelation(t.GetRpTZeroCorrelation())
Interface class to access to Fluorescence reconstruction of a Shower.
fEastTCoreCorrelation(t.GetEastTCoreCorrelation())
EyeRecData(const unsigned int eyeId)
Definition: EyeRecData.cc:13
fAxisFitNDof(t.GetAxisFitNDof())
fTimeFitChiSquare(t.GetTimeFitChiSquare())
fAxisFitChiSquare(t.GetAxisFitChiSquare())
fThetaTCoreCorrelation(t.GetThetaTCoreCorrelation())
fNorthEastCorrelation(t.GetNorthEastCorrelation())
#define ERROR(message)
Macro for logging error messages.
Definition: ErrorLogger.h:165
fThetaPhiCorrelation(t.GetThetaPhiCorrelation())

, generated on Tue Sep 26 2023.