|
BmnRoot
|
#include <BmnGemTrack.h>
Public Member Functions | |
| BmnGemTrack () | |
| virtual | ~BmnGemTrack () |
| Bool_t | IsUsed () const |
| BmnFitNode * | GetFitNode (Int_t index) |
| vector< BmnFitNode > & | GetFitNodes () |
| void | SetFitNodes (const vector< BmnFitNode > &nodes) |
| void | SetUsing (Bool_t use) |
| void | Print () |
| BmnGemTrack () | |
| virtual | ~BmnGemTrack () |
| Bool_t | IsUsed () const |
| BmnFitNode * | GetFitNode (Int_t index) |
| vector< BmnFitNode > & | GetFitNodes () |
| void | SetFitNodes (const vector< BmnFitNode > &nodes) |
| void | SetUsing (Bool_t use) |
| void | Print () |
Public Member Functions inherited from BmnTrack | |
| BmnTrack () | |
| virtual | ~BmnTrack () |
| void | AddHit (Int_t hitIndex, FairHit *Hit) |
| void | Print () |
| void | SortHits () |
| void | DeleteHits () |
| Int_t | GetNHits () const |
| Int_t | GetHitIndex (Int_t iHit) const |
| Int_t | GetFlag () const |
| Float_t | GetChi2 () const |
| Int_t | GetNDF () const |
| Float_t | GetB () const |
| Float_t | GetLength () const |
| FairTrackParam * | GetParamFirst () |
| FairTrackParam * | GetParamLast () |
| Double_t | GetP () |
| void | SetParamFirst (FairTrackParam &par) |
| void | SetParamLast (FairTrackParam &par) |
| void | SetFlag (Int_t flag) |
| void | SetChi2 (Double_t chi2) |
| void | SetNDF (Int_t ndf) |
| void | SetNHits (Int_t n) |
| void | SetB (Double_t b) |
| void | SetLength (Double_t length) |
| Bool_t | IsUsed () |
| void | SetUsing (Bool_t flag) |
| BmnTrack () | |
| virtual | ~BmnTrack () |
| void | AddHit (Int_t hitIndex, FairHit *Hit) |
| void | Print () |
| void | SortHits () |
| void | DeleteHits () |
| Int_t | GetNHits () const |
| Int_t | GetHitIndex (Int_t iHit) const |
| Int_t | GetFlag () const |
| Float_t | GetChi2 () const |
| Int_t | GetNDF () const |
| Float_t | GetB () const |
| Float_t | GetLength () const |
| FairTrackParam * | GetParamFirst () |
| FairTrackParam * | GetParamLast () |
| Double_t | GetP () |
| void | SetParamFirst (FairTrackParam &par) |
| void | SetParamLast (FairTrackParam &par) |
| void | SetFlag (Int_t flag) |
| void | SetChi2 (Double_t chi2) |
| void | SetNDF (Int_t ndf) |
| void | SetNHits (Int_t n) |
| void | SetB (Double_t b) |
| void | SetLength (Double_t length) |
| Bool_t | IsUsed () |
| void | SetUsing (Bool_t flag) |
Public Attributes | |
| vector< Double_t > | parabolaParameters |
| vector< Double_t > | lineParameters |
| double | covP [3][3] |
| double | covL [2][2] |
Definition at line 9 of file BmnGemTrack.h.
| BmnGemTrack::BmnGemTrack | ( | ) |
Default constructor
Definition at line 5 of file BmnGemTrack.cxx.
|
virtual |
Destructor
Definition at line 14 of file BmnGemTrack.cxx.
| BmnGemTrack::BmnGemTrack | ( | ) |
Default constructor
|
virtual |
Destructor
|
inline |
Definition at line 23 of file BmnGemTrack.h.
|
inline |
Definition at line 23 of file BmnGemTrack.h.
|
inline |
Definition at line 27 of file BmnGemTrack.h.
|
inline |
Definition at line 27 of file BmnGemTrack.h.
|
inline |
Accessors
Definition at line 19 of file BmnGemTrack.h.
|
inline |
Accessors
Definition at line 19 of file BmnGemTrack.h.
| void BmnGemTrack::Print | ( | ) |
Definition at line 17 of file BmnGemTrack.cxx.
References BmnTrack::GetChi2(), BmnTrack::GetFlag(), BmnTrack::GetLength(), BmnTrack::GetNHits(), BmnTrack::GetParamFirst(), and BmnTrack::GetParamLast().
| void BmnGemTrack::Print | ( | ) |
|
inline |
Modifiers
Definition at line 32 of file BmnGemTrack.h.
|
inline |
Modifiers
Definition at line 32 of file BmnGemTrack.h.
|
inline |
Definition at line 36 of file BmnGemTrack.h.
|
inline |
Definition at line 36 of file BmnGemTrack.h.
| double BmnGemTrack::covL |
Definition at line 46 of file BmnGemTrack.h.
| double BmnGemTrack::covP |
Definition at line 45 of file BmnGemTrack.h.
| vector< Double_t > BmnGemTrack::lineParameters |
Definition at line 44 of file BmnGemTrack.h.
| vector< Double_t > BmnGemTrack::parabolaParameters |
Definition at line 43 of file BmnGemTrack.h.