#include <BmnVSPPoint.h>
|
| | BmnVSPPoint (Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Int_t isPrimary, Double_t charge, Int_t pdgId) |
| |
| | BmnVSPPoint (const BmnVSPPoint &point) |
| |
| | BmnVSPPoint () |
| |
| virtual | ~BmnVSPPoint () |
| |
| Double_t | GetXIn () const |
| |
| Double_t | GetYIn () const |
| |
| Double_t | GetZIn () const |
| |
| Double_t | GetXOut () const |
| |
| Double_t | GetYOut () const |
| |
| Double_t | GetZOut () const |
| |
| Double_t | GetPxOut () const |
| |
| Double_t | GetPyOut () const |
| |
| Double_t | GetPzOut () const |
| |
| void | PositionIn (TVector3 &pos) |
| |
| void | PositionOut (TVector3 &pos) |
| |
| void | MomentumIn (TVector3 &mom) |
| |
| void | MomentumOut (TVector3 &mom) |
| |
| Int_t | GetIsPrimary () |
| |
| Double_t | GetCharge () |
| |
| Double_t | GetPdgId () |
| |
| Int_t | GetStation () |
| |
| Int_t | GetModule () |
| |
| void | SetStation (Int_t station_num) |
| |
| void | SetModule (Int_t module_num) |
| |
| virtual void | Print (const Option_t *opt) const |
| |
| | BmnVSPPoint (Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Int_t isPrimary, Double_t charge, Int_t pdgId) |
| |
| | BmnVSPPoint (const BmnVSPPoint &point) |
| |
| | BmnVSPPoint () |
| |
| virtual | ~BmnVSPPoint () |
| |
| Double_t | GetXIn () const |
| |
| Double_t | GetYIn () const |
| |
| Double_t | GetZIn () const |
| |
| Double_t | GetXOut () const |
| |
| Double_t | GetYOut () const |
| |
| Double_t | GetZOut () const |
| |
| Double_t | GetPxOut () const |
| |
| Double_t | GetPyOut () const |
| |
| Double_t | GetPzOut () const |
| |
| void | PositionIn (TVector3 &pos) |
| |
| void | PositionOut (TVector3 &pos) |
| |
| void | MomentumIn (TVector3 &mom) |
| |
| void | MomentumOut (TVector3 &mom) |
| |
| Int_t | GetIsPrimary () |
| |
| Double_t | GetCharge () |
| |
| Double_t | GetPdgId () |
| |
| Int_t | GetStation () |
| |
| Int_t | GetModule () |
| |
| void | SetStation (Int_t station_num) |
| |
| void | SetModule (Int_t module_num) |
| |
| virtual void | Print (const Option_t *opt) const |
| |
Definition at line 6 of file BmnVSPPoint.h.
◆ BmnVSPPoint() [1/6]
| BmnVSPPoint::BmnVSPPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
posIn, |
|
|
TVector3 |
posOut, |
|
|
TVector3 |
momIn, |
|
|
TVector3 |
momOut, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Int_t |
isPrimary, |
|
|
Double_t |
charge, |
|
|
Int_t |
pdgId |
|
) |
| |
Constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detID | Detector ID |
| posIn | Coordinates 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] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
Definition at line 19 of file BmnVSPPoint.cxx.
◆ BmnVSPPoint() [2/6]
◆ BmnVSPPoint() [3/6]
| BmnVSPPoint::BmnVSPPoint |
( |
| ) |
|
◆ ~BmnVSPPoint() [1/2]
| BmnVSPPoint::~BmnVSPPoint |
( |
| ) |
|
|
virtual |
◆ BmnVSPPoint() [4/6]
| BmnVSPPoint::BmnVSPPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
posIn, |
|
|
TVector3 |
posOut, |
|
|
TVector3 |
momIn, |
|
|
TVector3 |
momOut, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Int_t |
isPrimary, |
|
|
Double_t |
charge, |
|
|
Int_t |
pdgId |
|
) |
| |
Constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detID | Detector ID |
| posIn | Coordinates 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] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
◆ BmnVSPPoint() [5/6]
◆ BmnVSPPoint() [6/6]
| BmnVSPPoint::BmnVSPPoint |
( |
| ) |
|
◆ ~BmnVSPPoint() [2/2]
| virtual BmnVSPPoint::~BmnVSPPoint |
( |
| ) |
|
|
virtual |
◆ GetCharge() [1/2]
| Double_t BmnVSPPoint::GetCharge |
( |
| ) |
|
|
inline |
◆ GetCharge() [2/2]
| Double_t BmnVSPPoint::GetCharge |
( |
| ) |
|
|
inline |
◆ GetIsPrimary() [1/2]
| Int_t BmnVSPPoint::GetIsPrimary |
( |
| ) |
|
|
inline |
◆ GetIsPrimary() [2/2]
| Int_t BmnVSPPoint::GetIsPrimary |
( |
| ) |
|
|
inline |
◆ GetModule() [1/2]
| Int_t BmnVSPPoint::GetModule |
( |
| ) |
|
|
inline |
◆ GetModule() [2/2]
| Int_t BmnVSPPoint::GetModule |
( |
| ) |
|
|
inline |
◆ GetPdgId() [1/2]
| Double_t BmnVSPPoint::GetPdgId |
( |
| ) |
|
|
inline |
◆ GetPdgId() [2/2]
| Double_t BmnVSPPoint::GetPdgId |
( |
| ) |
|
|
inline |
◆ GetPxOut() [1/2]
| Double_t BmnVSPPoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPxOut() [2/2]
| Double_t BmnVSPPoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPyOut() [1/2]
| Double_t BmnVSPPoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPyOut() [2/2]
| Double_t BmnVSPPoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPzOut() [1/2]
| Double_t BmnVSPPoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetPzOut() [2/2]
| Double_t BmnVSPPoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetStation() [1/2]
| Int_t BmnVSPPoint::GetStation |
( |
| ) |
|
|
inline |
◆ GetStation() [2/2]
| Int_t BmnVSPPoint::GetStation |
( |
| ) |
|
|
inline |
◆ GetXIn() [1/2]
| Double_t BmnVSPPoint::GetXIn |
( |
| ) |
const |
|
inline |
◆ GetXIn() [2/2]
| Double_t BmnVSPPoint::GetXIn |
( |
| ) |
const |
|
inline |
◆ GetXOut() [1/2]
| Double_t BmnVSPPoint::GetXOut |
( |
| ) |
const |
|
inline |
◆ GetXOut() [2/2]
| Double_t BmnVSPPoint::GetXOut |
( |
| ) |
const |
|
inline |
◆ GetYIn() [1/2]
| Double_t BmnVSPPoint::GetYIn |
( |
| ) |
const |
|
inline |
◆ GetYIn() [2/2]
| Double_t BmnVSPPoint::GetYIn |
( |
| ) |
const |
|
inline |
◆ GetYOut() [1/2]
| Double_t BmnVSPPoint::GetYOut |
( |
| ) |
const |
|
inline |
◆ GetYOut() [2/2]
| Double_t BmnVSPPoint::GetYOut |
( |
| ) |
const |
|
inline |
◆ GetZIn() [1/2]
| Double_t BmnVSPPoint::GetZIn |
( |
| ) |
const |
|
inline |
◆ GetZIn() [2/2]
| Double_t BmnVSPPoint::GetZIn |
( |
| ) |
const |
|
inline |
◆ GetZOut() [1/2]
| Double_t BmnVSPPoint::GetZOut |
( |
| ) |
const |
|
inline |
◆ GetZOut() [2/2]
| Double_t BmnVSPPoint::GetZOut |
( |
| ) |
const |
|
inline |
◆ MomentumIn() [1/2]
| void BmnVSPPoint::MomentumIn |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumIn() [2/2]
| void BmnVSPPoint::MomentumIn |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumOut() [1/2]
| void BmnVSPPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumOut() [2/2]
| void BmnVSPPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ PositionIn() [1/2]
| void BmnVSPPoint::PositionIn |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionIn() [2/2]
| void BmnVSPPoint::PositionIn |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionOut() [1/2]
| void BmnVSPPoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionOut() [2/2]
| void BmnVSPPoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ Print() [1/2]
| void BmnVSPPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ Print() [2/2]
| virtual void BmnVSPPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ SetModule() [1/2]
| void BmnVSPPoint::SetModule |
( |
Int_t |
module_num | ) |
|
|
inline |
◆ SetModule() [2/2]
| void BmnVSPPoint::SetModule |
( |
Int_t |
module_num | ) |
|
|
inline |
◆ SetStation() [1/2]
| void BmnVSPPoint::SetStation |
( |
Int_t |
station_num | ) |
|
|
inline |
◆ SetStation() [2/2]
| void BmnVSPPoint::SetStation |
( |
Int_t |
station_num | ) |
|
|
inline |
◆ fCharge
| Double_t BmnVSPPoint::fCharge |
|
protected |
◆ fIsPrimary
| Int_t BmnVSPPoint::fIsPrimary |
|
protected |
◆ fModule
| Int_t BmnVSPPoint::fModule |
|
protected |
◆ fPdgId
| Int_t BmnVSPPoint::fPdgId |
|
protected |
◆ fPx_out
| Double_t BmnVSPPoint::fPx_out |
|
protected |
◆ fPy_out
| Double_t BmnVSPPoint::fPy_out |
|
protected |
◆ fPz_out
| Double_t BmnVSPPoint::fPz_out |
|
protected |
◆ fStation
| Int_t BmnVSPPoint::fStation |
|
protected |
◆ fX_out
| Double_t BmnVSPPoint::fX_out |
|
protected |
◆ fY_out
| Double_t BmnVSPPoint::fY_out |
|
protected |
◆ fZ_out
| Double_t BmnVSPPoint::fZ_out |
|
protected |
The documentation for this class was generated from the following files: