62 cout <<
"-I- NewDetectorPoint: NewDetector point for track " <<
fTrackID <<
" in detector " <<
fDetectorID << endl;
63 cout <<
" Position (" <<
fX <<
", " <<
fY <<
", " <<
fZ <<
") cm" << endl;
64 cout <<
" Momentum (" <<
fPx <<
", " <<
fPy <<
", " <<
fPz <<
") GeV" << endl;
65 cout <<
" Time " <<
fTime <<
" ns, Length " <<
fLength <<
" cm, Energy loss " <<
fELoss * 1.0e06 <<
" keV"
double fELoss
Energy loss at this point [GeV].
ClassImp(FairEventBuilder)
virtual void Print(const Option_t *opt) const
virtual ~NewDetectorPoint()
double fTime
Time since event start [ns].
double fPz
Momentum components [GeV].
double fZ
Position of hit [cm].
double fLength
Track length since creation [cm].
int fDetectorID
Detector unique identifier.