![]() |
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 |
![]() | |
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 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 |
![]() | |
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 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 | |
![]() | |
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 51 of file KFParticleSIMD.h.
|
inline |
Definition at line 73 of file KFParticleSIMD.h.
Referenced by GetDeviationFromVertex(), GetDistanceFromVertex(), TransportToVertex(), and ~KFParticleSIMD().
|
inline |
Definition at line 77 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 414 of file KFParticleSIMD.h.
|
inline |
Definition at line 423 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 848 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::AddDaughter().
Referenced by NDF().
|
inline |
Definition at line 151 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fChi2.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 868 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Construct(), and KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
Definition at line 1041 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::ConstructGammaBz(), and GetFieldAlice().
Referenced by NDF().
|
inline |
Definition at line 823 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Covariance().
Referenced by NDF().
|
inline |
|
inline |
Definition at line 838 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 148 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 140 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fAtProductionVertex.
|
inline |
Definition at line 488 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetChi2().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 503 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetCovariance().
Referenced by GetErrE(), GetErrPx(), GetErrPy(), GetErrPz(), GetErrS(), GetErrX(), GetErrY(), GetErrZ(), and NDF().
|
inline |
Definition at line 508 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetCovariance().
|
inline |
Definition at line 555 of file KFParticleSIMD.h.
Referenced by GetErrDecayLength(), and NDF().
Definition at line 743 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDecayLength().
|
inline |
Definition at line 562 of file KFParticleSIMD.h.
Referenced by GetErrDecayLengthXY(), and NDF().
Definition at line 748 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDecayLengthXY().
|
inline |
Definition at line 975 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDeviationFromParticle().
Referenced by NDF().
fvec KFParticleSIMD::GetDeviationFromParticleXY | ( | const KFParticleSIMD & | p | ) | const |
Referenced by NDF().
Definition at line 945 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDeviationFromVertex().
Referenced by GetDeviationFromVertex(), and NDF().
|
inline |
Definition at line 955 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDeviationFromVertex().
Definition at line 965 of file KFParticleSIMD.h.
References GetDeviationFromVertex(), and KFParticleSIMD().
Referenced by NDF().
fvec KFParticleSIMD::GetDeviationFromVertexXY | ( | const KFParticleSIMD & | Vtx | ) | const |
|
inline |
Definition at line 970 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDistanceFromParticle().
Referenced by NDF().
fvec KFParticleSIMD::GetDistanceFromParticleXY | ( | const KFParticleSIMD & | p | ) | const |
Referenced by NDF().
Definition at line 940 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDistanceFromVertex().
Referenced by GetDistanceFromVertex(), and NDF().
|
inline |
Definition at line 950 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDistanceFromVertex().
Definition at line 960 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 935 of file KFParticleSIMD.h.
References GetDStoParticleXY().
Referenced by NDF(), and TransportToParticle().
|
inlineprotectedvirtual |
Implements KFParticleBaseSIMD.
Definition at line 1015 of file KFParticleSIMD.h.
References GetDStoParticleXY().
|
inline |
Definition at line 1020 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDStoParticleBz(), KFParticleBaseSIMD::GetDStoParticleCBM(), and GetFieldAlice().
Referenced by GetDStoParticle(), and NDF().
Implements KFParticleBaseSIMD.
Definition at line 925 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetDStoPointBz(), KFParticleBaseSIMD::GetDStoPointCBM(), and GetFieldAlice().
Referenced by NDF(), and TransportToPoint().
|
inline |
Definition at line 473 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetE().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 677 of file KFParticleSIMD.h.
References GetDecayLength().
Referenced by NDF().
|
inline |
Definition at line 686 of file KFParticleSIMD.h.
References GetDecayLengthXY().
Referenced by NDF().
|
inline |
Definition at line 613 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 641 of file KFParticleSIMD.h.
References GetEta().
Referenced by NDF().
|
inline |
Definition at line 695 of file KFParticleSIMD.h.
References GetLifeTime().
Referenced by NDF().
|
inline |
Definition at line 668 of file KFParticleSIMD.h.
References GetMass().
Referenced by NDF().
|
inline |
Definition at line 659 of file KFParticleSIMD.h.
References GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 623 of file KFParticleSIMD.h.
References GetMomentum().
Referenced by NDF().
|
inline |
Definition at line 650 of file KFParticleSIMD.h.
References GetPhi().
Referenced by NDF().
|
inline |
Definition at line 632 of file KFParticleSIMD.h.
References GetPt().
Referenced by NDF().
|
inline |
Definition at line 598 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 603 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 608 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 704 of file KFParticleSIMD.h.
References GetR().
Referenced by NDF().
|
inline |
Definition at line 618 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 583 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 588 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 593 of file KFParticleSIMD.h.
References fabs(), GetCovariance(), and sqrt().
Referenced by NDF().
|
inline |
Definition at line 527 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetEta().
Referenced by GetErrEta(), and NDF().
Definition at line 723 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetEta().
|
staticprotected |
Referenced by NDF().
|
inlinestaticprotected |
Definition at line 991 of file KFParticleSIMD.h.
Referenced by ConstructGamma(), GetDStoParticleXY(), GetDStoPoint(), GetFieldValue(), NDF(), and Transport().
Implements KFParticleBaseSIMD.
Definition at line 998 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 569 of file KFParticleSIMD.h.
Referenced by GetErrLifeTime(), and NDF().
Definition at line 753 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetLifeTime().
|
inline |
Definition at line 548 of file KFParticleSIMD.h.
Referenced by GetErrMass(), and NDF().
Definition at line 738 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMass().
|
inline |
Definition at line 541 of file KFParticleSIMD.h.
Referenced by GetErrMomentum(), GetErrP(), and NDF().
Definition at line 733 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMomentum().
|
inline |
Definition at line 493 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetNDF().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 513 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMomentum().
Referenced by NDF().
Definition at line 713 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetMomentum().
|
inline |
Definition at line 498 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetParameter().
Referenced by NDF().
|
inline |
Definition at line 534 of file KFParticleSIMD.h.
Referenced by GetErrPhi(), and NDF().
Definition at line 728 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 520 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPt().
Referenced by GetErrPt(), and NDF().
Definition at line 718 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPt().
|
inline |
Definition at line 458 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPx().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 463 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPy().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 468 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetPz().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 483 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetQ().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 576 of file KFParticleSIMD.h.
Referenced by GetErrR(), and NDF().
Definition at line 758 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetR().
|
inline |
Definition at line 478 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetS().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 443 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetX().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 448 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetY().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 453 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::GetZ().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 433 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Initialize().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 152 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 843 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::operator+=().
Referenced by NDF().
|
inline |
Definition at line 818 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::Parameter().
Referenced by NDF().
|
inline |
Definition at line 833 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
Definition at line 145 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 146 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 147 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 150 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fQ.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 149 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inlinestatic |
Definition at line 408 of file KFParticleSIMD.h.
Definition at line 858 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetMassConstraint().
Referenced by NDF().
|
inline |
Definition at line 863 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetNoDecayLength().
Referenced by NDF().
|
inline |
Definition at line 853 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetProductionVertex().
Referenced by NDF().
Definition at line 438 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SetVtxGuess().
Referenced by ~KFParticleSIMD().
|
inline |
Definition at line 985 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SubtractFromParticle().
Referenced by NDF().
|
inline |
Definition at line 980 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::SubtractFromVertex().
Referenced by NDF().
Implements KFParticleBaseSIMD.
Definition at line 1031 of file KFParticleSIMD.h.
References GetFieldAlice(), KFParticleBaseSIMD::TransportBz(), and KFParticleBaseSIMD::TransportCBM().
Referenced by NDF().
|
inline |
Definition at line 893 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::TransportToDecayVertex().
Referenced by NDF().
|
inline |
Definition at line 920 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::TransportToDS().
Referenced by NDF(), TransportToParticle(), and TransportToPoint().
|
inline |
Definition at line 913 of file KFParticleSIMD.h.
References GetDStoParticle(), and TransportToDS().
Referenced by NDF().
|
inline |
Definition at line 903 of file KFParticleSIMD.h.
References GetDStoPoint(), and TransportToDS().
Referenced by NDF(), and TransportToVertex().
|
inline |
Definition at line 898 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::TransportToProductionVertex().
Referenced by NDF().
|
inline |
Definition at line 908 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP, KFParticleSIMD(), and TransportToPoint().
Referenced by NDF().
|
inline |
Definition at line 142 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 143 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |
|
inline |
Definition at line 144 of file KFParticleSIMD.h.
References KFParticleBaseSIMD::fP.
Referenced by NDF().
|
inline |