#include <DriftTubePoint.h>
Definition at line 9 of file DriftTubePoint.h.
◆ DriftTubePoint() [1/3]
| DriftTubePoint::DriftTubePoint |
( |
| ) |
|
◆ DriftTubePoint() [2/3]
| DriftTubePoint::DriftTubePoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
mom, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Int_t |
pdgcode |
|
) |
| |
Constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detID | Detector ID |
| pos | Ccoordinates at entrance to active volume [cm] |
| mom | Momentum of track at entrance [GeV] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
Definition at line 12 of file DriftTubePoint.cxx.
14 : FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss),
fPdgCode(pdgcode)
15{
16}
◆ ~DriftTubePoint()
| DriftTubePoint::~DriftTubePoint |
( |
| ) |
|
|
virtual |
◆ DriftTubePoint() [3/3]
◆ GetCell()
| Int_t DriftTubePoint::GetCell |
( |
| ) |
|
|
inline |
◆ GetLayer()
| Int_t DriftTubePoint::GetLayer |
( |
| ) |
|
|
inline |
◆ GetPlane()
| Int_t DriftTubePoint::GetPlane |
( |
| ) |
|
|
inline |
◆ GetStation()
| Int_t DriftTubePoint::GetStation |
( |
| ) |
|
|
inline |
◆ GetSystem()
| Int_t DriftTubePoint::GetSystem |
( |
| ) |
|
|
inline |
◆ isVertical()
| bool DriftTubePoint::isVertical |
( |
| ) |
|
|
inline |
◆ operator=()
◆ PdgCode()
| Int_t DriftTubePoint::PdgCode |
( |
| ) |
const |
|
inline |
◆ Print()
| void DriftTubePoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Output to screen
Definition at line 24 of file DriftTubePoint.cxx.
25{
26
27 cout << "-I- DriftTubePoint: point for track " << fTrackID << " in detector " << fDetectorID << endl;
28 cout << " Position (" << fX << ", " << fY << ", " << fZ << ") cm" << endl;
29 cout << " Momentum (" << fPx << ", " << fPy << ", " << fPz << ") GeV" << endl;
30 cout << " Time " << fTime << " ns, Length " << fLength << " cm, Energy loss " << fELoss * 1.0e06 << " keV"
31 << endl;
32}
◆ fPdgCode
| Int_t DriftTubePoint::fPdgCode |
|
private |
The documentation for this class was generated from the following files: