ShowerScintillatorRecData.cc
Go to the documentation of this file.
1 #include <evt/ShowerScintillatorRecData.h>
2 #include <utl/AugerException.h>
3 #include <utl/ErrorLogger.h>
4 #include <utl/TabulatedFunctionErrors.h>
5 
6 #include <string>
7 
8 #include <utl/LameShadowPtr_imp.h>
10 
11 
12 namespace evt {
13 
15  fBeta(0), fBetaError(0),
16  fGamma(0), fGammaError(0),
17  fShowerSize(0), fShowerSizeError(0),
18  fLDFChi2(0), fLDFNdof(0), fLDFLikelihood(0)
19  { }
20 
21 
22  void
24  {
25  if (fLDF) {
26  ERROR("LDF exists. Not replacing");
27  } else
29  }
30 
31 
32  const char*
34  const
35  {
36  switch(fShowerSizeType) {
37  case eS1000: return "S1000";
38  case eUndefined: return "Undefined";
39  default: return "Unknown";
40  }
41  }
42 
43 }
44 
#define LAMESHADOWPTR_INST(_T_...)
utl::ShadowPtr< utl::TabulatedFunctionErrors > fLDF
Class to access shower scintillator reconstructed data.
#define ERROR(message)
Macro for logging error messages.
Definition: ErrorLogger.h:165

, generated on Tue Sep 26 2023.