12 #include "FairEventHeader.h" 
   23   fXout(0.), fYout(0.), fZout(0.),
 
   24   fPxout(0.),fPyout(0.),fPzout(0.)
 
   31                          Int_t detectorID, 
TString detName,
 
   38  : FairMCPoint(trackID, detectorID, posin, momin, tof, length, eLoss, (UInt_t) eventID) ,
 
   40   fXout(posout.
X()), fYout(posout.
Y()), fZout(posout.
Z()),
 
   41   fPxout(momout.Px()),fPyout(momout.Py()),fPzout(momout.Pz())
 
   45   SetLink(FairLink(-1, eventID, 
"MCTrack", trackID));
 
   55   cout << 
"-I- PndSciTPoint: forward tof Point for track "  
   56        <<
" in detector " << endl;
 
   57   cout << 
"    Position (" << 
fX << 
", " << 
fY << 
", " << 
fZ 
   59   cout << 
"    Momentum (" << fPx << 
", " << fPy << 
", " << fPz
 
   60        << 
") GeV" << 
" opt="<<opt<< endl;
 
virtual void Print(const Option_t *opt) const