25 :
FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss)
32 cout <<
"-I- PixelPoint: Pixel point for track " <<
fTrackID <<
" in detector " <<
fDetectorID << endl;
33 cout <<
" Position (" <<
fX <<
", " <<
fY <<
", " <<
fZ <<
") cm" << endl;
34 cout <<
" Momentum (" <<
fPx <<
", " <<
fPy <<
", " <<
fPz <<
") GeV" << endl;
35 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)
virtual void Print(const Option_t *opt) const
Double32_t fPz
Momentum components [GeV].
Double32_t fTime
Time since event start [ns].
Int_t fDetectorID
Detector unique identifier.