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