#include <BmnSiBTPoint.h>
|
| | BmnSiBTPoint () |
| |
| | BmnSiBTPoint (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) |
| |
| | BmnSiBTPoint (const BmnSiBTPoint &point) |
| |
| virtual | ~BmnSiBTPoint () |
| |
| 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 | GetXCenter () const |
| |
| Double_t | GetYCenter () const |
| |
| Double_t | GetZCenter () const |
| |
| Double_t | GetPxOut () const |
| |
| Double_t | GetPyOut () const |
| |
| Double_t | GetPzOut () const |
| |
| void | PositionIn (TVector3 &pos) |
| |
| void | PositionOut (TVector3 &pos) |
| |
| void | PositionCenter (TVector3 &pos) |
| |
| void | MomentumIn (TVector3 &mom) |
| |
| void | MomentumOut (TVector3 &mom) |
| |
| Int_t | GetStation () const |
| |
| Int_t | GetModule () const |
| |
| Int_t | GetIsPrimary () |
| |
| Double_t | GetCharge () |
| |
| Double_t | GetPdgId () |
| |
| void | SetStation (Int_t station) |
| |
| void | SetModule (Int_t module) |
| |
| virtual void | Print (const Option_t *opt) const |
| |
| | BmnSiBTPoint () |
| |
| | BmnSiBTPoint (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) |
| |
| | BmnSiBTPoint (const BmnSiBTPoint &point) |
| |
| virtual | ~BmnSiBTPoint () |
| |
| 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 | GetXCenter () const |
| |
| Double_t | GetYCenter () const |
| |
| Double_t | GetZCenter () const |
| |
| Double_t | GetPxOut () const |
| |
| Double_t | GetPyOut () const |
| |
| Double_t | GetPzOut () const |
| |
| void | PositionIn (TVector3 &pos) |
| |
| void | PositionOut (TVector3 &pos) |
| |
| void | PositionCenter (TVector3 &pos) |
| |
| void | MomentumIn (TVector3 &mom) |
| |
| void | MomentumOut (TVector3 &mom) |
| |
| Int_t | GetStation () const |
| |
| Int_t | GetModule () const |
| |
| Int_t | GetIsPrimary () |
| |
| Double_t | GetCharge () |
| |
| Double_t | GetPdgId () |
| |
| void | SetStation (Int_t station) |
| |
| void | SetModule (Int_t module) |
| |
| virtual void | Print (const Option_t *opt) const |
| |
Definition at line 6 of file BmnSiBTPoint.h.
◆ BmnSiBTPoint() [1/6]
| BmnSiBTPoint::BmnSiBTPoint |
( |
| ) |
|
◆ BmnSiBTPoint() [2/6]
| BmnSiBTPoint::BmnSiBTPoint |
( |
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 25 of file BmnSiBTPoint.cxx.
References fX_center, fX_out, fY_center, fY_out, fZ_center, and fZ_out.
◆ BmnSiBTPoint() [3/6]
◆ ~BmnSiBTPoint() [1/2]
| BmnSiBTPoint::~BmnSiBTPoint |
( |
| ) |
|
|
virtual |
◆ BmnSiBTPoint() [4/6]
| BmnSiBTPoint::BmnSiBTPoint |
( |
| ) |
|
◆ BmnSiBTPoint() [5/6]
| BmnSiBTPoint::BmnSiBTPoint |
( |
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] |
◆ BmnSiBTPoint() [6/6]
◆ ~BmnSiBTPoint() [2/2]
| virtual BmnSiBTPoint::~BmnSiBTPoint |
( |
| ) |
|
|
virtual |
◆ GetCharge() [1/2]
| Double_t BmnSiBTPoint::GetCharge |
( |
| ) |
|
|
inline |
◆ GetCharge() [2/2]
| Double_t BmnSiBTPoint::GetCharge |
( |
| ) |
|
|
inline |
◆ GetIsPrimary() [1/2]
| Int_t BmnSiBTPoint::GetIsPrimary |
( |
| ) |
|
|
inline |
◆ GetIsPrimary() [2/2]
| Int_t BmnSiBTPoint::GetIsPrimary |
( |
| ) |
|
|
inline |
◆ GetModule() [1/2]
| Int_t BmnSiBTPoint::GetModule |
( |
| ) |
const |
|
inline |
◆ GetModule() [2/2]
| Int_t BmnSiBTPoint::GetModule |
( |
| ) |
const |
|
inline |
◆ GetPdgId() [1/2]
| Double_t BmnSiBTPoint::GetPdgId |
( |
| ) |
|
|
inline |
◆ GetPdgId() [2/2]
| Double_t BmnSiBTPoint::GetPdgId |
( |
| ) |
|
|
inline |
◆ GetPxOut() [1/2]
| Double_t BmnSiBTPoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPxOut() [2/2]
| Double_t BmnSiBTPoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPyOut() [1/2]
| Double_t BmnSiBTPoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPyOut() [2/2]
| Double_t BmnSiBTPoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPzOut() [1/2]
| Double_t BmnSiBTPoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetPzOut() [2/2]
| Double_t BmnSiBTPoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetStation() [1/2]
| Int_t BmnSiBTPoint::GetStation |
( |
| ) |
const |
|
inline |
◆ GetStation() [2/2]
| Int_t BmnSiBTPoint::GetStation |
( |
| ) |
const |
|
inline |
◆ GetXCenter() [1/2]
| Double_t BmnSiBTPoint::GetXCenter |
( |
| ) |
const |
|
inline |
◆ GetXCenter() [2/2]
| Double_t BmnSiBTPoint::GetXCenter |
( |
| ) |
const |
|
inline |
◆ GetXIn() [1/2]
| Double_t BmnSiBTPoint::GetXIn |
( |
| ) |
const |
|
inline |
◆ GetXIn() [2/2]
| Double_t BmnSiBTPoint::GetXIn |
( |
| ) |
const |
|
inline |
◆ GetXOut() [1/2]
| Double_t BmnSiBTPoint::GetXOut |
( |
| ) |
const |
|
inline |
◆ GetXOut() [2/2]
| Double_t BmnSiBTPoint::GetXOut |
( |
| ) |
const |
|
inline |
◆ GetYCenter() [1/2]
| Double_t BmnSiBTPoint::GetYCenter |
( |
| ) |
const |
|
inline |
◆ GetYCenter() [2/2]
| Double_t BmnSiBTPoint::GetYCenter |
( |
| ) |
const |
|
inline |
◆ GetYIn() [1/2]
| Double_t BmnSiBTPoint::GetYIn |
( |
| ) |
const |
|
inline |
◆ GetYIn() [2/2]
| Double_t BmnSiBTPoint::GetYIn |
( |
| ) |
const |
|
inline |
◆ GetYOut() [1/2]
| Double_t BmnSiBTPoint::GetYOut |
( |
| ) |
const |
|
inline |
◆ GetYOut() [2/2]
| Double_t BmnSiBTPoint::GetYOut |
( |
| ) |
const |
|
inline |
◆ GetZCenter() [1/2]
| Double_t BmnSiBTPoint::GetZCenter |
( |
| ) |
const |
|
inline |
◆ GetZCenter() [2/2]
| Double_t BmnSiBTPoint::GetZCenter |
( |
| ) |
const |
|
inline |
◆ GetZIn() [1/2]
| Double_t BmnSiBTPoint::GetZIn |
( |
| ) |
const |
|
inline |
◆ GetZIn() [2/2]
| Double_t BmnSiBTPoint::GetZIn |
( |
| ) |
const |
|
inline |
◆ GetZOut() [1/2]
| Double_t BmnSiBTPoint::GetZOut |
( |
| ) |
const |
|
inline |
◆ GetZOut() [2/2]
| Double_t BmnSiBTPoint::GetZOut |
( |
| ) |
const |
|
inline |
◆ MomentumIn() [1/2]
| void BmnSiBTPoint::MomentumIn |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumIn() [2/2]
| void BmnSiBTPoint::MomentumIn |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumOut() [1/2]
| void BmnSiBTPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumOut() [2/2]
| void BmnSiBTPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ PositionCenter() [1/2]
| void BmnSiBTPoint::PositionCenter |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionCenter() [2/2]
| void BmnSiBTPoint::PositionCenter |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionIn() [1/2]
| void BmnSiBTPoint::PositionIn |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionIn() [2/2]
| void BmnSiBTPoint::PositionIn |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionOut() [1/2]
| void BmnSiBTPoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionOut() [2/2]
| void BmnSiBTPoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ Print() [1/2]
| void BmnSiBTPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ Print() [2/2]
| virtual void BmnSiBTPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ SetModule() [1/2]
| void BmnSiBTPoint::SetModule |
( |
Int_t |
module | ) |
|
|
inline |
◆ SetModule() [2/2]
| void BmnSiBTPoint::SetModule |
( |
Int_t |
module | ) |
|
|
inline |
◆ SetStation() [1/2]
| void BmnSiBTPoint::SetStation |
( |
Int_t |
station | ) |
|
|
inline |
◆ SetStation() [2/2]
| void BmnSiBTPoint::SetStation |
( |
Int_t |
station | ) |
|
|
inline |
◆ fCharge
| Double_t BmnSiBTPoint::fCharge |
|
protected |
◆ fIsPrimary
| Int_t BmnSiBTPoint::fIsPrimary |
|
protected |
◆ fModule
| Int_t BmnSiBTPoint::fModule |
|
protected |
◆ fPdgId
| Int_t BmnSiBTPoint::fPdgId |
|
protected |
◆ fPx_out
| Double_t BmnSiBTPoint::fPx_out |
|
protected |
◆ fPy_out
| Double_t BmnSiBTPoint::fPy_out |
|
protected |
◆ fPz_out
| Double_t BmnSiBTPoint::fPz_out |
|
protected |
◆ fStation
| Int_t BmnSiBTPoint::fStation |
|
protected |
◆ fX_center
| Double_t BmnSiBTPoint::fX_center |
|
protected |
◆ fX_out
| Double_t BmnSiBTPoint::fX_out |
|
protected |
◆ fY_center
| Double_t BmnSiBTPoint::fY_center |
|
protected |
◆ fY_out
| Double_t BmnSiBTPoint::fY_out |
|
protected |
◆ fZ_center
| Double_t BmnSiBTPoint::fZ_center |
|
protected |
◆ fZ_out
| Double_t BmnSiBTPoint::fZ_out |
|
protected |
The documentation for this class was generated from the following files: