#include <AtVertexPropagator.h>
|
| virtual | ~AtVertexPropagator ()=default |
| |
| void | SetVertex (Double_t vx, Double_t vy, Double_t vz, Double_t invx, Double_t invy, Double_t invz, Double_t px, Double_t py, Double_t pz, Double_t E) |
| |
| void | SetBeamMass (Double_t m) |
| |
| void | SetTrackEnergy (int trackID, double energy) |
| |
| void | SetTrackAngle (int trackID, double angle) |
| |
| void | SetRndELoss (Double_t eloss) |
| |
| void | SetBeamNomE (Double_t ener) |
| |
| void | ResetVertex () |
| |
| void | SetMassNum (Int_t mnum) |
| |
| void | SetAtomicNum (Int_t anum) |
| |
| void | SetScatterP (TVector3 val) |
| |
| void | SetScatterEx (Double_t val) |
| |
| void | Setd2HeVtx (TVector3 val) |
| |
| void | Setd2HeVtx (Double_t x0, Double_t y0, Double_t theta, Double_t phi) |
| |
| Int_t | GetGlobalEvtCnt () |
| |
| Int_t | GetBeamEvtCnt () |
| |
| Int_t | GetDecayEvtCnt () |
| |
| Double_t | GetBeamMass () |
| |
| Double_t | GetVx () |
| |
| Double_t | GetVy () |
| |
| Double_t | GetVz () |
| |
| Double_t | GetInVx () |
| |
| Double_t | GetInVy () |
| |
| Double_t | GetInVz () |
| |
| Double_t | GetPx () |
| |
| Double_t | GetPy () |
| |
| Double_t | GetPz () |
| |
| Double_t | GetEnergy () |
| |
| Double_t | GetRndELoss () |
| |
| Double_t | GetBeamNomE () |
| |
| Double_t | GetTrackAngle (int trackID) |
| |
| Double_t | GetTrackEnergy (int trackID) |
| |
| Int_t | GetMassNum () |
| |
| Int_t | GetAtomicNum () |
| |
| TVector3 | GetScatterP () |
| |
| Double_t | GetScatterEx () |
| |
| TVector3 | Getd2HeVtx () |
| |
| void | IncGlobalEvtCnt () |
| |
| void | IncBeamEvtCnt () |
| |
| void | IncDecayEvtCnt () |
| |
| void | SetValidKine (Bool_t val) |
| |
| Bool_t | GetValidKine () |
| |
| Bool_t | Getd2HeEvt () |
| |
Definition at line 15 of file AtVertexPropagator.h.
◆ AtVertexPropagator()
| AtVertexPropagator::AtVertexPropagator |
( |
| ) |
|
|
protected |
◆ ~AtVertexPropagator()
| virtual AtVertexPropagator::~AtVertexPropagator |
( |
| ) |
|
|
virtualdefault |
◆ GetAtomicNum()
| Int_t AtVertexPropagator::GetAtomicNum |
( |
| ) |
|
◆ GetBeamEvtCnt()
| Int_t AtVertexPropagator::GetBeamEvtCnt |
( |
| ) |
|
◆ GetBeamMass()
| Double_t AtVertexPropagator::GetBeamMass |
( |
| ) |
|
◆ GetBeamNomE()
| Double_t AtVertexPropagator::GetBeamNomE |
( |
| ) |
|
◆ Getd2HeEvt()
| Bool_t AtVertexPropagator::Getd2HeEvt |
( |
| ) |
|
◆ Getd2HeVtx()
| TVector3 AtVertexPropagator::Getd2HeVtx |
( |
| ) |
|
◆ GetDecayEvtCnt()
| Int_t AtVertexPropagator::GetDecayEvtCnt |
( |
| ) |
|
◆ GetEnergy()
| Double_t AtVertexPropagator::GetEnergy |
( |
| ) |
|
◆ GetGlobalEvtCnt()
| Int_t AtVertexPropagator::GetGlobalEvtCnt |
( |
| ) |
|
◆ GetInVx()
| Double_t AtVertexPropagator::GetInVx |
( |
| ) |
|
◆ GetInVy()
| Double_t AtVertexPropagator::GetInVy |
( |
| ) |
|
◆ GetInVz()
| Double_t AtVertexPropagator::GetInVz |
( |
| ) |
|
◆ GetMassNum()
| Int_t AtVertexPropagator::GetMassNum |
( |
| ) |
|
◆ GetPx()
| Double_t AtVertexPropagator::GetPx |
( |
| ) |
|
◆ GetPy()
| Double_t AtVertexPropagator::GetPy |
( |
| ) |
|
◆ GetPz()
| Double_t AtVertexPropagator::GetPz |
( |
| ) |
|
◆ GetRndELoss()
| Double_t AtVertexPropagator::GetRndELoss |
( |
| ) |
|
◆ GetScatterEx()
| Double_t AtVertexPropagator::GetScatterEx |
( |
| ) |
|
◆ GetScatterP()
| TVector3 AtVertexPropagator::GetScatterP |
( |
| ) |
|
◆ GetTrackAngle()
| Double_t AtVertexPropagator::GetTrackAngle |
( |
int |
trackID | ) |
|
◆ GetTrackEnergy()
| Double_t AtVertexPropagator::GetTrackEnergy |
( |
int |
trackID | ) |
|
◆ GetValidKine()
| Bool_t AtVertexPropagator::GetValidKine |
( |
| ) |
|
◆ GetVx()
| Double_t AtVertexPropagator::GetVx |
( |
| ) |
|
◆ GetVy()
| Double_t AtVertexPropagator::GetVy |
( |
| ) |
|
◆ GetVz()
| Double_t AtVertexPropagator::GetVz |
( |
| ) |
|
◆ IncBeamEvtCnt()
| void AtVertexPropagator::IncBeamEvtCnt |
( |
| ) |
|
◆ IncDecayEvtCnt()
| void AtVertexPropagator::IncDecayEvtCnt |
( |
| ) |
|
◆ IncGlobalEvtCnt()
| void AtVertexPropagator::IncGlobalEvtCnt |
( |
| ) |
|
◆ Instance()
◆ ResetVertex()
| void AtVertexPropagator::ResetVertex |
( |
| ) |
|
◆ SetAtomicNum()
| void AtVertexPropagator::SetAtomicNum |
( |
Int_t |
anum | ) |
|
◆ SetBeamMass()
| void AtVertexPropagator::SetBeamMass |
( |
Double_t |
m | ) |
|
◆ SetBeamNomE()
| void AtVertexPropagator::SetBeamNomE |
( |
Double_t |
ener | ) |
|
◆ Setd2HeVtx() [1/2]
| void AtVertexPropagator::Setd2HeVtx |
( |
Double_t |
x0, |
|
|
Double_t |
y0, |
|
|
Double_t |
theta, |
|
|
Double_t |
phi |
|
) |
| |
◆ Setd2HeVtx() [2/2]
| void AtVertexPropagator::Setd2HeVtx |
( |
TVector3 |
val | ) |
|
◆ SetMassNum()
| void AtVertexPropagator::SetMassNum |
( |
Int_t |
mnum | ) |
|
◆ SetRndELoss()
| void AtVertexPropagator::SetRndELoss |
( |
Double_t |
eloss | ) |
|
◆ SetScatterEx()
| void AtVertexPropagator::SetScatterEx |
( |
Double_t |
val | ) |
|
◆ SetScatterP()
| void AtVertexPropagator::SetScatterP |
( |
TVector3 |
val | ) |
|
◆ SetTrackAngle()
| void AtVertexPropagator::SetTrackAngle |
( |
int |
trackID, |
|
|
double |
angle |
|
) |
| |
◆ SetTrackEnergy()
| void AtVertexPropagator::SetTrackEnergy |
( |
int |
trackID, |
|
|
double |
energy |
|
) |
| |
◆ SetValidKine()
| void AtVertexPropagator::SetValidKine |
( |
Bool_t |
val | ) |
|
◆ SetVertex()
| void AtVertexPropagator::SetVertex |
( |
Double_t |
vx, |
|
|
Double_t |
vy, |
|
|
Double_t |
vz, |
|
|
Double_t |
invx, |
|
|
Double_t |
invy, |
|
|
Double_t |
invz, |
|
|
Double_t |
px, |
|
|
Double_t |
py, |
|
|
Double_t |
pz, |
|
|
Double_t |
E |
|
) |
| |
The documentation for this class was generated from the following files: