ShowerUnivRecData.cc
Go to the documentation of this file.
1 #include <evt/ShowerUnivRecData.h>
2 
3 #include <utl/AugerException.h>
4 #include <utl/ErrorLogger.h>
5 #include <utl/Math.h>
6 
7 #include <string>
8 
9 #include <utl/LameShadowPtr_imp.h>
11 
12 using namespace std;
13 using namespace utl;
14 using namespace evt;
15 
16 ShowerUnivRecData::ShowerUnivRecData() :
17  fGoodRec(false), fThetaError(0), fPhiError(0),
18  fEnergy(0), fEnergyError(0),
19  fNmu(0), fNmuError(0),
20  fXmax(0), fXmaxError(0),
21  fXmaxMu(0), fXmaxMuError(0),
22  fTimeModelOffset(0), fTimeModelOffsetError(0),
23  fNCandShape(0), fNCandStartTime(0), fNCandLDF(0)
24 {
25 }
#define LAMESHADOWPTR_INST(_T_...)
Interface class to access to the SD Reconstruction of a Shower (universality)

, generated on Tue Sep 26 2023.