|
BmnRoot
|
#include <CbmL1Track.h>
Public Member Functions | |
| CbmL1Track () | |
| int | GetNOfHits () |
| Number of Degrees of Freedom after fit. | |
| void | AddMCTrack (CbmL1MCTrack *mcTr) |
| vector< CbmL1MCTrack * > & | GetMCTracks () |
| CbmL1MCTrack * | GetMCTrack () |
| int | GetNMCTracks () |
| bool | IsGhost () |
| void | SetMaxPurity (double maxPurity_) |
| double | GetMaxPurity () |
| CbmL1Track () | |
| int | GetNOfHits () |
| Number of Degrees of Freedom after fit. | |
| void | AddMCTrack (CbmL1MCTrack *mcTr) |
| vector< CbmL1MCTrack * > & | GetMCTracks () |
| CbmL1MCTrack * | GetMCTrack () |
| int | GetNMCTracks () |
| bool | IsGhost () |
| void | SetMaxPurity (double maxPurity_) |
| double | GetMaxPurity () |
Public Member Functions inherited from CbmL1TrackPar | |
| 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 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 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 () |
Static Public Member Functions | |
| static bool | compareChi2 (const CbmL1Track &a, const CbmL1Track &b) |
| static bool | comparePChi2 (const CbmL1Track *a, const CbmL1Track *b) |
| static bool | compareChi2 (const CbmL1Track &a, const CbmL1Track &b) |
| static bool | comparePChi2 (const CbmL1Track *a, const CbmL1Track *b) |
Public Attributes | |
| double | TLast [6] |
| double | CLast [15] |
| vector< int > | StsHits |
| int | nStations |
| map< int, int > | hitMap |
Public Attributes inherited from CbmL1TrackPar | |
| 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 33 of file CbmL1Track.h.
|
inline |
Definition at line 36 of file CbmL1Track.h.
|
inline |
Definition at line 36 of file CbmL1Track.h.
|
inline |
Definition at line 40 of file CbmL1Track.h.
|
inline |
Definition at line 40 of file CbmL1Track.h.
|
inlinestatic |
Definition at line 49 of file CbmL1Track.h.
References CbmL1TrackPar::chi2.
|
inlinestatic |
Definition at line 49 of file CbmL1Track.h.
References CbmL1TrackPar::chi2.
|
inlinestatic |
Definition at line 50 of file CbmL1Track.h.
References CbmL1TrackPar::chi2.
|
inlinestatic |
Definition at line 50 of file CbmL1Track.h.
References CbmL1TrackPar::chi2.
|
inline |
Definition at line 47 of file CbmL1Track.h.
|
inline |
Definition at line 47 of file CbmL1Track.h.
|
inline |
Definition at line 42 of file CbmL1Track.h.
|
inline |
Definition at line 42 of file CbmL1Track.h.
|
inline |
Definition at line 41 of file CbmL1Track.h.
|
inline |
Definition at line 41 of file CbmL1Track.h.
|
inline |
Definition at line 43 of file CbmL1Track.h.
|
inline |
Definition at line 43 of file CbmL1Track.h.
|
inlinevirtual |
Number of Degrees of Freedom after fit.
Accessors to the track hits during track fit
Reimplemented from CbmKFTrackInterface.
Definition at line 38 of file CbmL1Track.h.
References StsHits.
Referenced by CbmL1PFFitter::Fit().
|
inlinevirtual |
Number of Degrees of Freedom after fit.
Accessors to the track hits during track fit
Reimplemented from CbmKFTrackInterface.
Definition at line 38 of file CbmL1Track.h.
References StsHits.
|
inline |
Definition at line 44 of file CbmL1Track.h.
|
inline |
Definition at line 44 of file CbmL1Track.h.
|
inline |
Definition at line 46 of file CbmL1Track.h.
|
inline |
Definition at line 46 of file CbmL1Track.h.
| double CbmL1Track::CLast |
Definition at line 53 of file CbmL1Track.h.
Referenced by CbmL1StsTrackFinder::DoFind(), CbmL1PFFitter::Fit(), and CbmL1::Reconstruct().
| map< int, int > CbmL1Track::hitMap |
Definition at line 57 of file CbmL1Track.h.
| int CbmL1Track::nStations |
Definition at line 55 of file CbmL1Track.h.
| vector< int > CbmL1Track::StsHits |
Definition at line 54 of file CbmL1Track.h.
Referenced by CbmL1PFFitter::CalculateFieldRegion(), CbmL1PFFitter::Fit(), GetNOfHits(), and CbmL1::Reconstruct().
| double CbmL1Track::TLast |
Definition at line 53 of file CbmL1Track.h.
Referenced by CbmL1StsTrackFinder::DoFind(), CbmL1PFFitter::Fit(), and CbmL1::Reconstruct().