27 :
FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss)
41 cout <<
"-I- FairTutPropPoint: FairTutProp point for track " <<
fTrackID <<
" in detector " <<
fDetectorID << endl;
42 cout <<
" Position (" <<
fX <<
", " <<
fY <<
", " <<
fZ <<
") cm" << endl;
43 cout <<
" Momentum (" <<
fPx <<
", " <<
fPy <<
", " <<
fPz <<
") GeV" << endl;
44 cout <<
" Time " <<
fTime <<
" ns, Length " <<
fLength <<
" cm, Energy loss " <<
fELoss * 1.0e06 <<
" keV"
Double32_t fZ
Position of hit [cm].
Double32_t fLength
Track length since creation [cm].
Double32_t fELoss
Energy loss at this point [GeV].
Int_t fTrackID
Track index.
ClassImp(FairEventBuilder)
Double32_t fPz
Momentum components [GeV].
virtual void Print(const Option_t *opt) const
Double32_t fTime
Time since event start [ns].
virtual ~FairTutPropPoint()
Int_t fDetectorID
Detector unique identifier.