![]() |
PandaRoot
|
#include <KFParticle.h>
Public Member Functions | |
KFParticle () | |
~KFParticle () | |
KFParticle (const KFParticle &d1, const KFParticle &d2, Bool_t gamma=false) | |
KFParticle (const KFParticle &d1, const KFParticle &d2, const KFParticle &d3) | |
KFParticle (const KFParticle &d1, const KFParticle &d2, const KFParticle &d3, const KFParticle &d4) | |
void | Create (const Double_t Param[], const Double_t Cov[], Int_t Charge, Double_t mass) |
KFParticle (const KFPTrack &track, Int_t PID) | |
KFParticle (const KFPVertex &vertex) | |
void | CleanDaughtersId () |
void | SetNDaughters (int n) |
void | AddDaughter (int id) |
void | Initialize () |
void | SetVtxGuess (Double_t x, Double_t y, Double_t z) |
Double_t | GetX () const |
Double_t | GetY () const |
Double_t | GetZ () const |
Double_t | GetPx () const |
Double_t | GetPy () const |
Double_t | GetPz () const |
Double_t | GetE () const |
Double_t | GetS () const |
Int_t | GetQ () const |
Double_t | GetChi2 () const |
Int_t | GetNDF () const |
Bool_t | GetAtProductionVertex () const |
void | SetAtProductionVertex (Bool_t b) |
const Double_t & | X () const |
const Double_t & | Y () const |
const Double_t & | Z () const |
const Double_t & | Px () const |
const Double_t & | Py () const |
const Double_t & | Pz () const |
const Double_t & | E () const |
const Double_t & | S () const |
const Int_t & | Q () const |
const Double_t & | Chi2 () const |
const Int_t & | NDF () const |
Double_t | GetParameter (int i) const |
Double_t | GetCovariance (int i) const |
Double_t | GetCovariance (int i, int j) const |
Double_t | GetP () const |
Double_t | GetPt () const |
Double_t | GetEta () const |
Double_t | GetPhi () const |
Double_t | GetMomentum () const |
Double_t | GetMass () const |
Double_t | GetDecayLength () const |
Double_t | GetDecayLengthXY () const |
Double_t | GetLifeTime () const |
Double_t | GetR () const |
Double_t | GetErrX () const |
Double_t | GetErrY () const |
Double_t | GetErrZ () const |
Double_t | GetErrPx () const |
Double_t | GetErrPy () const |
Double_t | GetErrPz () const |
Double_t | GetErrE () const |
Double_t | GetErrS () const |
Double_t | GetErrP () const |
Double_t | GetErrPt () const |
Double_t | GetErrEta () const |
Double_t | GetErrPhi () const |
Double_t | GetErrMomentum () const |
Double_t | GetErrMass () const |
Double_t | GetErrDecayLength () const |
Double_t | GetErrDecayLengthXY () const |
Double_t | GetErrLifeTime () const |
Double_t | GetErrR () const |
int | GetP (Double_t &P, Double_t &SigmaP) const |
int | GetPt (Double_t &Pt, Double_t &SigmaPt) const |
int | GetEta (Double_t &Eta, Double_t &SigmaEta) const |
int | GetPhi (Double_t &Phi, Double_t &SigmaPhi) const |
int | GetMomentum (Double_t &P, Double_t &SigmaP) const |
int | GetMass (Double_t &M, Double_t &SigmaM) const |
int | GetDecayLength (Double_t &L, Double_t &SigmaL) const |
int | GetDecayLengthXY (Double_t &L, Double_t &SigmaL) const |
int | GetLifeTime (Double_t &T, Double_t &SigmaT) const |
int | GetR (Double_t &R, Double_t &SigmaR) const |
Double_t | GetRapidity () const |
Double_t | GetTheta () const |
Double_t & | X () |
Double_t & | Y () |
Double_t & | Z () |
Double_t & | Px () |
Double_t & | Py () |
Double_t & | Pz () |
Double_t & | E () |
Double_t & | S () |
Int_t & | Q () |
Double_t & | Chi2 () |
Int_t & | NDF () |
Double_t & | Parameter (int i) |
Double_t & | Covariance (int i) |
Double_t & | Covariance (int i, int j) |
Double_t * | Parameters () |
Double_t * | CovarianceMatrix () |
void | AddDaughter (const KFParticle &Daughter) |
void | operator+= (const KFParticle &Daughter) |
void | SetProductionVertex (const KFParticle &Vtx) |
void | SetMassConstraint (Double_t Mass, Double_t SigmaMass=0) |
void | SetNoDecayLength () |
void | Construct (const KFParticle *vDaughters[], int nDaughters, const KFParticle *ProdVtx=nullptr, Double_t Mass=-1, Bool_t IsConstrained=0) |
void | TransportToDecayVertex () |
void | TransportToProductionVertex () |
void | TransportToPoint (const Double_t xyz[]) |
void | TransportToVertex (const KFPVertex &v) |
void | TransportToParticle (const KFParticle &p) |
void | TransportToDS (Double_t dS) |
Double_t | GetDStoPoint (const Double_t xyz[]) const |
void | GetDStoParticle (const KFParticle &p, Double_t &DS, Double_t &DSp) const |
void | GetDStoParticleXY (const KFParticleBase &p, Double_t &DS, Double_t &DSp) const |
Double_t | GetDistanceFromVertex (const Double_t vtx[]) const |
Double_t | GetDistanceFromVertex (const KFParticle &Vtx) const |
Double_t | GetDistanceFromVertex (const KFPVertex &Vtx) const |
Double_t | GetDistanceFromParticle (const KFParticle &p) const |
Double_t | GetDeviationFromVertex (const Double_t v[], const Double_t Cv[]=0) const |
Double_t | GetDeviationFromVertex (const KFParticle &Vtx) const |
Double_t | GetDeviationFromVertex (const KFPVertex &Vtx) const |
Double_t | GetDeviationFromParticle (const KFParticle &p) const |
Bool_t | GetDistanceFromVertexXY (const Double_t vtx[], Double_t &val, Double_t &err) const |
Bool_t | GetDistanceFromVertexXY (const Double_t vtx[], const Double_t Cv[], Double_t &val, Double_t &err) const |
Bool_t | GetDistanceFromVertexXY (const KFParticle &Vtx, Double_t &val, Double_t &err) const |
Bool_t | GetDistanceFromVertexXY (const KFPVertex &Vtx, Double_t &val, Double_t &err) const |
Double_t | GetDistanceFromVertexXY (const Double_t vtx[]) const |
Double_t | GetDistanceFromVertexXY (const KFParticle &Vtx) const |
Double_t | GetDistanceFromVertexXY (const KFPVertex &Vtx) const |
Double_t | GetDistanceFromParticleXY (const KFParticle &p) const |
Double_t | GetDeviationFromVertexXY (const Double_t v[], const Double_t Cv[]=0) const |
Double_t | GetDeviationFromVertexXY (const KFParticle &Vtx) const |
Double_t | GetDeviationFromVertexXY (const KFPVertex &Vtx) const |
Double_t | GetDeviationFromParticleXY (const KFParticle &p) const |
Double_t | GetAngle (const KFParticle &p) const |
Double_t | GetAngleXY (const KFParticle &p) const |
Double_t | GetAngleRZ (const KFParticle &p) const |
void | SubtractFromVertex (KFParticle &v) const |
void | ConstructGamma (const KFParticle &daughter1, const KFParticle &daughter2) |
Double_t | GetPseudoProperDecayTime (const KFParticle &primVertex, const Double_t &mass, Double_t *timeErr2=0) const |
void | GetFieldValue (const Double_t xyz[], Double_t B[]) const |
![]() | |
KFParticleBase () | |
virtual | ~KFParticleBase () |
void | Initialize (const Double_t Param[], const Double_t Cov[], Int_t Charge, Double_t Mass) |
void | Initialize () |
void | SetVtxGuess (Double_t x, Double_t y, Double_t z) |
void | SetConstructMethod (Int_t m) |
void | SetMassHypo (Double_t m) |
const Double_t & | GetMassHypo () const |
const Double_t & | GetSumDaughterMass () const |
Double_t | GetX () const |
Double_t | GetY () const |
Double_t | GetZ () const |
Double_t | GetPx () const |
Double_t | GetPy () const |
Double_t | GetPz () const |
Double_t | GetE () const |
Double_t | GetS () const |
Int_t | GetQ () const |
Double_t | GetChi2 () const |
Int_t | GetNDF () const |
const Double_t & | X () const |
const Double_t & | Y () const |
const Double_t & | Z () const |
const Double_t & | Px () const |
const Double_t & | Py () const |
const Double_t & | Pz () const |
const Double_t & | E () const |
const Double_t & | S () const |
const Int_t & | Q () const |
const Double_t & | Chi2 () const |
const Int_t & | NDF () const |
Double_t | GetParameter (Int_t i) const |
Double_t | GetCovariance (Int_t i) const |
Double_t | GetCovariance (Int_t i, Int_t j) const |
Int_t | GetMomentum (Double_t &P, Double_t &SigmaP) const |
Int_t | GetPt (Double_t &Pt, Double_t &SigmaPt) const |
Int_t | GetEta (Double_t &Eta, Double_t &SigmaEta) const |
Int_t | GetPhi (Double_t &Phi, Double_t &SigmaPhi) const |
Int_t | GetMass (Double_t &M, Double_t &SigmaM) const |
Int_t | GetDecayLength (Double_t &L, Double_t &SigmaL) const |
Int_t | GetDecayLengthXY (Double_t &L, Double_t &SigmaL) const |
Int_t | GetLifeTime (Double_t &T, Double_t &SigmaT) const |
Int_t | GetR (Double_t &R, Double_t &SigmaR) const |
Double_t & | X () |
Double_t & | Y () |
Double_t & | Z () |
Double_t & | Px () |
Double_t & | Py () |
Double_t & | Pz () |
Double_t & | E () |
Double_t & | S () |
Int_t & | Q () |
Double_t & | Chi2 () |
Int_t & | NDF () |
Double_t & | Parameter (Int_t i) |
Double_t & | Covariance (Int_t i) |
Double_t & | Covariance (Int_t i, Int_t j) |
void | operator+= (const KFParticleBase &Daughter) |
void | AddDaughter (const KFParticleBase &Daughter) |
void | AddDaughterWithEnergyFit (const KFParticleBase &Daughter) |
void | AddDaughterWithEnergyCalc (const KFParticleBase &Daughter) |
void | AddDaughterWithEnergyFitMC (const KFParticleBase &Daughter) |
void | SetProductionVertex (const KFParticleBase &Vtx) |
void | SetNonlinearMassConstraint (Double_t Mass) |
void | SetMassConstraint (Double_t Mass, Double_t SigmaMass=0) |
void | SetNoDecayLength () |
void | Construct (const KFParticleBase *vDaughters[], Int_t nDaughters, const KFParticleBase *ProdVtx=nullptr, Double_t Mass=-1, Bool_t IsConstrained=0) |
void | TransportToDecayVertex () |
void | TransportToProductionVertex () |
void | TransportToDS (Double_t dS) |
Double_t | GetDStoPointBz (Double_t Bz, const Double_t xyz[]) const |
Double_t | GetDStoPointBy (Double_t By, const Double_t xyz[]) const |
void | GetDStoParticleBz (Double_t Bz, const KFParticleBase &p, Double_t &dS, Double_t &dS1) const |
void | GetDStoParticleBy (Double_t B, const KFParticleBase &p, Double_t &dS, Double_t &dS1) const |
Double_t | GetDStoPointCBM (const Double_t xyz[]) const |
void | GetDStoParticleCBM (const KFParticleBase &p, Double_t &dS, Double_t &dS1) const |
void | TransportBz (Double_t Bz, Double_t dS, Double_t P[], Double_t C[]) const |
void | TransportCBM (Double_t dS, Double_t P[], Double_t C[]) const |
Double_t | GetDistanceFromVertex (const Double_t vtx[]) const |
Double_t | GetDistanceFromVertex (const KFParticleBase &Vtx) const |
Double_t | GetDistanceFromParticle (const KFParticleBase &p) const |
Double_t | GetDeviationFromVertex (const Double_t v[], const Double_t Cv[]=0) const |
Double_t | GetDeviationFromVertex (const KFParticleBase &Vtx) const |
Double_t | GetDeviationFromParticle (const KFParticleBase &p) const |
void | SubtractFromVertex (KFParticleBase &Vtx) const |
void | ConstructGammaBz (const KFParticleBase &daughter1, const KFParticleBase &daughter2, double Bz) |
void | RotateXY (Double_t angle, Double_t Vtx[3]) |
int | Id () const |
int | NDaughters () const |
const std::vector< int > & | DaughterIds () const |
void | SetId (int id) |
void | AddDaughterId (int id) |
void | SetPDG (int pdg) |
int | GetPDG () const |
Static Public Member Functions | |
static void | SetField (Double_t Bz) |
![]() | |
static void | GetArmenterosPodolanski (KFParticleBase &positive, KFParticleBase &negative, Double_t QtAlfa[2]) |
Protected Member Functions | |
void | GetDStoParticle (const KFParticleBase &p, Double_t &DS, Double_t &DSp) const |
void | Transport (Double_t dS, Double_t P[], Double_t C[]) const |
![]() | |
Double_t & | Cij (Int_t i, Int_t j) |
void | Convert (bool ToProduction) |
void | TransportLine (Double_t S, Double_t P[], Double_t C[]) const |
Double_t | GetDStoPointLine (const Double_t xyz[]) const |
void | GetDStoParticleLine (const KFParticleBase &p, Double_t &dS, Double_t &dS1) const |
void | GetDSIter (const KFParticleBase &p, Double_t const &dS, Double_t x[3], Double_t dx[3], Double_t ddx[3]) const |
void | GetMeasurement (const Double_t XYZ[], Double_t m[], Double_t V[]) const |
void | SetMassConstraint (Double_t *mP, Double_t *mC, Double_t mJ[7][7], Double_t mass) |
Static Protected Member Functions | |
static Double_t | GetFieldAlice () |
static void | GetExternalTrackParam (const KFParticleBase &p, Double_t &X, Double_t &Alpha, Double_t P[5]) |
![]() | |
static Int_t | IJ (Int_t i, Int_t j) |
static Bool_t | InvertSym3 (const Double_t A[], Double_t Ainv[]) |
static void | MultQSQt (const Double_t Q[], const Double_t S[], Double_t SOut[]) |
static Double_t | GetSCorrection (const Double_t Part[], const Double_t XYZ[]) |
Additional Inherited Members | |
![]() | |
Double_t | fP [8] |
Double_t | fC [36] |
Int_t | fQ |
Int_t | fNDF |
Double_t | fChi2 |
Double_t | fSFromDecay |
Bool_t | fAtProductionVertex |
Double_t | fVtxGuess [3] |
Bool_t | fIsLinearized |
Int_t | fConstructMethod |
Double_t | SumDaughterMass |
Double_t | fMassHypo |
int | fId |
std::vector< int > | fDaughtersIds |
int | fPDG |
Definition at line 50 of file KFParticle.h.
|
inline |
Definition at line 63 of file KFParticle.h.
Referenced by GetDeviationFromVertex(), GetDistanceFromVertex(), TransportToVertex(), and ~KFParticle().
|
inline |
KFParticle::KFParticle | ( | const KFParticle & | d1, |
const KFParticle & | d2, | ||
Bool_t | gamma = false |
||
) |
|
inline |
Definition at line 407 of file KFParticle.h.
|
inline |
Definition at line 416 of file KFParticle.h.
KFParticle::KFParticle | ( | const KFPTrack & | track, |
Int_t | PID | ||
) |
KFParticle::KFParticle | ( | const KFPVertex & | vertex | ) |
|
inline |
Definition at line 99 of file KFParticle.h.
References KFParticleBase::fDaughtersIds, GetChi2(), GetE(), GetNDF(), GetPx(), GetPy(), GetPz(), GetQ(), GetS(), GetX(), GetY(), GetZ(), Initialize(), and SetVtxGuess().
Referenced by GetTheta().
|
inline |
Definition at line 861 of file KFParticle.h.
References KFParticleBase::AddDaughter().
|
inline |
Definition at line 144 of file KFParticle.h.
References KFParticleBase::fChi2.
Referenced by GetTheta().
|
inline |
|
inline |
|
inline |
Definition at line 881 of file KFParticle.h.
References KFParticleBase::Construct().
Referenced by GetTheta().
|
inline |
Definition at line 1027 of file KFParticle.h.
References KFParticleBase::ConstructGammaBz(), and GetFieldAlice().
Referenced by GetTheta().
|
inline |
Definition at line 836 of file KFParticle.h.
References KFParticleBase::Covariance().
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 851 of file KFParticle.h.
References KFParticleBase::fC.
Referenced by GetTheta().
void KFParticle::Create | ( | const Double_t | Param[], |
const Double_t | Cov[], | ||
Int_t | Charge, | ||
Double_t | mass | ||
) |
Referenced by ~KFParticle().
|
inline |
Definition at line 141 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
Double_t KFParticle::GetAngle | ( | const KFParticle & | p | ) | const |
Referenced by GetTheta().
Double_t KFParticle::GetAngleRZ | ( | const KFParticle & | p | ) | const |
Referenced by GetTheta().
Double_t KFParticle::GetAngleXY | ( | const KFParticle & | p | ) | const |
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 481 of file KFParticle.h.
References KFParticleBase::GetChi2().
Referenced by AddDaughter().
|
inline |
Definition at line 496 of file KFParticle.h.
References KFParticleBase::GetCovariance().
Referenced by GetErrE(), GetErrPx(), GetErrPy(), GetErrPz(), GetErrS(), GetErrX(), GetErrY(), GetErrZ(), and NDF().
|
inline |
|
inline |
Definition at line 560 of file KFParticle.h.
References KFParticleBase::GetDecayLength().
Referenced by NDF().
|
inline |
Definition at line 756 of file KFParticle.h.
References KFParticleBase::GetDecayLength().
|
inline |
Definition at line 569 of file KFParticle.h.
References KFParticleBase::GetDecayLengthXY().
Referenced by NDF().
|
inline |
Definition at line 761 of file KFParticle.h.
References KFParticleBase::GetDecayLengthXY().
|
inline |
Definition at line 968 of file KFParticle.h.
References KFParticleBase::GetDeviationFromParticle().
Referenced by GetTheta().
Double_t KFParticle::GetDeviationFromParticleXY | ( | const KFParticle & | p | ) | const |
Referenced by GetTheta().
|
inline |
Definition at line 938 of file KFParticle.h.
References KFParticleBase::GetDeviationFromVertex().
Referenced by GetDeviationFromVertex(), and GetTheta().
|
inline |
Definition at line 948 of file KFParticle.h.
References KFParticleBase::GetDeviationFromVertex().
|
inline |
Definition at line 958 of file KFParticle.h.
References GetDeviationFromVertex(), and KFParticle().
Double_t KFParticle::GetDeviationFromVertexXY | ( | const Double_t | v[], |
const Double_t | Cv[] = 0 |
||
) | const |
Referenced by GetTheta().
Double_t KFParticle::GetDeviationFromVertexXY | ( | const KFParticle & | Vtx | ) | const |
Double_t KFParticle::GetDeviationFromVertexXY | ( | const KFPVertex & | Vtx | ) | const |
|
inline |
Definition at line 963 of file KFParticle.h.
References KFParticleBase::GetDistanceFromParticle().
Referenced by GetTheta().
Double_t KFParticle::GetDistanceFromParticleXY | ( | const KFParticle & | p | ) | const |
Referenced by GetTheta().
|
inline |
Definition at line 933 of file KFParticle.h.
References KFParticleBase::GetDistanceFromVertex().
Referenced by GetDistanceFromVertex(), and GetTheta().
|
inline |
Definition at line 943 of file KFParticle.h.
References KFParticleBase::GetDistanceFromVertex().
|
inline |
Definition at line 953 of file KFParticle.h.
References GetDistanceFromVertex(), and KFParticle().
Bool_t KFParticle::GetDistanceFromVertexXY | ( | const Double_t | vtx[], |
Double_t & | val, | ||
Double_t & | err | ||
) | const |
Referenced by GetTheta().
Bool_t KFParticle::GetDistanceFromVertexXY | ( | const Double_t | vtx[], |
const Double_t | Cv[], | ||
Double_t & | val, | ||
Double_t & | err | ||
) | const |
Bool_t KFParticle::GetDistanceFromVertexXY | ( | const KFParticle & | Vtx, |
Double_t & | val, | ||
Double_t & | err | ||
) | const |
Bool_t KFParticle::GetDistanceFromVertexXY | ( | const KFPVertex & | Vtx, |
Double_t & | val, | ||
Double_t & | err | ||
) | const |
Double_t KFParticle::GetDistanceFromVertexXY | ( | const Double_t | vtx[] | ) | const |
Double_t KFParticle::GetDistanceFromVertexXY | ( | const KFParticle & | Vtx | ) | const |
Double_t KFParticle::GetDistanceFromVertexXY | ( | const KFPVertex & | Vtx | ) | const |
|
inline |
Definition at line 928 of file KFParticle.h.
References GetDStoParticleXY().
Referenced by GetTheta(), and TransportToParticle().
|
inlineprotectedvirtual |
Implements KFParticleBase.
Definition at line 1001 of file KFParticle.h.
References GetDStoParticleXY().
|
inline |
Definition at line 1006 of file KFParticle.h.
References KFParticleBase::GetDStoParticleBz(), KFParticleBase::GetDStoParticleCBM(), and GetFieldAlice().
Referenced by GetDStoParticle(), and GetTheta().
|
inlinevirtual |
Implements KFParticleBase.
Definition at line 918 of file KFParticle.h.
References KFParticleBase::GetDStoPointBz(), KFParticleBase::GetDStoPointCBM(), and GetFieldAlice().
Referenced by GetTheta(), and TransportToPoint().
|
inline |
Definition at line 466 of file KFParticle.h.
References KFParticleBase::GetE().
Referenced by AddDaughter().
|
inline |
Definition at line 690 of file KFParticle.h.
References KFParticleBase::GetDecayLength().
Referenced by NDF().
|
inline |
Definition at line 699 of file KFParticle.h.
References KFParticleBase::GetDecayLengthXY().
Referenced by NDF().
|
inline |
Definition at line 626 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 654 of file KFParticle.h.
References KFParticleBase::GetEta().
Referenced by NDF().
|
inline |
Definition at line 708 of file KFParticle.h.
References KFParticleBase::GetLifeTime().
Referenced by NDF().
|
inline |
Definition at line 681 of file KFParticle.h.
References KFParticleBase::GetMass().
Referenced by NDF().
|
inline |
Definition at line 672 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 636 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 663 of file KFParticle.h.
References KFParticleBase::GetPhi().
Referenced by NDF().
|
inline |
Definition at line 645 of file KFParticle.h.
References KFParticleBase::GetPt().
Referenced by NDF().
|
inline |
Definition at line 611 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 616 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 621 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 717 of file KFParticle.h.
References KFParticleBase::GetR().
Referenced by NDF().
|
inline |
Definition at line 631 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 596 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 601 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 606 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 524 of file KFParticle.h.
References KFParticleBase::GetEta().
Referenced by NDF().
|
inline |
Definition at line 736 of file KFParticle.h.
References KFParticleBase::GetEta().
|
staticprotected |
Referenced by GetTheta().
|
inlinestaticprotected |
Definition at line 979 of file KFParticle.h.
Referenced by ConstructGamma(), GetDStoParticleXY(), GetDStoPoint(), GetFieldValue(), GetTheta(), and Transport().
|
inlinevirtual |
Implements KFParticleBase.
Definition at line 986 of file KFParticle.h.
References GetFieldAlice().
Referenced by GetTheta().
|
inline |
Definition at line 578 of file KFParticle.h.
References KFParticleBase::GetLifeTime().
Referenced by NDF().
|
inline |
Definition at line 766 of file KFParticle.h.
References KFParticleBase::GetLifeTime().
|
inline |
Definition at line 551 of file KFParticle.h.
References KFParticleBase::GetMass().
Referenced by NDF().
|
inline |
Definition at line 751 of file KFParticle.h.
References KFParticleBase::GetMass().
|
inline |
Definition at line 542 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 746 of file KFParticle.h.
References KFParticleBase::GetMomentum().
|
inline |
Definition at line 486 of file KFParticle.h.
References KFParticleBase::GetNDF().
Referenced by AddDaughter().
|
inline |
Definition at line 506 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 726 of file KFParticle.h.
References KFParticleBase::GetMomentum().
|
inline |
Definition at line 491 of file KFParticle.h.
References KFParticleBase::GetParameter().
Referenced by NDF().
|
inline |
Definition at line 533 of file KFParticle.h.
References KFParticleBase::GetPhi().
Referenced by NDF().
|
inline |
Definition at line 741 of file KFParticle.h.
References KFParticleBase::GetPhi().
Double_t KFParticle::GetPseudoProperDecayTime | ( | const KFParticle & | primVertex, |
const Double_t & | mass, | ||
Double_t * | timeErr2 = 0 |
||
) | const |
Referenced by GetTheta().
|
inline |
Definition at line 515 of file KFParticle.h.
References KFParticleBase::GetPt().
Referenced by GetTheta(), and NDF().
|
inline |
Definition at line 731 of file KFParticle.h.
References KFParticleBase::GetPt().
|
inline |
Definition at line 451 of file KFParticle.h.
References KFParticleBase::GetPx().
Referenced by AddDaughter().
|
inline |
Definition at line 456 of file KFParticle.h.
References KFParticleBase::GetPy().
Referenced by AddDaughter().
|
inline |
Definition at line 461 of file KFParticle.h.
References KFParticleBase::GetPz().
Referenced by AddDaughter().
|
inline |
Definition at line 476 of file KFParticle.h.
References KFParticleBase::GetQ().
Referenced by AddDaughter().
|
inline |
Definition at line 587 of file KFParticle.h.
References KFParticleBase::GetR().
Referenced by NDF().
|
inline |
Definition at line 771 of file KFParticle.h.
References KFParticleBase::GetR().
|
inline |
|
inline |
Definition at line 471 of file KFParticle.h.
References KFParticleBase::GetS().
Referenced by AddDaughter().
|
inline |
Definition at line 199 of file KFParticle.h.
References AddDaughter(), atan2(), Chi2(), Construct(), ConstructGamma(), Covariance(), CovarianceMatrix(), E(), KFParticleBase::fP, GetAngle(), GetAngleRZ(), GetAngleXY(), GetDeviationFromParticle(), GetDeviationFromParticleXY(), GetDeviationFromVertex(), GetDeviationFromVertexXY(), GetDistanceFromParticle(), GetDistanceFromParticleXY(), GetDistanceFromVertex(), GetDistanceFromVertexXY(), GetDStoParticle(), GetDStoParticleXY(), GetDStoPoint(), GetExternalTrackParam(), GetFieldAlice(), GetFieldValue(), GetPseudoProperDecayTime(), GetPt(), Mass, NDF(), operator+=(), Parameter(), Parameters(), Px(), Py(), Pz(), Q(), S(), SetMassConstraint(), SetNoDecayLength(), SetProductionVertex(), SubtractFromVertex(), Transport(), TransportToDecayVertex(), TransportToDS(), TransportToParticle(), TransportToPoint(), TransportToProductionVertex(), TransportToVertex(), v, X(), Y(), and Z().
|
inline |
Definition at line 436 of file KFParticle.h.
References KFParticleBase::GetX().
Referenced by AddDaughter().
|
inline |
Definition at line 441 of file KFParticle.h.
References KFParticleBase::GetY().
Referenced by AddDaughter().
|
inline |
Definition at line 446 of file KFParticle.h.
References KFParticleBase::GetZ().
Referenced by AddDaughter().
|
inline |
Definition at line 426 of file KFParticle.h.
References KFParticleBase::Initialize().
Referenced by AddDaughter().
|
inline |
Definition at line 145 of file KFParticle.h.
References KFParticleBase::fNDF, GetCovariance(), GetDecayLength(), GetDecayLengthXY(), GetErrDecayLength(), GetErrDecayLengthXY(), GetErrE(), GetErrEta(), GetErrLifeTime(), GetErrMass(), GetErrMomentum(), GetErrP(), GetErrPhi(), GetErrPt(), GetErrPx(), GetErrPy(), GetErrPz(), GetErrR(), GetErrS(), GetErrX(), GetErrY(), GetErrZ(), GetEta(), GetLifeTime(), GetMass(), GetMomentum(), GetP(), GetParameter(), GetPhi(), GetPt(), and GetR().
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 856 of file KFParticle.h.
References KFParticleBase::operator+=().
Referenced by GetTheta(), and KFVertex::operator+=().
|
inline |
Definition at line 831 of file KFParticle.h.
References KFParticleBase::Parameter().
Referenced by GetTheta().
|
inline |
Definition at line 846 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
Definition at line 138 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 139 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 140 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 143 of file KFParticle.h.
References KFParticleBase::fQ.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 142 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
|
inlinestatic |
Definition at line 401 of file KFParticle.h.
|
inline |
Definition at line 871 of file KFParticle.h.
References KFParticleBase::SetMassConstraint().
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 876 of file KFParticle.h.
References KFParticleBase::SetNoDecayLength().
Referenced by GetTheta().
|
inline |
Definition at line 866 of file KFParticle.h.
References KFParticleBase::SetProductionVertex().
Referenced by GetTheta().
|
inline |
Definition at line 431 of file KFParticle.h.
References KFParticleBase::SetVtxGuess().
Referenced by AddDaughter().
|
inline |
Definition at line 973 of file KFParticle.h.
References KFParticleBase::SubtractFromVertex().
Referenced by GetTheta(), KFVertex::operator-(), and KFVertex::operator-=().
|
inlineprotectedvirtual |
Implements KFParticleBase.
Definition at line 1017 of file KFParticle.h.
References GetFieldAlice(), KFParticleBase::TransportBz(), and KFParticleBase::TransportCBM().
Referenced by GetTheta().
|
inline |
Definition at line 886 of file KFParticle.h.
References KFParticleBase::TransportToDecayVertex().
Referenced by GetTheta().
|
inline |
Definition at line 913 of file KFParticle.h.
References KFParticleBase::TransportToDS().
Referenced by GetTheta(), TransportToParticle(), and TransportToPoint().
|
inline |
Definition at line 906 of file KFParticle.h.
References GetDStoParticle(), and TransportToDS().
Referenced by GetTheta().
|
inline |
Definition at line 896 of file KFParticle.h.
References GetDStoPoint(), and TransportToDS().
Referenced by GetTheta(), and TransportToVertex().
|
inline |
Definition at line 891 of file KFParticle.h.
References KFParticleBase::TransportToProductionVertex().
Referenced by GetTheta().
|
inline |
Definition at line 901 of file KFParticle.h.
References KFParticleBase::fP, KFParticle(), and TransportToPoint().
Referenced by GetTheta().
|
inline |
Definition at line 135 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by KFVertex::GetNContributors(), and GetTheta().
|
inline |
|
inline |
Definition at line 136 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by KFVertex::GetNContributors(), and GetTheta().
|
inline |
|
inline |
Definition at line 137 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by KFVertex::GetNContributors(), and GetTheta().
|
inline |