#include <ScifiPoint.h>
Definition at line 10 of file ScifiPoint.h.
◆ ScifiPoint() [1/3]
ScifiPoint::ScifiPoint |
( |
| ) |
|
Default constructor
Definition at line 9 of file ScifiPoint.cxx.
10 : FairMCPoint()
11{
12}
◆ ScifiPoint() [2/3]
ScifiPoint::ScifiPoint |
( |
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 16 of file ScifiPoint.cxx.
20 : FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss),
fPdgCode(pdgcode)
21{
22}
◆ ~ScifiPoint()
ScifiPoint::~ScifiPoint |
( |
| ) |
|
|
virtual |
◆ ScifiPoint() [3/3]
ScifiPoint::ScifiPoint |
( |
const ScifiPoint & |
point | ) |
|
|
private |
◆ fibreN()
Int_t ScifiPoint::fibreN |
( |
| ) |
|
|
inline |
Definition at line 53 of file ScifiPoint.h.
53{return fDetectorID%1000;}
◆ mat()
Int_t ScifiPoint::mat |
( |
| ) |
|
|
inline |
◆ operator=()
◆ orientation()
Int_t ScifiPoint::orientation |
( |
| ) |
|
|
inline |
◆ PdgCode()
Int_t ScifiPoint::PdgCode |
( |
| ) |
const |
|
inline |
◆ Print()
void ScifiPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Output to screen
Definition at line 30 of file ScifiPoint.cxx.
31{
32
33 cout << "-I- ScifiPoint: 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
42
43}
◆ row()
Int_t ScifiPoint::row |
( |
| ) |
|
|
inline |
◆ station()
Int_t ScifiPoint::station |
( |
| ) |
|
|
inline |
Definition at line 49 of file ScifiPoint.h.
49{return fDetectorID/1E6;}
◆ fPdgCode
Int_t ScifiPoint::fPdgCode |
|
private |
The documentation for this class was generated from the following files: