9 #include <TGenericClassInfo.h>
32 :
FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss)
42 cout <<
"-I- FairRutherfordPoint: FairRutherford point for track " <<
fTrackID <<
" in detector " <<
fDetectorID
44 cout <<
" Position (" <<
fX <<
", " <<
fY <<
", " <<
fZ <<
") cm" << endl;
45 cout <<
" Momentum (" <<
fPx <<
", " <<
fPy <<
", " <<
fPz <<
") GeV" << endl;
46 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].
virtual ~FairRutherfordPoint()
Int_t fTrackID
Track index.
ClassImp(FairEventBuilder)
Double32_t fPz
Momentum components [GeV].
Double32_t fTime
Time since event start [ns].
Int_t fDetectorID
Detector unique identifier.
virtual void Print(const Option_t *opt) const