#include <PndFtofPoint.h>
|
| PndFtofPoint () |
|
| PndFtofPoint (Int_t trackID, Int_t evtID, Int_t detID, TString detName, TVector3 posin, TVector3 momin, TVector3 posout, TVector3 momout, Double_t tof, Double_t length, Double_t eLoss, Double_t charge, Double_t mass, Int_t pdgCode, Double_t distance, Double_t PLin, Double_t PLout) |
|
| PndFtofPoint (const PndFtofPoint &point) |
|
virtual | ~PndFtofPoint () |
|
Int_t | GetVolumeID () const |
|
Double_t | GetPLin () const |
|
Double_t | GetPLout () const |
|
Double_t | Getdist () const |
|
TString | GetDetName () const |
|
Double_t | GetMass () const |
|
virtual void | Print (const Option_t *opt) const |
|
| PndMCPoint () |
|
virtual | ~PndMCPoint () |
|
| PndMCPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 posOut, TVector3 mom, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, UInt_t EventId=0) |
|
Double_t | GetXOut () const |
|
Double_t | GetYOut () const |
|
Double_t | GetZOut () const |
|
Double_t | GetPxOut () const |
|
Double_t | GetPyOut () const |
|
Double_t | GetPzOut () const |
|
TVector3 | GetPosition () const |
|
TVector3 | GetPositionOut () const |
|
TVector3 | GetMeanPosition () const |
|
void | PositionOut (TVector3 &pos) const |
|
TVector3 | GetMomentum () const |
|
TVector3 | GetMomentumOut () const |
|
void | MomentumOut (TVector3 &mom) const |
|
void | SetPositionOut (TVector3 pos) |
|
void | SetMomentumOut (TVector3 mom) |
|
Definition at line 15 of file PndFtofPoint.h.
◆ PndFtofPoint() [1/3]
PndFtofPoint::PndFtofPoint |
( |
| ) |
|
◆ PndFtofPoint() [2/3]
PndFtofPoint::PndFtofPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
evtID, |
|
|
Int_t |
detID, |
|
|
TString |
detName, |
|
|
TVector3 |
posin, |
|
|
TVector3 |
momin, |
|
|
TVector3 |
posout, |
|
|
TVector3 |
momout, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Double_t |
charge, |
|
|
Double_t |
mass, |
|
|
Int_t |
pdgCode, |
|
|
Double_t |
distance, |
|
|
Double_t |
PLin, |
|
|
Double_t |
PLout |
|
) |
| |
Constructor with arguments
- Parameters
-
trackID | Index of MCTrack |
detID | Detector ID |
posIn | Ccoordinates at entrance to active volume [cm] |
posOut | Coordinates at exit of active volume [cm] |
momIn | Momentum of track at entrance [GeV] |
momOut | Momentum of track at exit [GeV] |
posInLocal | Local coordinates at entrance to active volume [cm] |
posOutLocal | Local coordinates at exit of active volume [cm] |
tof | Time since event start [ns] |
length | Track length since creation [cm] |
eLoss | Energy deposit [GeV] |
◆ PndFtofPoint() [3/3]
◆ ~PndFtofPoint()
virtual PndFtofPoint::~PndFtofPoint |
( |
| ) |
|
|
virtual |
◆ GetDetName()
TString PndFtofPoint::GetDetName |
( |
| ) |
const |
|
inline |
◆ Getdist()
Double_t PndFtofPoint::Getdist |
( |
| ) |
const |
|
inline |
◆ GetMass()
Double_t PndFtofPoint::GetMass |
( |
| ) |
const |
|
inline |
◆ GetPLin()
Double_t PndFtofPoint::GetPLin |
( |
| ) |
const |
|
inline |
◆ GetPLout()
Double_t PndFtofPoint::GetPLout |
( |
| ) |
const |
|
inline |
◆ GetVolumeID()
Int_t PndFtofPoint::GetVolumeID |
( |
| ) |
const |
|
inline |
◆ Print()
virtual void PndFtofPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ fcharge
Double32_t PndFtofPoint::fcharge = 0. |
|
protected |
◆ fDetName
TString PndFtofPoint::fDetName |
|
protected |
◆ fdist
Double32_t PndFtofPoint::fdist = 0. |
|
protected |
◆ fmass
Double32_t PndFtofPoint::fmass = 0. |
|
protected |
◆ fpdgCode
Int_t PndFtofPoint::fpdgCode = 0 |
|
protected |
◆ fPLin
Double32_t PndFtofPoint::fPLin = 0. |
|
protected |
◆ fPLout
Double32_t PndFtofPoint::fPLout = 0. |
|
protected |
◆ fVolumeID
Int_t PndFtofPoint::fVolumeID = -999 |
|
protected |
The documentation for this class was generated from the following file: