EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairTrackParP Class Reference

#include <EicRoot/blob/master/trackbase/FairTrackParP.h>

+ Inheritance diagram for FairTrackParP:
+ Collaboration diagram for FairTrackParP:

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
 
FairLoggerfLogger
 

Detailed Description

Definition at line 18 of file FairTrackParP.h.

View newest version in sPHENIX GitHub at line 18 of file FairTrackParP.h

Constructor & Destructor Documentation

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().

+ Here is the call graph for this function:

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 
)
FairTrackParP::FairTrackParP ( TVector3  pos,
TVector3  Mom,
TVector3  posErr,
TVector3  MomErr,
Int_t  q,
TVector3  o,
TVector3  dj,
TVector3  dk 
)
FairTrackParP::FairTrackParP ( TVector3  pos,
TVector3  Mom,
Double_t  covMARS[6][6],
Int_t  q,
TVector3  o,
TVector3  dj,
TVector3  dk 
)
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().

+ Here is the call graph for this function:

FairTrackParP::~FairTrackParP ( )
virtual

Destructor

Definition at line 704 of file FairTrackParP.cxx.

View newest version in sPHENIX GitHub at line 704 of file FairTrackParP.cxx

Member Function Documentation

void FairTrackParP::CalCov ( )
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  ,
 
)
Double_t* FairTrackParP::GetCov ( )
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().

+ Here is the caller graph for this function:

void FairTrackParP::GetCov ( Double_t *  Cov)
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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

void FairTrackParP::GetMARSCov ( Double_t  Cov66[6][6])
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().

+ Here is the caller graph for this function:

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.

TVector3 FairTrackParP::GetSDMomentum ( )
inline

Definition at line 110 of file FairTrackParP.h.

View newest version in sPHENIX GitHub at line 110 of file FairTrackParP.h

References fPx_sd, fPy_sd, and fPz_sd.

Double_t FairTrackParP::GetSPU ( )
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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

void FairTrackParP::Print ( Option_t *  option = "") const
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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 
)
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.

void FairTrackParP::SetTV ( Double_t  tv)
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.

void FairTrackParP::SetTW ( Double_t  tw)
inline

Definition at line 74 of file FairTrackParP.h.

View newest version in sPHENIX GitHub at line 74 of file FairTrackParP.h

References fTW.

Member Data Documentation

Double_t FairTrackParP::fCovMatrix[15]
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().

Double_t FairTrackParP::fCovMatrix66[6][6]
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().

Double_t FairTrackParP::fDI[3]
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().

Double_t FairTrackParP::fDJ[3]
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().

Double_t FairTrackParP::fDK[3]
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().

Double_t FairTrackParP::fDTV
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().

Double_t FairTrackParP::fDTW
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().

Double_t FairTrackParP::fDU
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

Double_t FairTrackParP::fDV
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().

Double_t FairTrackParP::fDW
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().

TVector3 FairTrackParP::fiver
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().

TVector3 FairTrackParP::fjver
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().

TVector3 FairTrackParP::fkver
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().

TVector3 FairTrackParP::forigin
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().

Double_t FairTrackParP::fPx_sd
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().

Double_t FairTrackParP::fPy_sd
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().

Double_t FairTrackParP::fPz_sd
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().

Double_t FairTrackParP::fSPU
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().

Double_t FairTrackParP::ftrmat[5][5]
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().

Double_t FairTrackParP::fTV
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().

Double_t FairTrackParP::fTW
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().

Double_t FairTrackParP::fU
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().

Double_t FairTrackParP::fV
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().

Double_t FairTrackParP::fW
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().


The documentation for this class was generated from the following files: