#include <PndDrcEVPoint.h>
|
| PndDrcEVPoint () |
|
| PndDrcEVPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Int_t pdgCode, Int_t eventID, Double_t timestart, Double_t timestartEV, Double_t VeloPhoton, TVector3 normal=TVector3(0, 0, 0)) |
|
virtual | ~PndDrcEVPoint () |
|
Int_t | GetPdgCode () const |
|
TVector3 | GetNormal () |
|
Int_t | GetDetectorID () const |
|
virtual Double_t | GetTimeStart () |
|
virtual Double_t | GetTimeAtEVEntrance () |
|
virtual Double_t | GetVeloPhoton () |
|
void | SetPdgCode (Int_t id) |
|
virtual void | Print (const Option_t *opt) const |
|
Definition at line 15 of file PndDrcEVPoint.h.
PndDrcEVPoint::PndDrcEVPoint |
( |
| ) |
|
Default constructor
Definition at line 15 of file PndDrcEVPoint.cxx.
Double_t fTimeAtEVEntrance
PndDrcEVPoint::PndDrcEVPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
mom, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Int_t |
pdgCode, |
|
|
Int_t |
eventID, |
|
|
Double_t |
timestart, |
|
|
Double_t |
timestartEV, |
|
|
Double_t |
VeloPhoton, |
|
|
TVector3 |
normal = TVector3(0,0,0) |
|
) |
| |
Constructor with arguments
- Parameters
-
trackID | Index of MCTrack |
detID | Detector ID |
pos | Point coordinates [cm] |
mom | Momentum of track at MCPoint [GeV] |
momAtEV | Momentum of track at entering the EV [GeV] |
tof | Time since event start [ns] |
length | Track length since creation [cm] |
eLoss | Energy deposit [GeV] |
Definition at line 24 of file PndDrcEVPoint.cxx.
26 :FairMCPoint(trackID, detID,
pos,
mom, tof, length, 0.0, (UInt_t) eventID),
33 SetLink(FairLink(
"MCTrack", trackID));
Double_t fTimeAtEVEntrance
PndDrcEVPoint::~PndDrcEVPoint |
( |
| ) |
|
|
virtual |
Int_t PndDrcEVPoint::GetDetectorID |
( |
| ) |
const |
|
inline |
TVector3 PndDrcEVPoint::GetNormal |
( |
| ) |
|
|
inline |
Int_t PndDrcEVPoint::GetPdgCode |
( |
| ) |
const |
|
inline |
virtual Double_t PndDrcEVPoint::GetTimeAtEVEntrance |
( |
| ) |
|
|
inlinevirtual |
virtual Double_t PndDrcEVPoint::GetTimeStart |
( |
| ) |
|
|
inlinevirtual |
virtual Double_t PndDrcEVPoint::GetVeloPhoton |
( |
| ) |
|
|
inlinevirtual |
void PndDrcEVPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Output to screen
Definition at line 45 of file PndDrcEVPoint.cxx.
References fX, fY, and fZ.
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
void PndDrcEVPoint::SetPdgCode |
( |
Int_t |
id | ) |
|
|
inline |
TVector3 PndDrcEVPoint::fNormal |
|
protected |
Int_t PndDrcEVPoint::fPdgCode |
|
protected |
Double_t PndDrcEVPoint::fTimeAtEVEntrance |
|
protected |
The documentation for this class was generated from the following files: