#include <MuFilterPoint.h>
Definition at line 10 of file MuFilterPoint.h.
◆ MuFilterPoint() [1/3]
MuFilterPoint::MuFilterPoint |
( |
| ) |
|
Default constructor
Definition at line 9 of file MuFilterPoint.cxx.
10 : FairMCPoint()
11{
12}
◆ MuFilterPoint() [2/3]
MuFilterPoint::MuFilterPoint |
( |
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 17 of file MuFilterPoint.cxx.
20 : FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss),
fPdgCode(pdgcode)
21{ }
◆ ~MuFilterPoint()
MuFilterPoint::~MuFilterPoint |
( |
| ) |
|
|
virtual |
◆ MuFilterPoint() [3/3]
◆ operator=()
◆ PdgCode()
Int_t MuFilterPoint::PdgCode |
( |
| ) |
const |
|
inline |
◆ Print()
void MuFilterPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Output to screen
Definition at line 31 of file MuFilterPoint.cxx.
32{
33 cout << "-I- MuFilterPoint: box point for track " << fTrackID
34 << " in detector " << fDetectorID << endl;
35 cout << " Position (" << fX << ", " << fY << ", " << fZ
36 << ") cm" << endl;
37 cout << " Momentum (" << fPx << ", " << fPy << ", " << fPz
38 << ") GeV" << endl;
39 cout << " Time " << fTime << " ns, Length " << fLength
40 << " cm, Energy loss " << fELoss*1.0e06 << " keV" << endl;
41}
◆ fPdgCode
Int_t MuFilterPoint::fPdgCode |
|
private |
The documentation for this class was generated from the following files: