16 :FairMCPoint(), fPdgCode(0),fTimeStart(0.) ,fTimeAtEVEntrance(0.), fVeloPhoton(0.), fNormal(TVector3())
26 :FairMCPoint(trackID, detID, pos, mom, tof, length, 0.0, (UInt_t) eventID),
28 fTimeStart(timestart),
29 fTimeAtEVEntrance(timeatEVentrance),
30 fVeloPhoton(VeloPhoton),
33 SetLink(FairLink(
"MCTrack", trackID));
47 cout <<
"-I- PndDrcEVPoint: DRC Point for trackID---> " << fTrackID
48 <<
" in detector " << fDetectorID << endl;
50 cout <<
" Position (" <<
fX <<
", " <<
fY <<
", " <<
fZ
52 cout <<
" Momentum (" << fPx <<
", " << fPy <<
", " << fPz
54 cout <<
" Time " << fTime <<
" ns, Length " << fLength
virtual void Print(const Option_t *opt) const