XmaxModule
| #include "XmaxModule.hh" |
XmaxModule
class description - source file - inheritance tree (.pdf)
class XmaxModule : public RecoModule
| Inheritance Chart: | |||||||||||||||
|
public:
XmaxModule()
virtual ~XmaxModule()
static TClass* Class()
virtual Bool_t Done()
virtual Bool_t Init()
virtual TClass* IsA() const
virtual Bool_t PostProcess()
virtual Bool_t PreProcess()
virtual Bool_t Process(RecoEvent*)
virtual Bool_t SaveRootData(RecoRootEvent*)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void UserMemoryClean()
Data Members
private:
Int_t fNum event number
vector<Int_t> fPointsId
Int_t fNumPoints
Double_t fTheta reconstrustructed from the previous module Theta zenith angle
Double_t fPhi reconstrustructed from the previous module Phi azimuthal angle
Double_t fAltitude reconstructed altitude of shower maximum by shape method
Double_t fXmax reconstructed Xmax for altitude of shower maximum by shape method
Double_t fAltitudeProton reconstructed altitude of shower maximum for proton
Double_t fXmaxP reconstructed Xmax for altitude of shower maximum for proton
Class Description
XmaxModule() : RecoModule("Xmax")
ctor
~XmaxModule()
dtor
Bool_t Init()
Bool_t PreProcess()
Bool_t Process(RecoEvent *ev)
Bool_t PostProcess()
Bool_t SaveRootData(RecoRootEvent *fRecoRootEvent)
Bool_t Done()
void UserMemoryClean()
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
