![]() |
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 38 of file KFParticle.h.
|
inline |
Definition at line 51 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 395 of file KFParticle.h.
|
inline |
Definition at line 404 of file KFParticle.h.
KFParticle::KFParticle | ( | const KFPTrack & | track, |
Int_t | PID | ||
) |
KFParticle::KFParticle | ( | const KFPVertex & | vertex | ) |
|
inline |
Definition at line 87 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 849 of file KFParticle.h.
References KFParticleBase::AddDaughter().
|
inline |
Definition at line 132 of file KFParticle.h.
References KFParticleBase::fChi2.
Referenced by GetTheta().
|
inline |
|
inline |
|
inline |
Definition at line 869 of file KFParticle.h.
References KFParticleBase::Construct().
Referenced by GetTheta().
|
inline |
Definition at line 1015 of file KFParticle.h.
References KFParticleBase::ConstructGammaBz(), and GetFieldAlice().
Referenced by GetTheta().
|
inline |
Definition at line 824 of file KFParticle.h.
References KFParticleBase::Covariance().
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 839 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 129 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 469 of file KFParticle.h.
References KFParticleBase::GetChi2().
Referenced by AddDaughter().
|
inline |
Definition at line 484 of file KFParticle.h.
References KFParticleBase::GetCovariance().
Referenced by GetErrE(), GetErrPx(), GetErrPy(), GetErrPz(), GetErrS(), GetErrX(), GetErrY(), GetErrZ(), and NDF().
|
inline |
|
inline |
Definition at line 548 of file KFParticle.h.
References KFParticleBase::GetDecayLength().
Referenced by NDF().
|
inline |
Definition at line 744 of file KFParticle.h.
References KFParticleBase::GetDecayLength().
|
inline |
Definition at line 557 of file KFParticle.h.
References KFParticleBase::GetDecayLengthXY().
Referenced by NDF().
|
inline |
Definition at line 749 of file KFParticle.h.
References KFParticleBase::GetDecayLengthXY().
|
inline |
Definition at line 956 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 926 of file KFParticle.h.
References KFParticleBase::GetDeviationFromVertex().
Referenced by GetDeviationFromVertex(), and GetTheta().
|
inline |
Definition at line 936 of file KFParticle.h.
References KFParticleBase::GetDeviationFromVertex().
|
inline |
Definition at line 946 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 951 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 921 of file KFParticle.h.
References KFParticleBase::GetDistanceFromVertex().
Referenced by GetDistanceFromVertex(), and GetTheta().
|
inline |
Definition at line 931 of file KFParticle.h.
References KFParticleBase::GetDistanceFromVertex().
|
inline |
Definition at line 941 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 916 of file KFParticle.h.
References GetDStoParticleXY().
Referenced by GetTheta(), and TransportToParticle().
|
inlineprotectedvirtual |
Implements KFParticleBase.
Definition at line 989 of file KFParticle.h.
References GetDStoParticleXY().
|
inline |
Definition at line 994 of file KFParticle.h.
References KFParticleBase::GetDStoParticleBz(), KFParticleBase::GetDStoParticleCBM(), and GetFieldAlice().
Referenced by GetDStoParticle(), and GetTheta().
|
inlinevirtual |
Implements KFParticleBase.
Definition at line 906 of file KFParticle.h.
References KFParticleBase::GetDStoPointBz(), KFParticleBase::GetDStoPointCBM(), and GetFieldAlice().
Referenced by GetTheta(), and TransportToPoint().
|
inline |
Definition at line 454 of file KFParticle.h.
References KFParticleBase::GetE().
Referenced by AddDaughter().
|
inline |
Definition at line 678 of file KFParticle.h.
References KFParticleBase::GetDecayLength().
Referenced by NDF().
|
inline |
Definition at line 687 of file KFParticle.h.
References KFParticleBase::GetDecayLengthXY().
Referenced by NDF().
|
inline |
Definition at line 614 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 642 of file KFParticle.h.
References KFParticleBase::GetEta().
Referenced by NDF().
|
inline |
Definition at line 696 of file KFParticle.h.
References KFParticleBase::GetLifeTime().
Referenced by NDF().
|
inline |
Definition at line 669 of file KFParticle.h.
References KFParticleBase::GetMass().
Referenced by NDF().
|
inline |
Definition at line 660 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 624 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 651 of file KFParticle.h.
References KFParticleBase::GetPhi().
Referenced by NDF().
|
inline |
Definition at line 633 of file KFParticle.h.
References KFParticleBase::GetPt().
Referenced by NDF().
|
inline |
Definition at line 599 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 604 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 609 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 705 of file KFParticle.h.
References KFParticleBase::GetR().
Referenced by NDF().
|
inline |
Definition at line 619 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 584 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 589 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 594 of file KFParticle.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 512 of file KFParticle.h.
References KFParticleBase::GetEta().
Referenced by NDF().
|
inline |
Definition at line 724 of file KFParticle.h.
References KFParticleBase::GetEta().
|
staticprotected |
Referenced by GetTheta().
|
inlinestaticprotected |
Definition at line 967 of file KFParticle.h.
Referenced by ConstructGamma(), GetDStoParticleXY(), GetDStoPoint(), GetFieldValue(), GetTheta(), and Transport().
|
inlinevirtual |
Implements KFParticleBase.
Definition at line 974 of file KFParticle.h.
References GetFieldAlice().
Referenced by GetTheta().
|
inline |
Definition at line 566 of file KFParticle.h.
References KFParticleBase::GetLifeTime().
Referenced by NDF().
|
inline |
Definition at line 754 of file KFParticle.h.
References KFParticleBase::GetLifeTime().
|
inline |
Definition at line 539 of file KFParticle.h.
References KFParticleBase::GetMass().
Referenced by NDF().
|
inline |
Definition at line 739 of file KFParticle.h.
References KFParticleBase::GetMass().
|
inline |
Definition at line 530 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 734 of file KFParticle.h.
References KFParticleBase::GetMomentum().
|
inline |
Definition at line 474 of file KFParticle.h.
References KFParticleBase::GetNDF().
Referenced by AddDaughter().
|
inline |
Definition at line 494 of file KFParticle.h.
References KFParticleBase::GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 714 of file KFParticle.h.
References KFParticleBase::GetMomentum().
|
inline |
Definition at line 479 of file KFParticle.h.
References KFParticleBase::GetParameter().
Referenced by NDF().
|
inline |
Definition at line 521 of file KFParticle.h.
References KFParticleBase::GetPhi().
Referenced by NDF().
|
inline |
Definition at line 729 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 503 of file KFParticle.h.
References KFParticleBase::GetPt().
Referenced by GetTheta(), and NDF().
|
inline |
Definition at line 719 of file KFParticle.h.
References KFParticleBase::GetPt().
|
inline |
Definition at line 439 of file KFParticle.h.
References KFParticleBase::GetPx().
Referenced by AddDaughter().
|
inline |
Definition at line 444 of file KFParticle.h.
References KFParticleBase::GetPy().
Referenced by AddDaughter().
|
inline |
Definition at line 449 of file KFParticle.h.
References KFParticleBase::GetPz().
Referenced by AddDaughter().
|
inline |
Definition at line 464 of file KFParticle.h.
References KFParticleBase::GetQ().
Referenced by AddDaughter().
|
inline |
Definition at line 575 of file KFParticle.h.
References KFParticleBase::GetR().
Referenced by NDF().
|
inline |
Definition at line 759 of file KFParticle.h.
References KFParticleBase::GetR().
|
inline |
|
inline |
Definition at line 459 of file KFParticle.h.
References KFParticleBase::GetS().
Referenced by AddDaughter().
|
inline |
Definition at line 187 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 424 of file KFParticle.h.
References KFParticleBase::GetX().
Referenced by AddDaughter().
|
inline |
Definition at line 429 of file KFParticle.h.
References KFParticleBase::GetY().
Referenced by AddDaughter().
|
inline |
Definition at line 434 of file KFParticle.h.
References KFParticleBase::GetZ().
Referenced by AddDaughter().
|
inline |
Definition at line 414 of file KFParticle.h.
References KFParticleBase::Initialize().
Referenced by AddDaughter().
|
inline |
Definition at line 133 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 844 of file KFParticle.h.
References KFParticleBase::operator+=().
Referenced by GetTheta(), and KFVertex::operator+=().
|
inline |
Definition at line 819 of file KFParticle.h.
References KFParticleBase::Parameter().
Referenced by GetTheta().
|
inline |
Definition at line 834 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
Definition at line 126 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 127 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 128 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 131 of file KFParticle.h.
References KFParticleBase::fQ.
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 130 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by GetTheta().
|
inline |
|
inline |
|
inlinestatic |
Definition at line 389 of file KFParticle.h.
|
inline |
Definition at line 859 of file KFParticle.h.
References KFParticleBase::SetMassConstraint().
Referenced by GetTheta().
|
inline |
|
inline |
Definition at line 864 of file KFParticle.h.
References KFParticleBase::SetNoDecayLength().
Referenced by GetTheta().
|
inline |
Definition at line 854 of file KFParticle.h.
References KFParticleBase::SetProductionVertex().
Referenced by GetTheta().
|
inline |
Definition at line 419 of file KFParticle.h.
References KFParticleBase::SetVtxGuess().
Referenced by AddDaughter().
|
inline |
Definition at line 961 of file KFParticle.h.
References KFParticleBase::SubtractFromVertex().
Referenced by GetTheta(), KFVertex::operator-(), and KFVertex::operator-=().
|
inlineprotectedvirtual |
Implements KFParticleBase.
Definition at line 1005 of file KFParticle.h.
References GetFieldAlice(), KFParticleBase::TransportBz(), and KFParticleBase::TransportCBM().
Referenced by GetTheta().
|
inline |
Definition at line 874 of file KFParticle.h.
References KFParticleBase::TransportToDecayVertex().
Referenced by GetTheta().
|
inline |
Definition at line 901 of file KFParticle.h.
References KFParticleBase::TransportToDS().
Referenced by GetTheta(), TransportToParticle(), and TransportToPoint().
|
inline |
Definition at line 894 of file KFParticle.h.
References GetDStoParticle(), and TransportToDS().
Referenced by GetTheta().
|
inline |
Definition at line 884 of file KFParticle.h.
References GetDStoPoint(), and TransportToDS().
Referenced by GetTheta(), and TransportToVertex().
|
inline |
Definition at line 879 of file KFParticle.h.
References KFParticleBase::TransportToProductionVertex().
Referenced by GetTheta().
|
inline |
Definition at line 889 of file KFParticle.h.
References KFParticleBase::fP, KFParticle(), and TransportToPoint().
Referenced by GetTheta().
|
inline |
Definition at line 123 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by KFVertex::GetNContributors(), and GetTheta().
|
inline |
|
inline |
Definition at line 124 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by KFVertex::GetNContributors(), and GetTheta().
|
inline |
|
inline |
Definition at line 125 of file KFParticle.h.
References KFParticleBase::fP.
Referenced by KFVertex::GetNContributors(), and GetTheta().
|
inline |