er
dev
|
#include <ERGadastStep.h>
Public Member Functions | |
ERGadastStep () | |
ERGadastStep (Int_t eventID, Int_t stepNr, Int_t trackID, Int_t mot0trackID, Int_t fiberInBundleNb, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Int_t pid, Double_t mass, ExpertTrackingStatus trackStatus, Double_t eLoss, Double_t charge, TArrayI processID) | |
ERGadastStep (const ERGadastStep &) | |
virtual | ~ERGadastStep () |
ERGadastStep & | operator= (const ERGadastStep &) |
Double_t | GetFiberInBundleNb () const |
Double_t | GetX () const |
Double_t | GetY () const |
Double_t | GetZ () const |
void | Print () |
Static Public Member Functions | |
static ExpertTrackingStatus | GetTrackStatus () |
Definition at line 23 of file ERGadastStep.h.
ERGadastStep::ERGadastStep | ( | ) |
Default constructor
Definition at line 12 of file ERGadastStep.cxx.
ERGadastStep::ERGadastStep | ( | Int_t | eventID, |
Int_t | stepNr, | ||
Int_t | trackID, | ||
Int_t | mot0trackID, | ||
Int_t | fiberInBundleNb, | ||
TVector3 | pos, | ||
TVector3 | mom, | ||
Double_t | tof, | ||
Double_t | length, | ||
Int_t | pid, | ||
Double_t | mass, | ||
ExpertTrackingStatus | trackStatus, | ||
Double_t | eLoss, | ||
Double_t | charge, | ||
TArrayI | processID | ||
) |
Constructor with arguments
EventID | Index of Event |
trackID | Index of MCTrack |
mot0trackID | Index of Mother MCTrack |
fiberInBundleNb | number of fiber in bundle |
pos | Coordinates at entrance of point [cm] |
mom | Momentum of track first step[GeV] |
tof | Time since event start [ns] |
length | Track length since creation [cm] |
pid |
Definition at line 20 of file ERGadastStep.cxx.
ERGadastStep::ERGadastStep | ( | const ERGadastStep & | right | ) |
Copy constructor
Definition at line 49 of file ERGadastStep.cxx.
|
virtual |
Destructor
Definition at line 64 of file ERGadastStep.cxx.
|
inline |
Accessors
Definition at line 66 of file ERGadastStep.h.