#include <PndDskTrackPoint.h>
Definition at line 11 of file PndDskTrackPoint.h.
PndDskTrackPoint::PndDskTrackPoint |
( |
| ) |
|
PndDskTrackPoint::PndDskTrackPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detectorID, |
|
|
TVector3 |
position, |
|
|
TVector3 |
momentum, |
|
|
Double_t |
time, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss |
|
) |
| |
Standard constructor with arguments
- Parameters
-
trackID | Index of MCTrack |
detectorID | Detector ID where the first hit is produced |
position | Position of Cerenkov when created [cm] |
momentum | Momentum of Cerenkov when created [eV] |
time | Time since event start when created [ns] |
length | Track length since creation [cm] |
eLoss | Energy deposit [GeV] |
Definition at line 23 of file PndDskTrackPoint.cxx.
25 : FairMCPoint(trackID, detectorID, position, momentum, time, length, eLoss)
PndDskTrackPoint::~PndDskTrackPoint |
( |
| ) |
|
|
virtual |
void PndDskTrackPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Virtual method Print
Screen output of Cerenkov
Definition at line 40 of file PndDskTrackPoint.cxx.
References fX, fY, and fZ.
42 cout <<
"-I- PndDskTrackPoint: track" << fTrackID
43 <<
" created in detector " << fDetectorID << endl;
44 cout <<
" at Position (" <<
fX <<
", " <<
fY <<
", " <<
fZ
46 cout <<
" with Momentum (" << fPx <<
", " << fPy <<
", " << fPz
48 cout <<
" at Time " << fTime <<
" ns" << endl;
The documentation for this class was generated from the following files: