#include <BmnBdPoint.h>
|
| | BmnBdPoint () |
| |
| | BmnBdPoint (Int_t trackID, Int_t detID, Int_t copyNo, 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, Double_t lightYield, Double_t timeIn, Double_t timeOut, Double_t lengthtrack) |
| |
| | BmnBdPoint (const BmnBdPoint &point) |
| |
| virtual | ~BmnBdPoint () |
| |
| Short_t | GetCopy () const |
| |
| Int_t | GetIsPrimary () |
| |
| Double_t | GetCharge () |
| |
| Double_t | GetPdgId () |
| |
| Double_t | GetTimeIn () const |
| |
| Double_t | GetTimeOut () const |
| |
| Double_t | GetLengthtrack () const |
| |
| Double_t | GetPxOut () const |
| |
| Double_t | GetPyOut () const |
| |
| Double_t | GetPzOut () const |
| |
| void | MomentumOut (TVector3 &mom) |
| |
| Double_t | GetXOut () const |
| |
| Double_t | GetYOut () const |
| |
| Double_t | GetZOut () const |
| |
| void | PositionOut (TVector3 &pos) |
| |
| Float_t | GetLightYield () const |
| |
| void | SetCopy (Short_t i) |
| |
| virtual void | Print (const Option_t *opt) const |
| |
| | BmnBdPoint () |
| |
| | BmnBdPoint (Int_t trackID, Int_t detID, Int_t copyNo, 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, Double_t lightYield, Double_t timeIn, Double_t timeOut, Double_t lengthtrack) |
| |
| | BmnBdPoint (const BmnBdPoint &point) |
| |
| virtual | ~BmnBdPoint () |
| |
| Short_t | GetCopy () const |
| |
| Int_t | GetIsPrimary () |
| |
| Double_t | GetCharge () |
| |
| Double_t | GetPdgId () |
| |
| Double_t | GetTimeIn () const |
| |
| Double_t | GetTimeOut () const |
| |
| Double_t | GetLengthtrack () const |
| |
| Double_t | GetPxOut () const |
| |
| Double_t | GetPyOut () const |
| |
| Double_t | GetPzOut () const |
| |
| void | MomentumOut (TVector3 &mom) |
| |
| Double_t | GetXOut () const |
| |
| Double_t | GetYOut () const |
| |
| Double_t | GetZOut () const |
| |
| void | PositionOut (TVector3 &pos) |
| |
| Float_t | GetLightYield () const |
| |
| void | SetCopy (Short_t i) |
| |
| virtual void | Print (const Option_t *opt) const |
| |
Definition at line 16 of file BmnBdPoint.h.
◆ BmnBdPoint() [1/6]
| BmnBdPoint::BmnBdPoint |
( |
| ) |
|
◆ BmnBdPoint() [2/6]
| BmnBdPoint::BmnBdPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
Int_t |
copyNo, |
|
|
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, |
|
|
Double_t |
lightYield, |
|
|
Double_t |
timeIn, |
|
|
Double_t |
timeOut, |
|
|
Double_t |
lengthtrack |
|
) |
| |
Constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detID | Detector ID (at present, volume MC number) |
| copyNo | Number of active layer inside BD module |
| copyNoMother | BD module number |
| pos | Coordinates [cm] |
| mom | Momentum of track [GeV] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
Definition at line 28 of file BmnBdPoint.cxx.
References fLengthtrack, fLightYield, fTimeIn, fTimeOut, and nCopy.
◆ BmnBdPoint() [3/6]
| BmnBdPoint::BmnBdPoint |
( |
const BmnBdPoint & |
point | ) |
|
|
inline |
◆ ~BmnBdPoint() [1/2]
| BmnBdPoint::~BmnBdPoint |
( |
| ) |
|
|
virtual |
◆ BmnBdPoint() [4/6]
| BmnBdPoint::BmnBdPoint |
( |
| ) |
|
◆ BmnBdPoint() [5/6]
| BmnBdPoint::BmnBdPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
Int_t |
copyNo, |
|
|
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, |
|
|
Double_t |
lightYield, |
|
|
Double_t |
timeIn, |
|
|
Double_t |
timeOut, |
|
|
Double_t |
lengthtrack |
|
) |
| |
Constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detID | Detector ID (at present, volume MC number) |
| copyNo | Number of active layer inside BD module |
| copyNoMother | BD module number |
| pos | Coordinates [cm] |
| mom | Momentum of track [GeV] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
◆ BmnBdPoint() [6/6]
| BmnBdPoint::BmnBdPoint |
( |
const BmnBdPoint & |
point | ) |
|
|
inline |
◆ ~BmnBdPoint() [2/2]
| virtual BmnBdPoint::~BmnBdPoint |
( |
| ) |
|
|
virtual |
◆ GetCharge() [1/2]
| Double_t BmnBdPoint::GetCharge |
( |
| ) |
|
|
inline |
◆ GetCharge() [2/2]
| Double_t BmnBdPoint::GetCharge |
( |
| ) |
|
|
inline |
◆ GetCopy() [1/2]
| Short_t BmnBdPoint::GetCopy |
( |
| ) |
const |
|
inline |
◆ GetCopy() [2/2]
| Short_t BmnBdPoint::GetCopy |
( |
| ) |
const |
|
inline |
◆ GetIsPrimary() [1/2]
| Int_t BmnBdPoint::GetIsPrimary |
( |
| ) |
|
|
inline |
◆ GetIsPrimary() [2/2]
| Int_t BmnBdPoint::GetIsPrimary |
( |
| ) |
|
|
inline |
◆ GetLengthtrack() [1/2]
| Double_t BmnBdPoint::GetLengthtrack |
( |
| ) |
const |
|
inline |
◆ GetLengthtrack() [2/2]
| Double_t BmnBdPoint::GetLengthtrack |
( |
| ) |
const |
|
inline |
◆ GetLightYield() [1/2]
| Float_t BmnBdPoint::GetLightYield |
( |
| ) |
const |
|
inline |
◆ GetLightYield() [2/2]
| Float_t BmnBdPoint::GetLightYield |
( |
| ) |
const |
|
inline |
◆ GetPdgId() [1/2]
| Double_t BmnBdPoint::GetPdgId |
( |
| ) |
|
|
inline |
◆ GetPdgId() [2/2]
| Double_t BmnBdPoint::GetPdgId |
( |
| ) |
|
|
inline |
◆ GetPxOut() [1/2]
| Double_t BmnBdPoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPxOut() [2/2]
| Double_t BmnBdPoint::GetPxOut |
( |
| ) |
const |
|
inline |
◆ GetPyOut() [1/2]
| Double_t BmnBdPoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPyOut() [2/2]
| Double_t BmnBdPoint::GetPyOut |
( |
| ) |
const |
|
inline |
◆ GetPzOut() [1/2]
| Double_t BmnBdPoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetPzOut() [2/2]
| Double_t BmnBdPoint::GetPzOut |
( |
| ) |
const |
|
inline |
◆ GetTimeIn() [1/2]
| Double_t BmnBdPoint::GetTimeIn |
( |
| ) |
const |
|
inline |
◆ GetTimeIn() [2/2]
| Double_t BmnBdPoint::GetTimeIn |
( |
| ) |
const |
|
inline |
◆ GetTimeOut() [1/2]
| Double_t BmnBdPoint::GetTimeOut |
( |
| ) |
const |
|
inline |
◆ GetTimeOut() [2/2]
| Double_t BmnBdPoint::GetTimeOut |
( |
| ) |
const |
|
inline |
◆ GetXOut() [1/2]
| Double_t BmnBdPoint::GetXOut |
( |
| ) |
const |
|
inline |
◆ GetXOut() [2/2]
| Double_t BmnBdPoint::GetXOut |
( |
| ) |
const |
|
inline |
◆ GetYOut() [1/2]
| Double_t BmnBdPoint::GetYOut |
( |
| ) |
const |
|
inline |
◆ GetYOut() [2/2]
| Double_t BmnBdPoint::GetYOut |
( |
| ) |
const |
|
inline |
◆ GetZOut() [1/2]
| Double_t BmnBdPoint::GetZOut |
( |
| ) |
const |
|
inline |
◆ GetZOut() [2/2]
| Double_t BmnBdPoint::GetZOut |
( |
| ) |
const |
|
inline |
◆ MomentumOut() [1/2]
| void BmnBdPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumOut() [2/2]
| void BmnBdPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ PositionOut() [1/2]
| void BmnBdPoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionOut() [2/2]
| void BmnBdPoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ Print() [1/2]
| void BmnBdPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ Print() [2/2]
| virtual void BmnBdPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ SetCopy() [1/2]
| void BmnBdPoint::SetCopy |
( |
Short_t |
i | ) |
|
|
inline |
◆ SetCopy() [2/2]
| void BmnBdPoint::SetCopy |
( |
Short_t |
i | ) |
|
|
inline |
◆ fCharge
| Double_t BmnBdPoint::fCharge |
|
protected |
◆ fIsPrimary
| Int_t BmnBdPoint::fIsPrimary |
|
protected |
◆ fLengthtrack
| Double_t BmnBdPoint::fLengthtrack |
|
protected |
◆ fLightYield
| Float_t BmnBdPoint::fLightYield |
|
protected |
◆ fPdgId
◆ fPxOut
| Double_t BmnBdPoint::fPxOut |
|
protected |
◆ fPyOut
| Double_t BmnBdPoint::fPyOut |
|
protected |
◆ fPzOut
| Double_t BmnBdPoint::fPzOut |
|
protected |
◆ fTimeIn
| Double_t BmnBdPoint::fTimeIn |
|
protected |
◆ fTimeOut
| Double_t BmnBdPoint::fTimeOut |
|
protected |
◆ fXOut
| Double_t BmnBdPoint::fXOut |
|
protected |
◆ fYOut
| Double_t BmnBdPoint::fYOut |
|
protected |
◆ fZOut
| Double_t BmnBdPoint::fZOut |
|
protected |
◆ nCopy
| Short_t BmnBdPoint::nCopy |
|
protected |
The documentation for this class was generated from the following files: