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