31 :
FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss)
35 , fPx_out(momOut.Px())
36 , fPy_out(momOut.Py())
37 , fPz_out(momOut.Pz())
44 LOG(info) <<
"FairTestDetectorPoint: FairTestDetector point for track " <<
fTrackID <<
" in detector "
46 LOG(info) <<
" Position (" <<
fX <<
", " <<
fY <<
", " <<
fZ <<
") cm";
47 LOG(info) <<
" Momentum (" <<
fPx <<
", " <<
fPy <<
", " <<
fPz <<
") GeV";
48 LOG(info) <<
" Time " <<
fTime <<
" ns, Length " <<
fLength <<
" cm, Energy loss " <<
fELoss * 1.0e06
Double32_t fZ
Position of hit [cm].
virtual ~FairTestDetectorPoint()
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].
Int_t fDetectorID
Detector unique identifier.