CbmRoot
|
#include <CbmKFTrackInterface.h>
Public Member Functions | |
CbmKFTrackInterface () | |
virtual | ~CbmKFTrackInterface () |
virtual Double_t | GetMass () const |
virtual Bool_t | IsElectron () const |
Mass hypothesis. | |
virtual Double_t * | GetTrack () |
Is it electron. | |
virtual Double_t * | GetCovMatrix () |
array[6] of track parameters(x,y,tx,ty,qp,z) | |
virtual Double_t & | GetRefChi2 () |
array[15] of covariance matrix | |
virtual Int_t & | GetRefNDF () |
Chi^2 after fit. | |
virtual Int_t | GetNOfHits () |
Number of Degrees of Freedom after fit. | |
virtual CbmKFHit * | GetHit (Int_t) |
Number of hits. | |
Int_t | Extrapolate (Double_t z, Double_t *QP0=nullptr) |
Access to i-th hit. | |
Int_t | Fit (Bool_t downstream=1) |
void | Smooth (Double_t Z) |
void | Fit2Vertex (CbmKFVertexInterface &vtx) |
Int_t | Propagate (Double_t z_out, Double_t QP0) |
Int_t | Propagate (Double_t z_out) |
int | Id () const |
void | SetId (int id) |
Protected Attributes | |
int | fId |
Definition at line 29 of file CbmKFTrackInterface.h.
|
inline |
Definition at line 32 of file CbmKFTrackInterface.h.
|
inlinevirtual |
Definition at line 33 of file CbmKFTrackInterface.h.
Int_t CbmKFTrackInterface::Extrapolate | ( | Double_t | z, |
Double_t * | QP0 = nullptr ) |
Access to i-th hit.
Methods
Definition at line 41 of file CbmKFTrackInterface.cxx.
References CbmKFMaterial::compareP_Z(), CbmKFMaterial::compareP_z(), CbmKFMath::GetThickness(), GetTrack(), CbmKF::Instance(), Propagate(), and CbmKF::vMaterial.
Referenced by CbmFsdHitsConverter::ExtrapolateGtrack(), CbmKFTrackFitQa::FillHistoAtFirstPoint(), CbmKFTrackFitQa::FillHistoAtParticleVertex(), and Fit2Vertex().
Int_t CbmKFTrackInterface::Fit | ( | Bool_t | downstream = 1 | ) |
Definition at line 101 of file CbmKFTrackInterface.cxx.
References GetCovMatrix(), GetHit(), CbmKF::GetMethod(), GetNOfHits(), GetRefChi2(), GetRefNDF(), GetTrack(), CbmKF::Instance(), and CbmKF::vMaterial.
void CbmKFTrackInterface::Fit2Vertex | ( | CbmKFVertexInterface & | vtx | ) |
Definition at line 378 of file CbmKFTrackInterface.cxx.
References Extrapolate(), GetCovMatrix(), CbmKFVertexInterface::GetCovMatrix(), GetRefChi2(), GetRefNDF(), CbmKFVertexInterface::GetRefX(), CbmKFVertexInterface::GetRefY(), CbmKFVertexInterface::GetRefZ(), GetTrack(), x, and y.
|
virtual |
array[6] of track parameters(x,y,tx,ty,qp,z)
Reimplemented in CbmKFTrack.
Definition at line 36 of file CbmKFTrackInterface.cxx.
Referenced by CbmKFTrackFitQa::FillHistoAtParticleVertex(), CbmKFPixelMeasurement::Filter(), CbmKFPixelMeasurement::FilterPDAF(), Fit(), Fit2Vertex(), CbmKFCone::Pass(), CbmKFMaterial::Pass(), Propagate(), CbmKFTrack::SetTrack(), and Smooth().
|
inlinevirtual |
|
inlinevirtual |
Information not to be changed
Reimplemented in CbmKFTrack.
Definition at line 38 of file CbmKFTrackInterface.h.
Referenced by CbmKFCone::Pass(), CbmKFMaterial::Pass(), and CbmKFTrack::SetTrack().
|
inlinevirtual |
Number of Degrees of Freedom after fit.
Accessors to the track hits during track fit
Reimplemented in CbmKFTrack.
Definition at line 56 of file CbmKFTrackInterface.h.
|
virtual |
array[15] of covariance matrix
Parameters during and after the track fit
Reimplemented in CbmKFTrack.
Definition at line 37 of file CbmKFTrackInterface.cxx.
Referenced by CbmKFPixelMeasurement::Filter(), CbmKFPixelMeasurement::FilterPDAF(), Fit(), Fit2Vertex(), CbmKFTrack::SetTrack(), and Smooth().
|
virtual |
Chi^2 after fit.
Reimplemented in CbmKFTrack.
Definition at line 38 of file CbmKFTrackInterface.cxx.
References gTempI.
Referenced by CbmKFPixelMeasurement::Filter(), CbmKFPixelMeasurement::FilterPDAF(), Fit(), Fit2Vertex(), CbmKFTrack::SetTrack(), and Smooth().
|
virtual |
Is it electron.
I/O parameters for extrapolation routines
Reimplemented in CbmKFTrack.
Definition at line 35 of file CbmKFTrackInterface.cxx.
Referenced by Extrapolate(), CbmKFTrackFitQa::FillHistoAtParticleVertex(), CbmKFPixelMeasurement::Filter(), CbmKFPixelMeasurement::FilterPDAF(), CbmKFStsHit::FilterPDAF(), Fit(), Fit2Vertex(), CbmKFCone::Pass(), CbmKFCone::Pass(), CbmKFMaterial::Pass(), CbmKFMaterial::Pass(), Propagate(), Propagate(), CbmKFTrack::SetTrack(), and Smooth().
|
inline |
Definition at line 69 of file CbmKFTrackInterface.h.
References fId.
|
inlinevirtual |
Mass hypothesis.
Reimplemented in CbmKFTrack.
Definition at line 39 of file CbmKFTrackInterface.h.
Referenced by CbmKFCone::Pass(), CbmKFMaterial::Pass(), and CbmKFTrack::SetTrack().
Int_t CbmKFTrackInterface::Propagate | ( | Double_t | z_out | ) |
Definition at line 483 of file CbmKFTrackInterface.cxx.
References GetTrack(), and Propagate().
Int_t CbmKFTrackInterface::Propagate | ( | Double_t | z_out, |
Double_t | QP0 ) |
Definition at line 478 of file CbmKFTrackInterface.cxx.
References GetCovMatrix(), GetTrack(), CbmKF::Instance(), and CbmKF::Propagate().
Referenced by Extrapolate(), CbmKFStsHit::Filter(), CbmKFStsHit::FilterPDAF(), and Propagate().
|
inline |
Definition at line 70 of file CbmKFTrackInterface.h.
References fId.
void CbmKFTrackInterface::Smooth | ( | Double_t | Z | ) |
Definition at line 221 of file CbmKFTrackInterface.cxx.
References GetCovMatrix(), GetHit(), CbmKF::GetMethod(), GetNOfHits(), GetRefChi2(), GetRefNDF(), GetTrack(), CbmKFMath::indexS(), CbmKF::Instance(), CbmKFMath::invS(), CbmKFMath::multSSQ(), CbmKF::Propagate(), and CbmKF::vMaterial.
|
protected |
Definition at line 73 of file CbmKFTrackInterface.h.