#include <PndFtsPoint.h>
|
| PndFtsPoint () |
|
| PndFtsPoint (Int_t trackID, Int_t detID, Int_t tubeID, Int_t chamberID, Int_t layerID, TVector3 pos, TVector3 posInLocal, TVector3 posOutLocal, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Double_t mass) |
|
| PndFtsPoint (const PndFtsPoint &point) |
|
virtual | ~PndFtsPoint () |
|
Double_t | GetXtot () const |
|
Double_t | GetYtot () const |
|
Double_t | GetZtot () const |
|
Double_t | GetPxOut () const |
|
Double_t | GetPyOut () const |
|
Double_t | GetPzOut () const |
|
Double_t | GetXOutLocal () const |
|
Double_t | GetYOutLocal () const |
|
Double_t | GetZOutLocal () const |
|
Double_t | GetXInLocal () const |
|
Double_t | GetYInLocal () const |
|
Double_t | GetZInLocal () const |
|
Double_t | GetMass () const |
|
void | PositionOutLocal (TVector3 &pos) |
|
void | PositionInLocal (TVector3 &pos) |
|
void | MomentumOut (TVector3 &mom) |
|
void | SetPositionOutLocal (TVector3 pos) |
|
void | SetPositionInLocal (TVector3 pos) |
|
void | SetMomentumOut (TVector3 mom) |
|
void | SetTubeID (Int_t tubeid) |
|
Int_t | GetTubeID () |
|
void | SetChamberID (Int_t chamberid) |
|
void | SetLayerID (Int_t layerid) |
|
Int_t | GetChamberID () |
|
Int_t | GetLayerID () |
|
virtual void | Print (const Option_t *opt) const |
|
Definition at line 8 of file PndFtsPoint.h.
◆ PndFtsPoint() [1/3]
PndFtsPoint::PndFtsPoint |
( |
| ) |
|
◆ PndFtsPoint() [2/3]
PndFtsPoint::PndFtsPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
Int_t |
tubeID, |
|
|
Int_t |
chamberID, |
|
|
Int_t |
layerID, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
posInLocal, |
|
|
TVector3 |
posOutLocal, |
|
|
TVector3 |
momIn, |
|
|
TVector3 |
momOut, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Double_t |
mass |
|
) |
| |
Constructor with arguments
- Parameters
-
trackID | Index of MCTrack |
detID | Detector ID tubeID Number of tube ChamberID number of chamber LayerID |
pos | Coordinates at wire center of active volume [cm] |
posInLocal | Local coordinates at entrance to active volume [cm] |
posOutLocal | Local coordinates at exit of active volume [cm] |
momIn | Momentum of track at entrance [GeV] |
momOut | Momentum of track at exit [GeV] |
tof | Time since event start [ns] |
length | Track length since creation [cm] |
eLoss | Energy deposit [GeV] |
◆ PndFtsPoint() [3/3]
◆ ~PndFtsPoint()
virtual PndFtsPoint::~PndFtsPoint |
( |
| ) |
|
|
virtual |
◆ GetChamberID()
Int_t PndFtsPoint::GetChamberID |
( |
| ) |
|
|
inline |
◆ GetLayerID()
Int_t PndFtsPoint::GetLayerID |
( |
| ) |
|
|
inline |
◆ GetMass()
Double_t PndFtsPoint::GetMass |
( |
| ) |
const |
|
inline |
◆ GetPxOut()
Double_t PndFtsPoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPyOut()
Double_t PndFtsPoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPzOut()
Double_t PndFtsPoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetTubeID()
Int_t PndFtsPoint::GetTubeID |
( |
| ) |
|
|
inline |
◆ GetXInLocal()
Double_t PndFtsPoint::GetXInLocal |
( |
| ) |
const |
|
inline |
◆ GetXOutLocal()
Double_t PndFtsPoint::GetXOutLocal |
( |
| ) |
const |
|
inline |
◆ GetXtot()
Double_t PndFtsPoint::GetXtot |
( |
| ) |
const |
|
inline |
◆ GetYInLocal()
Double_t PndFtsPoint::GetYInLocal |
( |
| ) |
const |
|
inline |
◆ GetYOutLocal()
Double_t PndFtsPoint::GetYOutLocal |
( |
| ) |
const |
|
inline |
◆ GetYtot()
Double_t PndFtsPoint::GetYtot |
( |
| ) |
const |
|
inline |
◆ GetZInLocal()
Double_t PndFtsPoint::GetZInLocal |
( |
| ) |
const |
|
inline |
◆ GetZOutLocal()
Double_t PndFtsPoint::GetZOutLocal |
( |
| ) |
const |
|
inline |
◆ GetZtot()
Double_t PndFtsPoint::GetZtot |
( |
| ) |
const |
|
inline |
◆ MomentumOut()
void PndFtsPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ PositionInLocal()
void PndFtsPoint::PositionInLocal |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionOutLocal()
void PndFtsPoint::PositionOutLocal |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ Print()
virtual void PndFtsPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ SetChamberID()
void PndFtsPoint::SetChamberID |
( |
Int_t |
chamberid | ) |
|
|
inline |
◆ SetLayerID()
void PndFtsPoint::SetLayerID |
( |
Int_t |
layerid | ) |
|
|
inline |
◆ SetMomentumOut()
void PndFtsPoint::SetMomentumOut |
( |
TVector3 |
mom | ) |
|
|
inline |
◆ SetPositionInLocal()
void PndFtsPoint::SetPositionInLocal |
( |
TVector3 |
pos | ) |
|
|
inline |
◆ SetPositionOutLocal()
void PndFtsPoint::SetPositionOutLocal |
( |
TVector3 |
pos | ) |
|
|
inline |
◆ SetTubeID()
void PndFtsPoint::SetTubeID |
( |
Int_t |
tubeid | ) |
|
|
inline |
◆ fChamberID
Int_t PndFtsPoint::fChamberID |
|
protected |
◆ fLayerID
Int_t PndFtsPoint::fLayerID |
|
protected |
◆ fMass
Double_t PndFtsPoint::fMass |
|
protected |
◆ fPx_in
Double_t PndFtsPoint::fPx_in |
|
protected |
◆ fPx_out
Double_t PndFtsPoint::fPx_out |
|
protected |
◆ fPy_in
Double_t PndFtsPoint::fPy_in |
|
protected |
◆ fPy_out
Double_t PndFtsPoint::fPy_out |
|
protected |
◆ fPz_in
Double_t PndFtsPoint::fPz_in |
|
protected |
◆ fPz_out
Double_t PndFtsPoint::fPz_out |
|
protected |
◆ fTubeID
Int_t PndFtsPoint::fTubeID |
|
protected |
◆ fX_in_local
Double_t PndFtsPoint::fX_in_local |
|
protected |
◆ fX_out_local
Double_t PndFtsPoint::fX_out_local |
|
protected |
◆ fY_in_local
Double_t PndFtsPoint::fY_in_local |
|
protected |
◆ fY_out_local
Double_t PndFtsPoint::fY_out_local |
|
protected |
◆ fZ_in_local
Double_t PndFtsPoint::fZ_in_local |
|
protected |
◆ fZ_out_local
Double_t PndFtsPoint::fZ_out_local |
|
protected |
The documentation for this class was generated from the following file: