#include <PndRichBarPoint.h>
|
| | PndRichBarPoint () |
| |
| | PndRichBarPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Int_t pdgCode, Double_t thetaC, Int_t eventID, Double_t mass) |
| |
| | PndRichBarPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Int_t pdgCode, Double_t thetaC, Int_t eventID, Double_t mass, TVector3 pos0, TVector3 mom0) |
| |
| | PndRichBarPoint (TVector3 pos, TVector3 dir, Double_t time) |
| |
| virtual | ~PndRichBarPoint () |
| |
| Int_t | GetPdgCode () const |
| |
| Double_t | GetThetaC () const |
| |
| Double_t | GetMass () const |
| |
| Int_t | GetTrackStatus () const |
| |
| TVector3 | GetPosition0 () const |
| |
| TVector3 | GetMomentum0 () const |
| |
| Double_t | GetTime0 () const |
| |
| TVector3 | GetAxisX () const |
| |
| TVector3 | GetAxisY () const |
| |
| TVector3 | GetAxisZ () const |
| |
| void | SetPdgCode (Int_t id) |
| |
| void | SetThetaC (Double_t theta) |
| |
| void | SetTrackStatus (Int_t status) |
| |
| void | SetPosition0 (TVector3 pos) |
| |
| void | SetMomentum0 (TVector3 dir) |
| |
| virtual void | Print (const Option_t *opt) const |
| |
◆ PndRichBarPoint() [1/4]
| PndRichBarPoint::PndRichBarPoint |
( |
| ) |
|
◆ PndRichBarPoint() [2/4]
| PndRichBarPoint::PndRichBarPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
mom, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Int_t |
pdgCode, |
|
|
Double_t |
thetaC, |
|
|
Int_t |
eventID, |
|
|
Double_t |
mass |
|
) |
| |
Constructor with arguments
◆ PndRichBarPoint() [3/4]
| PndRichBarPoint::PndRichBarPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
mom, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Int_t |
pdgCode, |
|
|
Double_t |
thetaC, |
|
|
Int_t |
eventID, |
|
|
Double_t |
mass, |
|
|
TVector3 |
pos0, |
|
|
TVector3 |
mom0 |
|
) |
| |
◆ PndRichBarPoint() [4/4]
| PndRichBarPoint::PndRichBarPoint |
( |
TVector3 |
pos, |
|
|
TVector3 |
dir, |
|
|
Double_t |
time |
|
) |
| |
◆ ~PndRichBarPoint()
| virtual PndRichBarPoint::~PndRichBarPoint |
( |
| ) |
|
|
virtual |
Copy constructor Destructor
◆ GetAxisX()
| TVector3 PndRichBarPoint::GetAxisX |
( |
| ) |
const |
|
inline |
◆ GetAxisY()
| TVector3 PndRichBarPoint::GetAxisY |
( |
| ) |
const |
|
inline |
◆ GetAxisZ()
| TVector3 PndRichBarPoint::GetAxisZ |
( |
| ) |
const |
|
inline |
◆ GetMass()
| Double_t PndRichBarPoint::GetMass |
( |
| ) |
const |
|
inline |
◆ GetMomentum0()
| TVector3 PndRichBarPoint::GetMomentum0 |
( |
| ) |
const |
|
inline |
◆ GetPdgCode()
| Int_t PndRichBarPoint::GetPdgCode |
( |
| ) |
const |
|
inline |
◆ GetPosition0()
| TVector3 PndRichBarPoint::GetPosition0 |
( |
| ) |
const |
|
inline |
◆ GetThetaC()
| Double_t PndRichBarPoint::GetThetaC |
( |
| ) |
const |
|
inline |
◆ GetTime0()
| Double_t PndRichBarPoint::GetTime0 |
( |
| ) |
const |
|
inline |
◆ GetTrackStatus()
| Int_t PndRichBarPoint::GetTrackStatus |
( |
| ) |
const |
|
inline |
◆ Print()
| virtual void PndRichBarPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ SetMomentum0()
| void PndRichBarPoint::SetMomentum0 |
( |
TVector3 |
dir | ) |
|
◆ SetPdgCode()
| void PndRichBarPoint::SetPdgCode |
( |
Int_t |
id | ) |
|
|
inline |
◆ SetPosition0()
| void PndRichBarPoint::SetPosition0 |
( |
TVector3 |
pos | ) |
|
|
inline |
◆ SetThetaC()
| void PndRichBarPoint::SetThetaC |
( |
Double_t |
theta | ) |
|
|
inline |
◆ SetTrackStatus()
| void PndRichBarPoint::SetTrackStatus |
( |
Int_t |
status | ) |
|
|
inline |
◆ fAxisX
| TVector3 PndRichBarPoint::fAxisX |
|
protected |
◆ fAxisY
| TVector3 PndRichBarPoint::fAxisY |
|
protected |
◆ fAxisZ
| TVector3 PndRichBarPoint::fAxisZ |
|
protected |
◆ fMass
| Double_t PndRichBarPoint::fMass |
|
protected |
◆ fPdgCode
| Int_t PndRichBarPoint::fPdgCode |
|
protected |
◆ fThetaC
| Double_t PndRichBarPoint::fThetaC |
|
protected |
◆ fTime0
| Double_t PndRichBarPoint::fTime0 |
|
protected |
◆ fTrackMom0
| TVector3 PndRichBarPoint::fTrackMom0 |
|
protected |
◆ fTrackPos0
| TVector3 PndRichBarPoint::fTrackPos0 |
|
protected |
◆ fTrackStatus
| Int_t PndRichBarPoint::fTrackStatus |
|
protected |
The documentation for this class was generated from the following file: