![]() |
PandaRoot
|
#include <KFParticleSIMD.h>
Public Member Functions | |
| KFParticleSIMD () | |
| ~KFParticleSIMD () | |
| KFParticleSIMD (const KFParticleSIMD &d1, const KFParticleSIMD &d2, Bool_t gamma=false) | |
| KFParticleSIMD (const KFParticleSIMD &d1, const KFParticleSIMD &d2, const KFParticleSIMD &d3) | |
| KFParticleSIMD (const KFParticleSIMD &d1, const KFParticleSIMD &d2, const KFParticleSIMD &d3, const KFParticleSIMD &d4) | |
| void | Create (const fvec Param[], const fvec Cov[], fvec Charge, fvec mass) |
| KFParticleSIMD (const KFPTrack &track, Int_t PID) | |
| KFParticleSIMD (const KFPTrack *track, Int_t PID) | |
| KFParticleSIMD (KFPTrack *Track[], int NTracks, Int_t *qHypo=nullptr, const Int_t *pdg=nullptr) | |
| void | Create (KFPTrack *Track[], int NTracks, Int_t *qHypo=nullptr, const Int_t *pdg=nullptr) |
| KFParticleSIMD (KFPTrack &Track, Int_t *qHypo=nullptr, const Int_t *pdg=nullptr) | |
| KFParticleSIMD (const KFPVertex &vertex) | |
| KFParticleSIMD (KFParticle *part[], const int nPart=0) | |
| KFParticleSIMD (KFParticle &part) | |
| void | Initialize () |
| void | SetVtxGuess (fvec x, fvec y, fvec z) |
| fvec | GetX () const |
| fvec | GetY () const |
| fvec | GetZ () const |
| fvec | GetPx () const |
| fvec | GetPy () const |
| fvec | GetPz () const |
| fvec | GetE () const |
| fvec | GetS () const |
| fvec | GetQ () const |
| fvec | GetChi2 () const |
| fvec | GetNDF () const |
| Bool_t | GetAtProductionVertex () const |
| const fvec & | X () const |
| const fvec & | Y () const |
| const fvec & | Z () const |
| const fvec & | Px () const |
| const fvec & | Py () const |
| const fvec & | Pz () const |
| const fvec & | E () const |
| const fvec & | S () const |
| const fvec & | Q () const |
| const fvec & | Chi2 () const |
| const fvec & | NDF () const |
| fvec | GetParameter (int i) const |
| fvec | GetCovariance (int i) const |
| fvec | GetCovariance (int i, int j) const |
| fvec | GetP () const |
| fvec | GetPt () const |
| fvec | GetEta () const |
| fvec | GetPhi () const |
| fvec | GetMomentum () const |
| fvec | GetMass () const |
| fvec | GetDecayLength () const |
| fvec | GetDecayLengthXY () const |
| fvec | GetLifeTime () const |
| fvec | GetR () const |
| fvec | GetErrX () const |
| fvec | GetErrY () const |
| fvec | GetErrZ () const |
| fvec | GetErrPx () const |
| fvec | GetErrPy () const |
| fvec | GetErrPz () const |
| fvec | GetErrE () const |
| fvec | GetErrS () const |
| fvec | GetErrP () const |
| fvec | GetErrPt () const |
| fvec | GetErrEta () const |
| fvec | GetErrPhi () const |
| fvec | GetErrMomentum () const |
| fvec | GetErrMass () const |
| fvec | GetErrDecayLength () const |
| fvec | GetErrDecayLengthXY () const |
| fvec | GetErrLifeTime () const |
| fvec | GetErrR () const |
| fvec | GetP (fvec &P, fvec &SigmaP) const |
| fvec | GetPt (fvec &Pt, fvec &SigmaPt) const |
| fvec | GetEta (fvec &Eta, fvec &SigmaEta) const |
| fvec | GetPhi (fvec &Phi, fvec &SigmaPhi) const |
| fvec | GetMomentum (fvec &P, fvec &SigmaP) const |
| fvec | GetMass (fvec &M, fvec &SigmaM) const |
| fvec | GetDecayLength (fvec &L, fvec &SigmaL) const |
| fvec | GetDecayLengthXY (fvec &L, fvec &SigmaL) const |
| fvec | GetLifeTime (fvec &T, fvec &SigmaT) const |
| fvec | GetR (fvec &R, fvec &SigmaR) const |
| fvec & | X () |
| fvec & | Y () |
| fvec & | Z () |
| fvec & | Px () |
| fvec & | Py () |
| fvec & | Pz () |
| fvec & | E () |
| fvec & | S () |
| fvec & | Q () |
| fvec & | Chi2 () |
| fvec & | NDF () |
| fvec & | Parameter (int i) |
| fvec & | Covariance (int i) |
| fvec & | Covariance (int i, int j) |
| fvec * | Parameters () |
| fvec * | CovarianceMatrix () |
| void | GetKFParticle (KFParticle &Part, int iPart=0) |
| void | GetKFParticle (KFParticle *Part, int nPart=0) |
| void | AddDaughter (const KFParticleSIMD &Daughter) |
| void | operator+= (const KFParticleSIMD &Daughter) |
| void | SetProductionVertex (const KFParticleSIMD &Vtx) |
| void | SetMassConstraint (fvec Mass, fvec SigmaMass=0) |
| void | SetNoDecayLength () |
| void | Construct (const KFParticleSIMD *vDaughters[], int nDaughters, const KFParticleSIMD *ProdVtx=nullptr, Float_t Mass=-1, Bool_t IsConstrained=0, Bool_t isAtVtxGuess=0) |
| void | TransportToDecayVertex () |
| void | TransportToProductionVertex () |
| void | TransportToPoint (const fvec xyz[]) |
| void | TransportToVertex (const KFPVertex &v) |
| void | TransportToParticle (const KFParticleSIMD &p) |
| void | TransportToDS (fvec dS) |
| fvec | GetDStoPoint (const fvec xyz[]) const |
| void | GetDStoParticle (const KFParticleSIMD &p, fvec &DS, fvec &DSp) const |
| void | GetDStoParticleXY (const KFParticleBaseSIMD &p, fvec &DS, fvec &DSp) const |
| fvec | GetDistanceFromVertex (const fvec vtx[]) const |
| fvec | GetDistanceFromVertex (const KFParticleSIMD &Vtx) const |
| fvec | GetDistanceFromVertex (const KFPVertex &Vtx) const |
| fvec | GetDistanceFromParticle (const KFParticleSIMD &p) const |
| fvec | GetDeviationFromVertex (const fvec v[], const fvec Cv[]=0) const |
| fvec | GetDeviationFromVertex (const KFParticleSIMD &Vtx) const |
| fvec | GetDeviationFromVertex (const KFPVertex &Vtx) const |
| fvec | GetDeviationFromParticle (const KFParticleSIMD &p) const |
| fvec | GetDistanceFromVertexXY (const fvec vtx[], fvec &val, fvec &err) const |
| fvec | GetDistanceFromVertexXY (const fvec vtx[], const fvec Cv[], fvec &val, fvec &err) const |
| fvec | GetDistanceFromVertexXY (const KFParticleSIMD &Vtx, fvec &val, fvec &err) const |
| fvec | GetDistanceFromVertexXY (const KFPVertex &Vtx, fvec &val, fvec &err) const |
| fvec | GetDistanceFromVertexXY (const fvec vtx[]) const |
| fvec | GetDistanceFromVertexXY (const KFParticleSIMD &Vtx) const |
| fvec | GetDistanceFromVertexXY (const KFPVertex &Vtx) const |
| fvec | GetDistanceFromParticleXY (const KFParticleSIMD &p) const |
| fvec | GetDeviationFromVertexXY (const fvec v[], const fvec Cv[]=0) const |
| fvec | GetDeviationFromVertexXY (const KFParticleSIMD &Vtx) const |
| fvec | GetDeviationFromVertexXY (const KFPVertex &Vtx) const |
| fvec | GetDeviationFromParticleXY (const KFParticleSIMD &p) const |
| fvec | GetAngle (const KFParticleSIMD &p) const |
| fvec | GetAngleXY (const KFParticleSIMD &p) const |
| fvec | GetAngleRZ (const KFParticleSIMD &p) const |
| void | SubtractFromVertex (KFParticleSIMD &v) const |
| void | SubtractFromParticle (KFParticleSIMD &v) const |
| void | ConstructGamma (const KFParticleSIMD &daughter1, const KFParticleSIMD &daughter2) |
| fvec | GetPseudoProperDecayTime (const KFParticleSIMD &primVertex, const fvec &mass, fvec *timeErr2=0) const |
| void | GetFieldValue (const fvec xyz[], fvec B[]) const |
Public Member Functions inherited from KFParticleBaseSIMD | |
| KFParticleBaseSIMD () | |
| virtual | ~KFParticleBaseSIMD () |
| void | Initialize (const fvec Param[], const fvec Cov[], fvec Charge, fvec Mass) |
| void | Initialize () |
| void | SetVtxGuess (fvec x, fvec y, fvec z) |
| void | SetVtxErrGuess (fvec &x, fvec &y, fvec &z) |
| void | SetConstructMethod (Int_t m) |
| void | SetMassHypo (fvec m) |
| const fvec & | GetMassHypo () const |
| const fvec & | GetSumDaughterMass () const |
| fvec | GetX () const |
| fvec | GetY () const |
| fvec | GetZ () const |
| fvec | GetPx () const |
| fvec | GetPy () const |
| fvec | GetPz () const |
| fvec | GetE () const |
| fvec | GetS () const |
| fvec | GetQ () const |
| fvec | GetChi2 () const |
| fvec | GetNDF () const |
| const fvec & | X () const |
| const fvec & | Y () const |
| const fvec & | Z () const |
| const fvec & | Px () const |
| const fvec & | Py () const |
| const fvec & | Pz () const |
| const fvec & | E () const |
| const fvec & | S () const |
| const fvec & | Q () const |
| const fvec & | Chi2 () const |
| const fvec & | NDF () const |
| fvec | GetParameter (Int_t i) const |
| fvec | GetCovariance (Int_t i) const |
| fvec | GetCovariance (Int_t i, Int_t j) const |
| fvec | GetMomentum (fvec &P, fvec &SigmaP) const |
| fvec | GetPt (fvec &Pt, fvec &SigmaPt) const |
| fvec | GetEta (fvec &Eta, fvec &SigmaEta) const |
| fvec | GetPhi (fvec &Phi, fvec &SigmaPhi) const |
| fvec | GetMass (fvec &M, fvec &SigmaM) const |
| fvec | GetDecayLength (fvec &L, fvec &SigmaL) const |
| fvec | GetDecayLengthXY (fvec &L, fvec &SigmaL) const |
| fvec | GetLifeTime (fvec &T, fvec &SigmaT) const |
| fvec | GetR (fvec &R, fvec &SigmaR) const |
| fvec & | X () |
| fvec & | Y () |
| fvec & | Z () |
| fvec & | Px () |
| fvec & | Py () |
| fvec & | Pz () |
| fvec & | E () |
| fvec & | S () |
| fvec & | Q () |
| fvec & | Chi2 () |
| fvec & | NDF () |
| fvec & | Parameter (Int_t i) |
| fvec & | Covariance (Int_t i) |
| fvec & | Covariance (Int_t i, Int_t j) |
| void | operator+= (const KFParticleBaseSIMD &Daughter) |
| void | AddDaughter (const KFParticleBaseSIMD &Daughter, Bool_t isAtVtxGuess=0) |
| void | AddDaughterWithEnergyFit (const KFParticleBaseSIMD &Daughter, Bool_t isAtVtxGuess) |
| void | AddDaughterWithEnergyCalc (const KFParticleBaseSIMD &Daughter, Bool_t isAtVtxGuess) |
| void | AddDaughterWithEnergyFitMC (const KFParticleBaseSIMD &Daughter, Bool_t isAtVtxGuess) |
| void | SetProductionVertex (const KFParticleBaseSIMD &Vtx) |
| void | SetNonlinearMassConstraint (fvec Mass) |
| void | SetMassConstraint (fvec Mass, fvec SigmaMass=0) |
| void | SetNoDecayLength () |
| void | Construct (const KFParticleBaseSIMD *vDaughters[], Int_t nDaughters, const KFParticleBaseSIMD *ProdVtx=nullptr, Float_t Mass=-1, Bool_t IsConstrained=0, Bool_t isAtVtxGuess=0) |
| void | TransportToDecayVertex () |
| void | TransportToProductionVertex () |
| void | TransportToDS (fvec dS) |
| fvec | GetDStoPointBz (fvec Bz, const fvec xyz[]) const |
| fvec | GetDStoPointBy (fvec By, const fvec xyz[]) const |
| void | GetDStoParticleBz (fvec Bz, const KFParticleBaseSIMD &p, fvec &dS, fvec &dS1) const |
| void | GetDStoParticleBy (fvec B, const KFParticleBaseSIMD &p, fvec &dS, fvec &dS1) const |
| fvec | GetDStoPointCBM (const fvec xyz[]) const |
| void | GetDStoParticleCBM (const KFParticleBaseSIMD &p, fvec &dS, fvec &dS1) const |
| void | TransportBz (fvec Bz, fvec dS, fvec P[], fvec C[]) const |
| void | TransportCBM (fvec dS, fvec P[], fvec C[]) const |
| fvec | GetDistanceFromVertex (const fvec vtx[]) const |
| fvec | GetDistanceFromVertex (const KFParticleBaseSIMD &Vtx) const |
| fvec | GetDistanceFromParticle (const KFParticleBaseSIMD &p) const |
| fvec | GetDeviationFromVertex (const fvec v[], const fvec Cv[]=0) const |
| fvec | GetDeviationFromVertex (const KFParticleBaseSIMD &Vtx) const |
| fvec | GetDeviationFromParticle (const KFParticleBaseSIMD &p) const |
| void | SubtractFromVertex (KFParticleBaseSIMD &Vtx) const |
| void | SubtractFromParticle (KFParticleBaseSIMD &Vtx) const |
| void | ConstructGammaBz (const KFParticleBaseSIMD &daughter1, const KFParticleBaseSIMD &daughter2, fvec Bz) |
| void | RotateXY (fvec angle, fvec Vtx[3]) |
| fvec | Id () const |
| int | NDaughters () const |
| std::vector< fvec > & | DaughterIds () |
| fvec | GetDaughterId (int iD) const |
| void | SetId (fvec id) |
| void | SetNDaughters (int n) |
| void | AddDaughterId (fvec id) |
| void | CleanDaughtersId () |
| void | SetPDG (int pdg) |
| const int & | GetPDG () const |
| void | GetDistanceToVertexLine (const KFParticleBaseSIMD &Vertex, fvec &l, fvec &dl, fvec *isParticleFromVertex=nullptr) const |
Static Public Member Functions | |
| static void | SetField (fvec Bz) |
Static Public Member Functions inherited from KFParticleBaseSIMD | |
| static void | GetArmenterosPodolanski (KFParticleBaseSIMD &positive, KFParticleBaseSIMD &negative, fvec QtAlfa[2]) |
Protected Member Functions | |
| void | GetDStoParticle (const KFParticleBaseSIMD &p, fvec &DS, fvec &DSp) const |
| void | Transport (fvec dS, fvec P[], fvec C[]) const |
Protected Member Functions inherited from KFParticleBaseSIMD | |
| fvec & | Cij (Int_t i, Int_t j) |
| void | Convert (bool ToProduction) |
| void | TransportLine (fvec S, fvec P[], fvec C[]) const |
| fvec | GetDStoPointLine (const fvec xyz[]) const |
| void | GetDStoParticleLine (const KFParticleBaseSIMD &p, fvec &dS, fvec &dS1) const |
| void | GetDSIter (const KFParticleBaseSIMD &p, fvec const &dS, fvec x[3], fvec dx[3], fvec ddx[3]) const |
| fvec | GetSCorrection (const fvec Part[], const fvec XYZ[]) const |
| void | GetMeasurement (const fvec XYZ[], fvec m[], fvec V[], Bool_t isAtVtxGuess=0) const |
| void | SetMassConstraint (fvec *mP, fvec *mC, fvec mJ[7][7], fvec mass, fvec mask) |
Static Protected Member Functions | |
| static fvec | GetFieldAlice () |
| static void | GetExternalTrackParam (const KFParticleBaseSIMD &p, Double_t X[fvecLen], Double_t Alpha[fvecLen], Double_t P[5][fvecLen]) |
Static Protected Member Functions inherited from KFParticleBaseSIMD | |
| static Int_t | IJ (Int_t i, Int_t j) |
| static fvec | InvertSym3 (const fvec A[], fvec Ainv[]) |
| static void | InvertCholetsky3 (fvec a[6]) |
| static void | MultQSQt (const fvec Q[], const fvec S[], fvec SOut[]) |
| static void | multQSQt1 (const fvec J[11], fvec S[]) |
Additional Inherited Members | |
Protected Attributes inherited from KFParticleBaseSIMD | |
| fvec | fP [8] |
| fvec | fC [36] |
| fvec | fQ |
| fvec | fNDF |
| fvec | fChi2 |
| fvec | fSFromDecay |
| Bool_t | fAtProductionVertex |
| Bool_t | fIsVtxGuess |
| Bool_t | fIsVtxErrGuess |
| fvec | fVtxGuess [3] |
| fvec | fVtxErrGuess [3] |
| Bool_t | fIsLinearized |
| Int_t | fConstructMethod |
| fvec | SumDaughterMass |
| fvec | fMassHypo |
| fvec | fId |
| std::vector< fvec > | fDaughterIds |
| int | fPDG |
Definition at line 39 of file KFParticleSIMD.h.
|
inline |
Definition at line 61 of file KFParticleSIMD.h.
Referenced by GetDeviationFromVertex(), GetDistanceFromVertex(), TransportToVertex(), and ~KFParticleSIMD().
|
inline |
Definition at line 65 of file KFParticleSIMD.h.
References Create(), GetChi2(), GetE(), GetNDF(), GetPx(), GetPy(), GetPz(), GetQ(), GetS(), GetX(), GetY(), GetZ(), Initialize(), KFParticleSIMD(), and SetVtxGuess().
| KFParticleSIMD::KFParticleSIMD | ( | const KFParticleSIMD & | d1, |
| const KFParticleSIMD & | d2, | ||
| Bool_t | gamma = false |
||
| ) |
|
inline |
Definition at line 402 of file KFParticleSIMD.h.
|
inline |
Definition at line 411 of file KFParticleSIMD.h.
| KFParticleSIMD::KFParticleSIMD | ( | const KFPTrack & | track, |
| Int_t | PID | ||
| ) |
| KFParticleSIMD::KFParticleSIMD | ( | const KFPTrack * | track, |
| Int_t | PID | ||
| ) |
| KFParticleSIMD::KFParticleSIMD | ( | KFPTrack * | Track[], |
| int | NTracks, | ||
| Int_t * | qHypo = nullptr, |
||
| const Int_t * | pdg = nullptr |
||
| ) |
| KFParticleSIMD::KFParticleSIMD | ( | KFPTrack & | Track, |
| Int_t * | qHypo = nullptr, |
||
| const Int_t * | pdg = nullptr |
||
| ) |
| KFParticleSIMD::KFParticleSIMD | ( | const KFPVertex & | vertex | ) |
| KFParticleSIMD::KFParticleSIMD | ( | KFParticle * | part[], |
| const int | nPart = 0 |
||
| ) |
| KFParticleSIMD::KFParticleSIMD | ( | KFParticle & | part | ) |
|
inline |
Definition at line 836 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::AddDaughter().
Referenced by NDF().
|
inline |
Definition at line 139 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fChi2.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 856 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Construct(), and KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
Definition at line 1029 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::ConstructGammaBz(), and GetFieldAlice().
Referenced by NDF().
|
inline |
Definition at line 811 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Covariance().
Referenced by NDF().
|
inline |
|
inline |
Definition at line 826 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fC.
Referenced by NDF().
Referenced by ~KFParticleSIMD().
| void KFParticleSIMD::Create | ( | KFPTrack * | Track[], |
| int | NTracks, | ||
| Int_t * | qHypo = nullptr, |
||
| const Int_t * | pdg = nullptr |
||
| ) |
|
inline |
Definition at line 136 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
| fvec KFParticleSIMD::GetAngle | ( | const KFParticleSIMD & | p | ) | const |
Referenced by NDF().
| fvec KFParticleSIMD::GetAngleRZ | ( | const KFParticleSIMD & | p | ) | const |
Referenced by NDF().
| fvec KFParticleSIMD::GetAngleXY | ( | const KFParticleSIMD & | p | ) | const |
Referenced by NDF().
|
inline |
Definition at line 128 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fAtProductionVertex.
|
inline |
Definition at line 476 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetChi2().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 491 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetCovariance().
Referenced by GetErrE(), GetErrPx(), GetErrPy(), GetErrPz(), GetErrS(), GetErrX(), GetErrY(), GetErrZ(), and NDF().
|
inline |
Definition at line 496 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetCovariance().
|
inline |
Definition at line 543 of file KFParticleSIMD.h.
Referenced by GetErrDecayLength(), and NDF().
Definition at line 731 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDecayLength().
|
inline |
Definition at line 550 of file KFParticleSIMD.h.
Referenced by GetErrDecayLengthXY(), and NDF().
Definition at line 736 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDecayLengthXY().
|
inline |
Definition at line 963 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDeviationFromParticle().
Referenced by NDF().
| fvec KFParticleSIMD::GetDeviationFromParticleXY | ( | const KFParticleSIMD & | p | ) | const |
Referenced by NDF().
Definition at line 933 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDeviationFromVertex().
Referenced by GetDeviationFromVertex(), and NDF().
|
inline |
Definition at line 943 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDeviationFromVertex().
Definition at line 953 of file KFParticleSIMD.h.
References GetDeviationFromVertex(), and KFParticleSIMD().
Referenced by NDF().
| fvec KFParticleSIMD::GetDeviationFromVertexXY | ( | const KFParticleSIMD & | Vtx | ) | const |
|
inline |
Definition at line 958 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDistanceFromParticle().
Referenced by NDF().
| fvec KFParticleSIMD::GetDistanceFromParticleXY | ( | const KFParticleSIMD & | p | ) | const |
Referenced by NDF().
Definition at line 928 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDistanceFromVertex().
Referenced by GetDistanceFromVertex(), and NDF().
|
inline |
Definition at line 938 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDistanceFromVertex().
Definition at line 948 of file KFParticleSIMD.h.
References GetDistanceFromVertex(), and KFParticleSIMD().
Referenced by NDF().
| fvec KFParticleSIMD::GetDistanceFromVertexXY | ( | const fvec | vtx[], |
| const fvec | Cv[], | ||
| fvec & | val, | ||
| fvec & | err | ||
| ) | const |
| fvec KFParticleSIMD::GetDistanceFromVertexXY | ( | const KFParticleSIMD & | Vtx, |
| fvec & | val, | ||
| fvec & | err | ||
| ) | const |
| fvec KFParticleSIMD::GetDistanceFromVertexXY | ( | const KFPVertex & | Vtx, |
| fvec & | val, | ||
| fvec & | err | ||
| ) | const |
| fvec KFParticleSIMD::GetDistanceFromVertexXY | ( | const KFParticleSIMD & | Vtx | ) | const |
|
inline |
Definition at line 923 of file KFParticleSIMD.h.
References GetDStoParticleXY().
Referenced by NDF(), and TransportToParticle().
|
inlineprotectedvirtual |
Implements KFParticleBaseSIMD.
Definition at line 1003 of file KFParticleSIMD.h.
References GetDStoParticleXY().
|
inline |
Definition at line 1008 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDStoParticleBz(), KFParticleBaseSIMD::GetDStoParticleCBM(), and GetFieldAlice().
Referenced by GetDStoParticle(), and NDF().
Implements KFParticleBaseSIMD.
Definition at line 913 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDStoPointBz(), KFParticleBaseSIMD::GetDStoPointCBM(), and GetFieldAlice().
Referenced by NDF(), and TransportToPoint().
|
inline |
Definition at line 461 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetE().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 665 of file KFParticleSIMD.h.
References GetDecayLength().
Referenced by NDF().
|
inline |
Definition at line 674 of file KFParticleSIMD.h.
References GetDecayLengthXY().
Referenced by NDF().
|
inline |
Definition at line 601 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 629 of file KFParticleSIMD.h.
References GetEta().
Referenced by NDF().
|
inline |
Definition at line 683 of file KFParticleSIMD.h.
References GetLifeTime().
Referenced by NDF().
|
inline |
Definition at line 656 of file KFParticleSIMD.h.
References GetMass().
Referenced by NDF().
|
inline |
Definition at line 647 of file KFParticleSIMD.h.
References GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 611 of file KFParticleSIMD.h.
References GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 638 of file KFParticleSIMD.h.
References GetPhi().
Referenced by NDF().
|
inline |
Definition at line 620 of file KFParticleSIMD.h.
References GetPt().
Referenced by NDF().
|
inline |
Definition at line 586 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 591 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 596 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 692 of file KFParticleSIMD.h.
References GetR().
Referenced by NDF().
|
inline |
Definition at line 606 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 571 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 576 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 581 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 515 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetEta().
Referenced by GetErrEta(), and NDF().
Definition at line 711 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetEta().
|
staticprotected |
Referenced by NDF().
|
inlinestaticprotected |
Definition at line 979 of file KFParticleSIMD.h.
Referenced by ConstructGamma(), GetDStoParticleXY(), GetDStoPoint(), GetFieldValue(), NDF(), and Transport().
Implements KFParticleBaseSIMD.
Definition at line 986 of file KFParticleSIMD.h.
References GetFieldAlice().
Referenced by NDF().
| void KFParticleSIMD::GetKFParticle | ( | KFParticle & | Part, |
| int | iPart = 0 |
||
| ) |
Referenced by NDF().
| void KFParticleSIMD::GetKFParticle | ( | KFParticle * | Part, |
| int | nPart = 0 |
||
| ) |
|
inline |
Definition at line 557 of file KFParticleSIMD.h.
Referenced by GetErrLifeTime(), and NDF().
Definition at line 741 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetLifeTime().
|
inline |
Definition at line 536 of file KFParticleSIMD.h.
Referenced by GetErrMass(), and NDF().
Definition at line 726 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMass().
|
inline |
Definition at line 529 of file KFParticleSIMD.h.
Referenced by GetErrMomentum(), GetErrP(), and NDF().
Definition at line 721 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMomentum().
|
inline |
Definition at line 481 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetNDF().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 501 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMomentum().
Referenced by NDF().
Definition at line 701 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMomentum().
|
inline |
Definition at line 486 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetParameter().
Referenced by NDF().
|
inline |
Definition at line 522 of file KFParticleSIMD.h.
Referenced by GetErrPhi(), and NDF().
Definition at line 716 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPhi().
| fvec KFParticleSIMD::GetPseudoProperDecayTime | ( | const KFParticleSIMD & | primVertex, |
| const fvec & | mass, | ||
| fvec * | timeErr2 = 0 |
||
| ) | const |
Referenced by NDF().
|
inline |
Definition at line 508 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPt().
Referenced by GetErrPt(), and NDF().
Definition at line 706 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPt().
|
inline |
Definition at line 446 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPx().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 451 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPy().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 456 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPz().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 471 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetQ().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 564 of file KFParticleSIMD.h.
Referenced by GetErrR(), and NDF().
Definition at line 746 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetR().
|
inline |
Definition at line 466 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetS().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 431 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetX().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 436 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetY().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 441 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetZ().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 421 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Initialize().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 140 of file KFParticleSIMD.h.
References AddDaughter(), Chi2(), Construct(), ConstructGamma(), Covariance(), CovarianceMatrix(), E(), KFParticleBaseSIMD::fNDF, fvecLen, GetAngle(), GetAngleRZ(), GetAngleXY(), GetCovariance(), GetDecayLength(), GetDecayLengthXY(), GetDeviationFromParticle(), GetDeviationFromParticleXY(), GetDeviationFromVertex(), GetDeviationFromVertexXY(), GetDistanceFromParticle(), GetDistanceFromParticleXY(), GetDistanceFromVertex(), GetDistanceFromVertexXY(), GetDStoParticle(), GetDStoParticleXY(), GetDStoPoint(), GetErrDecayLength(), GetErrDecayLengthXY(), GetErrE(), GetErrEta(), GetErrLifeTime(), GetErrMass(), GetErrMomentum(), GetErrP(), GetErrPhi(), GetErrPt(), GetErrPx(), GetErrPy(), GetErrPz(), GetErrR(), GetErrS(), GetErrX(), GetErrY(), GetErrZ(), GetEta(), GetExternalTrackParam(), GetFieldAlice(), GetFieldValue(), GetKFParticle(), GetLifeTime(), GetMass(), GetMomentum(), GetP(), GetParameter(), GetPhi(), GetPseudoProperDecayTime(), GetPt(), GetR(), i, Mass, operator+=(), Parameter(), Parameters(), Px(), Py(), Pz(), Q(), S(), SetMassConstraint(), SetNoDecayLength(), SetProductionVertex(), SubtractFromParticle(), SubtractFromVertex(), Transport(), TransportToDecayVertex(), TransportToDS(), TransportToParticle(), TransportToPoint(), TransportToProductionVertex(), TransportToVertex(), v, X(), Y(), and Z().
|
inline |
|
inline |
Definition at line 831 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::operator+=().
Referenced by NDF().
|
inline |
Definition at line 806 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Parameter().
Referenced by NDF().
|
inline |
Definition at line 821 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
Definition at line 133 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 134 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 135 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 138 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fQ.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 137 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inlinestatic |
Definition at line 396 of file KFParticleSIMD.h.
Definition at line 846 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetMassConstraint().
Referenced by NDF().
|
inline |
Definition at line 851 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetNoDecayLength().
Referenced by NDF().
|
inline |
Definition at line 841 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetProductionVertex().
Referenced by NDF().
Definition at line 426 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetVtxGuess().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 973 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SubtractFromParticle().
Referenced by NDF().
|
inline |
Definition at line 968 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SubtractFromVertex().
Referenced by NDF().
Implements KFParticleBaseSIMD.
Definition at line 1019 of file KFParticleSIMD.h.
References GetFieldAlice(), KFParticleBaseSIMD::TransportBz(), and KFParticleBaseSIMD::TransportCBM().
Referenced by NDF().
|
inline |
Definition at line 881 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::TransportToDecayVertex().
Referenced by NDF().
|
inline |
Definition at line 908 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::TransportToDS().
Referenced by NDF(), TransportToParticle(), and TransportToPoint().
|
inline |
Definition at line 901 of file KFParticleSIMD.h.
References GetDStoParticle(), and TransportToDS().
Referenced by NDF().
|
inline |
Definition at line 891 of file KFParticleSIMD.h.
References GetDStoPoint(), and TransportToDS().
Referenced by NDF(), and TransportToVertex().
|
inline |
Definition at line 886 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::TransportToProductionVertex().
Referenced by NDF().
|
inline |
Definition at line 896 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP, KFParticleSIMD(), and TransportToPoint().
Referenced by NDF().
|
inline |
Definition at line 130 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 131 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 132 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |