#include <PndHypPoint.h>
|
| PndHypPoint () |
|
| PndHypPoint (Int_t trackID, Int_t evtID, Int_t detID, TString detName, TVector3 posin, TVector3 momin, TVector3 posout, TVector3 momout, Double_t tof, Double_t length, Double_t eLoss, Double_t charge, Double_t mass, Int_t pdgCode, Double_t distance, Double_t PLin, Double_t PLout) |
|
| PndHypPoint (const PndHypPoint &point) |
|
virtual | ~PndHypPoint () |
|
Int_t | GetEventID () const |
|
Int_t | GetVolumeID () const |
|
Double_t | GetXin () const |
|
Double_t | GetYin () const |
|
Double_t | GetZin () const |
|
Double_t | GetPxin () const |
|
Double_t | GetPyin () const |
|
Double_t | GetPzin () const |
|
Double_t | GetPLin () const |
|
Double_t | GetPLout () 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 |
|
Double_t | Getdist () const |
|
TString | GetDetName () const |
|
Double_t | GetMass () const |
|
void | PositionIn (TVector3 &pos) |
|
void | MomentumIn (TVector3 &mom) |
|
void | PositionOut (TVector3 &pos) |
|
void | MomentumOut (TVector3 &mom) |
|
void | SetEventID (Int_t ev) |
|
void | SetPositionIn (const TVector3 &pos) |
|
void | SetMomentumIn (const TVector3 &mom) |
|
void | SetPositionOut (const TVector3 &pos) |
|
void | SetMomentumOut (const TVector3 &mom) |
|
virtual void | Print (const Option_t *opt) const |
|
Definition at line 17 of file PndHypPoint.h.
◆ PndHypPoint() [1/3]
PndHypPoint::PndHypPoint |
( |
| ) |
|
◆ PndHypPoint() [2/3]
PndHypPoint::PndHypPoint |
( |
Int_t |
trackID, |
|
|
Int_t |
evtID, |
|
|
Int_t |
detID, |
|
|
TString |
detName, |
|
|
TVector3 |
posin, |
|
|
TVector3 |
momin, |
|
|
TVector3 |
posout, |
|
|
TVector3 |
momout, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Double_t |
charge, |
|
|
Double_t |
mass, |
|
|
Int_t |
pdgCode, |
|
|
Double_t |
distance, |
|
|
Double_t |
PLin, |
|
|
Double_t |
PLout |
|
) |
| |
Constructor with arguments
- Parameters
-
trackID | Index of MCTrack |
detID | Detector ID |
posIn | Ccoordinates 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] |
posInLocal | Local coordinates at entrance to active volume [cm] |
posOutLocal | Local coordinates at exit of active volume [cm] |
tof | Time since event start [ns] |
length | Track length since creation [cm] |
eLoss | Energy deposit [GeV] |
◆ PndHypPoint() [3/3]
◆ ~PndHypPoint()
virtual PndHypPoint::~PndHypPoint |
( |
| ) |
|
|
virtual |
◆ GetDetName()
TString PndHypPoint::GetDetName |
( |
| ) |
const |
|
inline |
◆ Getdist()
Double_t PndHypPoint::Getdist |
( |
| ) |
const |
|
inline |
◆ GetEventID()
Int_t PndHypPoint::GetEventID |
( |
| ) |
const |
|
inline |
◆ GetMass()
Double_t PndHypPoint::GetMass |
( |
| ) |
const |
|
inline |
◆ GetPLin()
Double_t PndHypPoint::GetPLin |
( |
| ) |
const |
|
inline |
◆ GetPLout()
Double_t PndHypPoint::GetPLout |
( |
| ) |
const |
|
inline |
◆ GetPxin()
Double_t PndHypPoint::GetPxin |
( |
| ) |
const |
|
inline |
◆ GetPxout()
Double_t PndHypPoint::GetPxout |
( |
| ) |
const |
|
inline |
◆ GetPyin()
Double_t PndHypPoint::GetPyin |
( |
| ) |
const |
|
inline |
◆ GetPyout()
Double_t PndHypPoint::GetPyout |
( |
| ) |
const |
|
inline |
◆ GetPzin()
Double_t PndHypPoint::GetPzin |
( |
| ) |
const |
|
inline |
◆ GetPzout()
Double_t PndHypPoint::GetPzout |
( |
| ) |
const |
|
inline |
◆ GetVolumeID()
Int_t PndHypPoint::GetVolumeID |
( |
| ) |
const |
|
inline |
◆ GetXin()
Double_t PndHypPoint::GetXin |
( |
| ) |
const |
|
inline |
◆ GetXout()
Double_t PndHypPoint::GetXout |
( |
| ) |
const |
|
inline |
◆ GetYin()
Double_t PndHypPoint::GetYin |
( |
| ) |
const |
|
inline |
◆ GetYout()
Double_t PndHypPoint::GetYout |
( |
| ) |
const |
|
inline |
◆ GetZin()
Double_t PndHypPoint::GetZin |
( |
| ) |
const |
|
inline |
◆ GetZout()
Double_t PndHypPoint::GetZout |
( |
| ) |
const |
|
inline |
◆ MomentumIn()
void PndHypPoint::MomentumIn |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ MomentumOut()
void PndHypPoint::MomentumOut |
( |
TVector3 & |
mom | ) |
|
|
inline |
◆ PositionIn()
void PndHypPoint::PositionIn |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ PositionOut()
void PndHypPoint::PositionOut |
( |
TVector3 & |
pos | ) |
|
|
inline |
◆ Print()
virtual void PndHypPoint::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
◆ SetEventID()
void PndHypPoint::SetEventID |
( |
Int_t |
ev | ) |
|
|
inline |
◆ SetMomentumIn()
void PndHypPoint::SetMomentumIn |
( |
const TVector3 & |
mom | ) |
|
|
inline |
◆ SetMomentumOut()
void PndHypPoint::SetMomentumOut |
( |
const TVector3 & |
mom | ) |
|
|
inline |
◆ SetPositionIn()
void PndHypPoint::SetPositionIn |
( |
const TVector3 & |
pos | ) |
|
|
inline |
◆ SetPositionOut()
void PndHypPoint::SetPositionOut |
( |
const TVector3 & |
pos | ) |
|
|
inline |
◆ fcharge
Double_t PndHypPoint::fcharge |
|
protected |
◆ fDetName
TString PndHypPoint::fDetName |
|
protected |
◆ fdist
Double_t PndHypPoint::fdist |
|
protected |
◆ fEventID
Int_t PndHypPoint::fEventID |
|
protected |
◆ fmass
Double_t PndHypPoint::fmass |
|
protected |
◆ fpdgCode
Int_t PndHypPoint::fpdgCode |
|
protected |
◆ fPLin
Double_t PndHypPoint::fPLin |
|
protected |
◆ fPLout
Double_t PndHypPoint::fPLout |
|
protected |
◆ fPxin
Double_t PndHypPoint::fPxin |
|
protected |
◆ fPxout
Double_t PndHypPoint::fPxout |
|
protected |
◆ fPyin
Double_t PndHypPoint::fPyin |
|
protected |
◆ fPyout
Double_t PndHypPoint::fPyout |
|
protected |
◆ fPzin
Double_t PndHypPoint::fPzin |
|
protected |
◆ fPzout
Double_t PndHypPoint::fPzout |
|
protected |
◆ fVolumeID
Int_t PndHypPoint::fVolumeID |
|
protected |
◆ fXin
Double_t PndHypPoint::fXin |
|
protected |
◆ fXout
Double_t PndHypPoint::fXout |
|
protected |
◆ fYin
Double_t PndHypPoint::fYin |
|
protected |
◆ fYout
Double_t PndHypPoint::fYout |
|
protected |
◆ fZin
Double_t PndHypPoint::fZin |
|
protected |
◆ fZout
Double_t PndHypPoint::fZout |
|
protected |
The documentation for this class was generated from the following file: