EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/trackbase/FairTrackParP.h>
Public Member Functions | |
FairTrackParP () | |
FairTrackParP (Double_t v, Double_t w, Double_t Tv, Double_t Tw, Double_t qp, Double_t CovMatrix[15], TVector3 o, TVector3 dj, TVector3 dk) | |
FairTrackParP (Double_t v, Double_t w, Double_t Tv, Double_t Tw, Double_t qp, Double_t CovMatrix[15], TVector3 o, TVector3 dj, TVector3 dk, Double_t spu) | |
FairTrackParP (TVector3 pos, TVector3 Mom, TVector3 posErr, TVector3 MomErr, Int_t q, TVector3 o, TVector3 dj, TVector3 dk) | |
FairTrackParP (TVector3 pos, TVector3 Mom, Double_t covMARS[6][6], Int_t q, TVector3 o, TVector3 dj, TVector3 dk) | |
FairTrackParP (FairTrackParH *helix, TVector3 dj, TVector3 dk, Int_t &ierr) | |
virtual | ~FairTrackParP () |
virtual void | Print (Option_t *option="") const |
void | SetTrackPar (Double_t X, Double_t Y, Double_t Z, Double_t Px, Double_t Py, Double_t Pz, Int_t Q, Double_t CovMatrix[15], TVector3 o, TVector3 di, TVector3 dj, TVector3 dk) |
void | SetTrackPar (Double_t v, Double_t w, Double_t Tv, Double_t Tw, Double_t qp, Double_t CovMatrix[15], TVector3 o, TVector3 di, TVector3 dj, TVector3 dk, Double_t spu) |
void | SetTV (Double_t tv) |
void | SetTW (Double_t tw) |
void | Reset () |
ClassDef (FairTrackParP, 1) | |
void | GetMARSCov (Double_t Cov66[6][6]) |
Double_t * | GetCov () |
void | GetCov (Double_t *Cov) |
void | GetCovQ (Double_t *CovQ) |
Double_t | GetV () |
Double_t | GetW () |
Double_t | GetTV () |
Double_t | GetTW () |
Double_t | GetDV () |
Double_t | GetDW () |
Double_t | GetDTV () |
Double_t | GetDTW () |
TVector3 | GetSDMomentum () |
TVector3 | GetOrigin () |
TVector3 | GetIVer () |
TVector3 | GetJVer () |
TVector3 | GetKVer () |
void | SetPlane (TVector3 o, TVector3 dj, TVector3 dk) |
Double_t | GetSPU () |
void | SetTransportMatrix (Double_t mat[5][5]) |
void | GetTransportMatrix (Double_t mat[5][5]) |
Public Member Functions inherited from FairTrackPar | |
FairTrackPar () | |
FairTrackPar (Double_t x, Double_t y, Double_t z, Double_t fx, Double_t fy, Double_t fz, Int_t q) | |
virtual | ~FairTrackPar () |
virtual TVector3 | GetPosition () const |
virtual Double_t | GetX () |
virtual Double_t | GetY () |
virtual Double_t | GetZ () |
Int_t | GetQ () const |
virtual Double_t | GetDX () const |
virtual Double_t | GetDY () const |
virtual Double_t | GetDZ () const |
virtual TVector3 | GetMomentum () const |
virtual Double_t | GetPx () const |
virtual Double_t | GetPy () const |
virtual Double_t | GetPz () const |
virtual Double_t | GetQp () const |
virtual Double_t | GetDPx () const |
virtual Double_t | GetDPy () const |
virtual Double_t | GetDPz () const |
virtual Double_t | GetDQp () const |
virtual void | SetX (Double_t x) |
virtual void | SetY (Double_t y) |
virtual void | SetZ (Double_t z) |
virtual void | SetDX (Double_t dx) |
virtual void | SetDY (Double_t dy) |
virtual void | SetDZ (Double_t dz) |
virtual void | SetPx (Double_t px) |
virtual void | SetPy (Double_t py) |
virtual void | SetPz (Double_t pz) |
virtual void | SetDPx (Double_t dpx) |
virtual void | SetDPy (Double_t dpy) |
virtual void | SetDPz (Double_t dpz) |
void | SetQp (Double_t qp) |
Private Member Functions | |
void | CalCov () |
Private Attributes | |
Double_t | fU |
Double_t | fV |
Double_t | fW |
Double_t | fTV |
Double_t | fTW |
Double_t | fPx_sd |
Double_t | fPy_sd |
Double_t | fPz_sd |
Double_t | fDU |
Double_t | fDV |
Double_t | fDW |
Double_t | fDTV |
Double_t | fDTW |
Double_t | fCovMatrix [15] |
Double_t | fCovMatrix66 [6][6] |
TVector3 | forigin |
TVector3 | fiver |
TVector3 | fjver |
TVector3 | fkver |
Double_t | fDI [3] |
Double_t | fDJ [3] |
Double_t | fDK [3] |
Double_t | fSPU |
Double_t | ftrmat [5][5] |
Additional Inherited Members | |
Protected Member Functions inherited from FairTrackPar | |
ClassDef (FairTrackPar, 1) | |
/// FairLogger | |
Protected Attributes inherited from FairTrackPar | |
Double_t | fX |
Double_t | fY |
Double_t | fZ |
Double_t | fDX |
Double_t | fDY |
Double_t | fDZ |
Double_t | fPx |
Double_t | fPy |
Double_t | fPz |
Double_t | fDPx |
Double_t | fDPy |
Double_t | fDPz |
Double_t | fQp |
Double_t | fDQp |
Int_t | fq |
FairLogger * | fLogger |
Definition at line 18 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 18 of file FairTrackParP.h
FairTrackParP::FairTrackParP | ( | ) |
Constructor
FairTrackParP::FairTrackParP | ( | Double_t | v, |
Double_t | w, | ||
Double_t | Tv, | ||
Double_t | Tw, | ||
Double_t | qp, | ||
Double_t | CovMatrix[15], | ||
TVector3 | o, | ||
TVector3 | dj, | ||
TVector3 | dk | ||
) |
Constructor with all track variables in SD
Definition at line 57 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 57 of file FairTrackParP.cxx
References fCovMatrix, fCovMatrix66, fDJ, fDK, FairTrackPar::fDPx, FairTrackPar::fDPy, FairTrackPar::fDPz, FairTrackPar::fDQp, fDTV, fDTW, fDV, fDW, FairTrackPar::fDX, FairTrackPar::fDY, FairTrackPar::fDZ, fiver, fjver, fkver, forigin, FairTrackPar::fPx, fPx_sd, FairTrackPar::fPy, fPy_sd, FairTrackPar::fPz, fPz_sd, FairTrackPar::fq, FairTrackPar::fQp, FairGeaneUtil::FromSDToMars(), FairGeaneUtil::FromSDToMARSCoord(), fSPU, fTV, fTW, fU, fV, fW, FairTrackPar::fX, FairTrackPar::fY, FairTrackPar::fZ, FairRunAna::GetField(), H, FairRunAna::Instance(), Acts::VectorHelpers::position(), SetPlane(), and lit::Sign().
FairTrackParP::FairTrackParP | ( | Double_t | v, |
Double_t | w, | ||
Double_t | Tv, | ||
Double_t | Tw, | ||
Double_t | qp, | ||
Double_t | CovMatrix[15], | ||
TVector3 | o, | ||
TVector3 | dj, | ||
TVector3 | dk, | ||
Double_t | spu | ||
) |
Definition at line 159 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 159 of file FairTrackParP.cxx
References fCovMatrix, fCovMatrix66, fDJ, fDK, FairTrackPar::fDPx, FairTrackPar::fDPy, FairTrackPar::fDPz, FairTrackPar::fDQp, fDTV, fDTW, fDV, fDW, FairTrackPar::fDX, FairTrackPar::fDY, FairTrackPar::fDZ, fiver, fjver, fkver, forigin, FairTrackPar::fPx, fPx_sd, FairTrackPar::fPy, fPy_sd, FairTrackPar::fPz, fPz_sd, FairTrackPar::fq, FairTrackPar::fQp, FairGeaneUtil::FromSDToMars(), FairGeaneUtil::FromSDToMARSCoord(), fSPU, fTV, fTW, fU, fV, fW, FairTrackPar::fX, FairTrackPar::fY, FairTrackPar::fZ, FairRunAna::GetField(), H, FairRunAna::Instance(), Acts::VectorHelpers::position(), SetPlane(), and lit::Sign().
FairTrackParP::FairTrackParP | ( | TVector3 | pos, |
TVector3 | Mom, | ||
TVector3 | posErr, | ||
TVector3 | MomErr, | ||
Int_t | q, | ||
TVector3 | o, | ||
TVector3 | dj, | ||
TVector3 | dk | ||
) |
Constructor with position and momentum track in LAB
Definition at line 263 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 263 of file FairTrackParP.cxx
References fCovMatrix, fCovMatrix66, fDJ, fDK, FairTrackPar::fDPx, FairTrackPar::fDPy, FairTrackPar::fDPz, FairTrackPar::fDQp, fDTV, fDTW, fDV, fDW, FairTrackPar::fDX, FairTrackPar::fDY, FairTrackPar::fDZ, fiver, fjver, fkver, forigin, FairTrackPar::fPx, fPx_sd, FairTrackPar::fPy, fPy_sd, FairTrackPar::fPz, fPz_sd, FairTrackPar::fq, FairTrackPar::fQp, FairGeaneUtil::FromMarsToSD(), FairGeaneUtil::FromMARSToSDCoord(), fSPU, fTV, fTW, fU, fV, fW, FairTrackPar::fX, FairTrackPar::fY, FairTrackPar::fZ, FairRunAna::GetField(), H, FairRunAna::Instance(), SetPlane(), FairTrackPar::SetPx(), FairTrackPar::SetPy(), FairTrackPar::SetPz(), FairTrackPar::SetX(), FairTrackPar::SetY(), and FairTrackPar::SetZ().
FairTrackParP::FairTrackParP | ( | TVector3 | pos, |
TVector3 | Mom, | ||
Double_t | covMARS[6][6], | ||
Int_t | q, | ||
TVector3 | o, | ||
TVector3 | dj, | ||
TVector3 | dk | ||
) |
Definition at line 367 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 367 of file FairTrackParP.cxx
References fCovMatrix, fCovMatrix66, fDJ, fDK, FairTrackPar::fDPx, FairTrackPar::fDPy, FairTrackPar::fDPz, FairTrackPar::fDQp, fDTV, fDTW, fDV, fDW, FairTrackPar::fDX, FairTrackPar::fDY, FairTrackPar::fDZ, fiver, fjver, fkver, forigin, FairTrackPar::fPx, fPx_sd, FairTrackPar::fPy, fPy_sd, FairTrackPar::fPz, fPz_sd, FairTrackPar::fq, FairTrackPar::fQp, FairGeaneUtil::FromMarsToSD(), FairGeaneUtil::FromMARSToSDCoord(), fSPU, fTV, fTW, fU, fV, fW, FairTrackPar::fX, FairTrackPar::fY, FairTrackPar::fZ, FairRunAna::GetField(), H, FairRunAna::Instance(), SetPlane(), FairTrackPar::SetPx(), FairTrackPar::SetPy(), FairTrackPar::SetPz(), FairTrackPar::SetX(), FairTrackPar::SetY(), and FairTrackPar::SetZ().
FairTrackParP::FairTrackParP | ( | FairTrackParH * | helix, |
TVector3 | dj, | ||
TVector3 | dk, | ||
Int_t & | ierr | ||
) |
Definition at line 465 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 465 of file FairTrackParP.cxx
References FairGeaneUtil::FromMARSToSDCoord(), FairGeaneUtil::FromSCToSD(), FairTrackParH::GetCov(), FairRunAna::GetField(), FairTrackParH::GetLambda(), FairTrackParH::GetPhi(), FairTrackPar::GetQ(), FairTrackPar::GetQp(), FairTrackParH::GetX(), FairTrackParH::GetY(), FairTrackParH::GetZ(), H, FairRunAna::Instance(), and SetTrackPar().
|
virtual |
Destructor
Definition at line 704 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 704 of file FairTrackParP.cxx
|
private |
Calculate the cov. mat. for this helix
Definition at line 697 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 697 of file FairTrackParP.cxx
FairTrackParP::ClassDef | ( | FairTrackParP | , |
1 | |||
) |
|
inline |
Definition at line 97 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 97 of file FairTrackParP.h
References fCovMatrix.
Referenced by GeaneTrackRep::extrapolate(), GeaneTrackRep::extrapolateToPoint(), and FairTrackParH::FairTrackParH().
|
inline |
Definition at line 98 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 98 of file FairTrackParP.h
References fCovMatrix.
void FairTrackParP::GetCovQ | ( | Double_t * | CovQ | ) |
Definition at line 888 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 888 of file FairTrackParP.cxx
References fCovMatrix, and FairTrackPar::fq.
Referenced by FairGeanePro::Propagate().
Double_t FairTrackParP::GetDTV | ( | ) |
Definition at line 750 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 750 of file FairTrackParP.cxx
References fDTV.
Double_t FairTrackParP::GetDTW | ( | ) |
Definition at line 754 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 754 of file FairTrackParP.cxx
References fDTW.
Double_t FairTrackParP::GetDV | ( | ) |
Definition at line 741 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 741 of file FairTrackParP.cxx
References fDV.
Double_t FairTrackParP::GetDW | ( | ) |
Definition at line 746 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 746 of file FairTrackParP.cxx
References fDW.
TVector3 FairTrackParP::GetIVer | ( | ) |
Definition at line 797 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 797 of file FairTrackParP.cxx
References fiver.
TVector3 FairTrackParP::GetJVer | ( | ) |
Definition at line 801 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 801 of file FairTrackParP.cxx
References fjver.
Referenced by GeaneTrackRep::extrapolateToPoint(), FairTrackParH::FairTrackParH(), and FairGeanePro::Propagate().
TVector3 FairTrackParP::GetKVer | ( | ) |
Definition at line 806 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 806 of file FairTrackParP.cxx
References fkver.
Referenced by GeaneTrackRep::extrapolateToPoint(), FairTrackParH::FairTrackParH(), and FairGeanePro::Propagate().
|
inline |
Accessors
Definition at line 94 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 94 of file FairTrackParP.h
References fCovMatrix66.
Referenced by GeaneTrackRep::getPosMomCov(), and PndPidCorrelator::GetTrackInfo().
TVector3 FairTrackParP::GetOrigin | ( | ) |
Definition at line 793 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 793 of file FairTrackParP.cxx
References forigin.
|
inline |
Definition at line 110 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 110 of file FairTrackParP.h
|
inline |
Definition at line 120 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 120 of file FairTrackParP.h
References fSPU.
Referenced by GeaneTrackRep::extrapolate(), and FairTrackParH::FairTrackParH().
void FairTrackParP::GetTransportMatrix | ( | Double_t | mat[5][5] | ) |
Definition at line 883 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 883 of file FairTrackParP.cxx
References ftrmat.
Double_t FairTrackParP::GetTV | ( | ) |
Definition at line 733 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 733 of file FairTrackParP.cxx
References fTV.
Referenced by GeaneTrackRep::extrapolate(), GeaneTrackRep::extrapolateToPoint(), and FairTrackParH::FairTrackParH().
Double_t FairTrackParP::GetTW | ( | ) |
Definition at line 737 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 737 of file FairTrackParP.cxx
References fTW.
Referenced by GeaneTrackRep::extrapolate(), GeaneTrackRep::extrapolateToPoint(), and FairTrackParH::FairTrackParH().
Double_t FairTrackParP::GetV | ( | ) |
Definition at line 724 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 724 of file FairTrackParP.cxx
References fV.
Referenced by GeaneTrackRep::extrapolate(), and GeaneTrackRep::extrapolateToPoint().
Double_t FairTrackParP::GetW | ( | ) |
Definition at line 729 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 729 of file FairTrackParP.cxx
References fW.
Referenced by GeaneTrackRep::extrapolate(), and GeaneTrackRep::extrapolateToPoint().
|
virtual |
copy Constructor Output to screen
Reimplemented from FairTrackPar.
Definition at line 708 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 708 of file FairTrackParP.cxx
References FairTrackPar::fQp, fTV, fTW, FairTrackPar::fX, FairTrackPar::fY, and FairTrackPar::fZ.
Referenced by PndTrack::Print().
void FairTrackParP::Reset | ( | ) |
Definition at line 813 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 813 of file FairTrackParP.cxx
References fCovMatrix, FairTrackPar::fDPx, FairTrackPar::fDPy, FairTrackPar::fDPz, FairTrackPar::fDQp, fDTV, fDTW, fDV, fDW, FairTrackPar::fDX, FairTrackPar::fDY, FairTrackPar::fDZ, FairTrackPar::fPx, fPx_sd, FairTrackPar::fPy, fPy_sd, FairTrackPar::fPz, fPz_sd, FairTrackPar::fq, FairTrackPar::fQp, fTV, fTW, fU, fV, fW, FairTrackPar::fX, FairTrackPar::fY, and FairTrackPar::fZ.
Referenced by SetTrackPar().
void FairTrackParP::SetPlane | ( | TVector3 | o, |
TVector3 | dj, | ||
TVector3 | dk | ||
) |
Definition at line 839 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 839 of file FairTrackParP.cxx
References fDI, fDJ, fDK, fiver, fjver, fkver, and forigin.
Referenced by FairTrackParP(), and SetTrackPar().
void FairTrackParP::SetTrackPar | ( | Double_t | X, |
Double_t | Y, | ||
Double_t | Z, | ||
Double_t | Px, | ||
Double_t | Py, | ||
Double_t | Pz, | ||
Int_t | Q, | ||
Double_t | CovMatrix[15], | ||
TVector3 | o, | ||
TVector3 | di, | ||
TVector3 | dj, | ||
TVector3 | dk | ||
) |
Definition at line 529 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 529 of file FairTrackParP.cxx
References fCovMatrix, fCovMatrix66, fDJ, fDK, FairTrackPar::fDPx, FairTrackPar::fDPy, FairTrackPar::fDPz, FairTrackPar::fDQp, fDTV, fDTW, fDV, fDW, FairTrackPar::fDX, FairTrackPar::fDY, FairTrackPar::fDZ, fiver, fjver, fkver, forigin, FairTrackPar::fq, FairTrackPar::fQp, FairGeaneUtil::FromMarsToSD(), FairGeaneUtil::FromMARSToSDCoord(), FairGeaneUtil::FromSDToMars(), fSPU, fTV, fTW, fU, fV, fW, FairTrackPar::fX, FairTrackPar::fY, FairTrackPar::fZ, FairRunAna::GetField(), H, FairRunAna::Instance(), Reset(), SetPlane(), FairTrackPar::SetPx(), FairTrackPar::SetPy(), FairTrackPar::SetPz(), FairTrackPar::SetX(), FairTrackPar::SetY(), and FairTrackPar::SetZ().
Referenced by FairTrackParP(), and FairGeanePro::Propagate().
void FairTrackParP::SetTrackPar | ( | Double_t | v, |
Double_t | w, | ||
Double_t | Tv, | ||
Double_t | Tw, | ||
Double_t | qp, | ||
Double_t | CovMatrix[15], | ||
TVector3 | o, | ||
TVector3 | di, | ||
TVector3 | dj, | ||
TVector3 | dk, | ||
Double_t | spu | ||
) |
Definition at line 615 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 615 of file FairTrackParP.cxx
References fCovMatrix, fCovMatrix66, fDJ, fDK, FairTrackPar::fDPx, FairTrackPar::fDPy, FairTrackPar::fDPz, FairTrackPar::fDQp, fDTV, fDTW, fDV, fDW, FairTrackPar::fDX, FairTrackPar::fDY, FairTrackPar::fDZ, fiver, fjver, fkver, forigin, FairTrackPar::fPx, fPx_sd, FairTrackPar::fPy, fPy_sd, FairTrackPar::fPz, fPz_sd, FairTrackPar::fq, FairTrackPar::fQp, FairGeaneUtil::FromSDToMars(), FairGeaneUtil::FromSDToMARSCoord(), fSPU, fTV, fTW, fU, fV, fW, FairTrackPar::fX, FairTrackPar::fY, FairTrackPar::fZ, FairRunAna::GetField(), H, FairRunAna::Instance(), Acts::VectorHelpers::position(), Reset(), SetPlane(), lit::Sign(), and v.
void FairTrackParP::SetTransportMatrix | ( | Double_t | mat[5][5] | ) |
Definition at line 877 of file FairTrackParP.cxx.
View newest version in sPHENIX GitHub at line 877 of file FairTrackParP.cxx
References ftrmat.
|
inline |
Modifiers
Definition at line 73 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 73 of file FairTrackParP.h
References fTV.
|
inline |
Definition at line 74 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 74 of file FairTrackParP.h
References fTW.
|
private |
Covariant matrix
Definition at line 136 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 136 of file FairTrackParP.h
Referenced by FairTrackParP(), GetCov(), GetCovQ(), Reset(), and SetTrackPar().
|
private |
Definition at line 138 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 138 of file FairTrackParP.h
Referenced by FairTrackParP(), GetMARSCov(), and SetTrackPar().
|
private |
Definition at line 148 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 148 of file FairTrackParP.h
Referenced by SetPlane().
|
private |
Definition at line 149 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 149 of file FairTrackParP.h
Referenced by FairTrackParP(), SetPlane(), and SetTrackPar().
|
private |
Definition at line 150 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 150 of file FairTrackParP.h
Referenced by FairTrackParP(), SetPlane(), and SetTrackPar().
|
private |
Definition at line 133 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 133 of file FairTrackParP.h
Referenced by FairTrackParP(), GetDTV(), Reset(), and SetTrackPar().
|
private |
Definition at line 133 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 133 of file FairTrackParP.h
Referenced by FairTrackParP(), GetDTW(), Reset(), and SetTrackPar().
|
private |
Errors in SD system
Definition at line 133 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 133 of file FairTrackParP.h
|
private |
Definition at line 133 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 133 of file FairTrackParP.h
Referenced by FairTrackParP(), GetDV(), Reset(), and SetTrackPar().
|
private |
Definition at line 133 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 133 of file FairTrackParP.h
Referenced by FairTrackParP(), GetDW(), Reset(), and SetTrackPar().
|
private |
Definition at line 145 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 145 of file FairTrackParP.h
Referenced by FairTrackParP(), GetIVer(), SetPlane(), and SetTrackPar().
|
private |
Definition at line 146 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 146 of file FairTrackParP.h
Referenced by FairTrackParP(), GetJVer(), SetPlane(), and SetTrackPar().
|
private |
Definition at line 147 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 147 of file FairTrackParP.h
Referenced by FairTrackParP(), GetKVer(), SetPlane(), and SetTrackPar().
|
private |
Definition at line 144 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 144 of file FairTrackParP.h
Referenced by FairTrackParP(), GetOrigin(), SetPlane(), and SetTrackPar().
|
private |
momentum id SD
Definition at line 131 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 131 of file FairTrackParP.h
Referenced by FairTrackParP(), GetSDMomentum(), Reset(), and SetTrackPar().
|
private |
Definition at line 131 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 131 of file FairTrackParP.h
Referenced by FairTrackParP(), GetSDMomentum(), Reset(), and SetTrackPar().
|
private |
Definition at line 131 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 131 of file FairTrackParP.h
Referenced by FairTrackParP(), GetSDMomentum(), Reset(), and SetTrackPar().
|
private |
Definition at line 152 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 152 of file FairTrackParP.h
Referenced by FairTrackParP(), GetSPU(), and SetTrackPar().
|
private |
Definition at line 154 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 154 of file FairTrackParP.h
Referenced by GetTransportMatrix(), and SetTransportMatrix().
|
private |
Definition at line 129 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 129 of file FairTrackParP.h
Referenced by FairTrackParP(), GetTV(), Print(), Reset(), SetTrackPar(), and SetTV().
|
private |
Definition at line 129 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 129 of file FairTrackParP.h
Referenced by FairTrackParP(), GetTW(), Print(), Reset(), SetTrackPar(), and SetTW().
|
private |
Points coordinates in SD system
Definition at line 129 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 129 of file FairTrackParP.h
Referenced by FairTrackParP(), Reset(), and SetTrackPar().
|
private |
Definition at line 129 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 129 of file FairTrackParP.h
Referenced by FairTrackParP(), GetV(), Reset(), and SetTrackPar().
|
private |
Definition at line 129 of file FairTrackParP.h.
View newest version in sPHENIX GitHub at line 129 of file FairTrackParP.h
Referenced by FairTrackParP(), GetW(), Reset(), and SetTrackPar().