ShowerMRecData.cc
Go to the documentation of this file.
1 #include <evt/ShowerMRecData.h>
2 #include <utl/ErrorLogger.h>
3 #include <utl/LameShadowPtr_imp.h>
4 
6 
7 
8 namespace evt {
9 
11  fAlpha(0),
12  fAlphaError(0),
13  fBeta(0),
14  fBetaError(0),
15  fBetaSystematics(0),
16  fGamma(0),
17  fGammaError(0),
18  fR0(0),
19  fR0Error(0),
20  fNMuRef(0),
21  fNMuRefError(0),
22  fNMuRefSystematics(0),
23  fMLDFChi2(0),
24  fMLDFNdof(0),
25  fMLDFLikelihood(0),
26  fCorrelationXY(0),
27  fT5Trigger(false),
28  fLdfReconstructed(false),
29  fBetaFixed(false),
30  fCoreFixedLdf(false),
31  fGeometryReconstructed(false),
32  fCoreFixedGeo(false),
33  fCurvatureFixed(false)
34  { }
35 
36 
37  void
39  {
40  if (fMLDF)
41  ERROR("MLDF exists. Not replacing");
42  else
44  }
45 
46 
47 }
#define LAMESHADOWPTR_INST(_T_...)
utl::ShadowPtr< utl::TabulatedFunctionErrors > fMLDF
Interface class to access to the Muon Reconstruction of a Shower.
#define ERROR(message)
Macro for logging error messages.
Definition: ErrorLogger.h:165

, generated on Tue Sep 26 2023.