|
BmnRoot
|
#include <CbmL1TrackPar.h>
Public Member Functions | |
| CbmL1TrackPar () | |
| double * | GetTrack () |
| Is it electron. | |
| double * | GetCovMatrix () |
| array[6] of track parameters(x,y,tx,ty,qp,z) | |
| double & | GetRefChi2 () |
| array[15] of covariance matrix | |
| int & | GetRefNDF () |
| Chi^2 after fit. | |
| double | GetMass () |
| bool | IsElectron () |
| Mass hypothesis. | |
| CbmL1TrackPar () | |
| double * | GetTrack () |
| Is it electron. | |
| double * | GetCovMatrix () |
| array[6] of track parameters(x,y,tx,ty,qp,z) | |
| double & | GetRefChi2 () |
| array[15] of covariance matrix | |
| int & | GetRefNDF () |
| Chi^2 after fit. | |
| double | GetMass () |
| bool | IsElectron () |
| Mass hypothesis. | |
Public Member Functions inherited from CbmKFTrackInterface | |
| CbmKFTrackInterface () | |
| virtual | ~CbmKFTrackInterface () |
| virtual Int_t | GetNOfHits () |
| Number of Degrees of Freedom after fit. | |
| virtual CbmKFHit * | GetHit (Int_t i) |
| Number of hits. | |
| Int_t | Extrapolate (Double_t z, Double_t *QP0=0, Bool_t line=false) |
| Access to i-th hit. | |
| Int_t | Fit (Bool_t downstream=1, Bool_t line=false) |
| void | Smooth (Double_t Z) |
| void | Fit2Vertex (CbmKFVertexInterface &vtx) |
| Int_t | Propagate (Double_t z_out, Double_t QP0, Bool_t line=false) |
| Int_t | Propagate (Double_t z_out, Bool_t line=false) |
| int | Id () const |
| void | SetId (int id) |
| void | SetTrkID (int id) |
| int | GetTrkID () |
| CbmKFTrackInterface () | |
| virtual | ~CbmKFTrackInterface () |
| virtual Int_t | GetNOfHits () |
| Number of Degrees of Freedom after fit. | |
| virtual CbmKFHit * | GetHit (Int_t i) |
| Number of hits. | |
| Int_t | Extrapolate (Double_t z, Double_t *QP0=0, Bool_t line=false) |
| Access to i-th hit. | |
| Int_t | Fit (Bool_t downstream=1, Bool_t line=false) |
| void | Smooth (Double_t Z) |
| void | Fit2Vertex (CbmKFVertexInterface &vtx) |
| Int_t | Propagate (Double_t z_out, Double_t QP0, Bool_t line=false) |
| Int_t | Propagate (Double_t z_out, Bool_t line=false) |
| int | Id () const |
| void | SetId (int id) |
| void | SetTrkID (int id) |
| int | GetTrkID () |
Public Attributes | |
| double | T [6] |
| double | C [15] |
| double | chi2 |
| int | NDF |
| double | mass |
| bool | is_electron |
Additional Inherited Members | |
Protected Attributes inherited from CbmKFTrackInterface | |
| int | fId |
Definition at line 6 of file CbmL1TrackPar.h.
|
inline |
Definition at line 9 of file CbmL1TrackPar.h.
|
inline |
Definition at line 9 of file CbmL1TrackPar.h.
|
inlinevirtual |
array[6] of track parameters(x,y,tx,ty,qp,z)
Reimplemented from CbmKFTrackInterface.
Definition at line 12 of file CbmL1TrackPar.h.
References C.
|
inlinevirtual |
array[6] of track parameters(x,y,tx,ty,qp,z)
Reimplemented from CbmKFTrackInterface.
Definition at line 12 of file CbmL1TrackPar.h.
References C.
|
inlinevirtual |
Information not to be changed
Reimplemented from CbmKFTrackInterface.
Definition at line 15 of file CbmL1TrackPar.h.
References mass.
|
inlinevirtual |
Information not to be changed
Reimplemented from CbmKFTrackInterface.
Definition at line 15 of file CbmL1TrackPar.h.
References mass.
|
inlinevirtual |
array[15] of covariance matrix
Parameters during and after the track fit
Reimplemented from CbmKFTrackInterface.
Definition at line 13 of file CbmL1TrackPar.h.
References chi2.
|
inlinevirtual |
array[15] of covariance matrix
Parameters during and after the track fit
Reimplemented from CbmKFTrackInterface.
Definition at line 13 of file CbmL1TrackPar.h.
References chi2.
|
inlinevirtual |
Chi^2 after fit.
Reimplemented from CbmKFTrackInterface.
Definition at line 14 of file CbmL1TrackPar.h.
References NDF.
|
inlinevirtual |
Chi^2 after fit.
Reimplemented from CbmKFTrackInterface.
Definition at line 14 of file CbmL1TrackPar.h.
References NDF.
|
inlinevirtual |
Is it electron.
I/O parameters for extrapolation routines
Reimplemented from CbmKFTrackInterface.
Definition at line 11 of file CbmL1TrackPar.h.
References T.
|
inlinevirtual |
Is it electron.
I/O parameters for extrapolation routines
Reimplemented from CbmKFTrackInterface.
Definition at line 11 of file CbmL1TrackPar.h.
References T.
|
inlinevirtual |
Mass hypothesis.
Reimplemented from CbmKFTrackInterface.
Definition at line 16 of file CbmL1TrackPar.h.
References is_electron.
|
inlinevirtual |
Mass hypothesis.
Reimplemented from CbmKFTrackInterface.
Definition at line 16 of file CbmL1TrackPar.h.
References is_electron.
| double CbmL1TrackPar::C |
Definition at line 18 of file CbmL1TrackPar.h.
Referenced by CbmL1StsTrackFinder::DoFind(), CbmL1PFFitter::Fit(), CbmL1PFFitter::GetChiToVertex(), GetCovMatrix(), and CbmL1::Reconstruct().
| double CbmL1TrackPar::chi2 |
Definition at line 19 of file CbmL1TrackPar.h.
Referenced by CbmL1Track::compareChi2(), CbmL1Track::comparePChi2(), CbmL1StsTrackFinder::DoFind(), CbmL1PFFitter::Fit(), GetRefChi2(), and CbmL1::Reconstruct().
| bool CbmL1TrackPar::is_electron |
Definition at line 22 of file CbmL1TrackPar.h.
Referenced by IsElectron(), and CbmL1::Reconstruct().
| double CbmL1TrackPar::mass |
Definition at line 21 of file CbmL1TrackPar.h.
Referenced by CbmL1PFFitter::GetChiToVertex(), GetMass(), and CbmL1::Reconstruct().
| int CbmL1TrackPar::NDF |
Definition at line 20 of file CbmL1TrackPar.h.
Referenced by CbmL1StsTrackFinder::DoFind(), CbmL1PFFitter::Fit(), GetRefNDF(), and CbmL1::Reconstruct().
| double CbmL1TrackPar::T |
Definition at line 18 of file CbmL1TrackPar.h.
Referenced by CbmL1StsTrackFinder::DoFind(), CbmL1PFFitter::Fit(), CbmL1PFFitter::GetChiToVertex(), GetTrack(), and CbmL1::Reconstruct().