FairRoot/PandaRoot
|
#include <PndCAGBTrack.h>
Public Member Functions | |
PndCAGBTrack () | |
int | NHits () const |
int | FirstHitRef () const |
const PndCATrackParam & | Param () const |
const PndCATrackParam & | InnerParam () const |
const PndCATrackParam & | OuterParam () const |
float | DeDx () const |
void | SetNHits (int v) |
void | SetFirstHitRef (int v) |
void | SetInnerParam (const PndCATrackParam &v) |
void | SetOuterParam (const PndCATrackParam &v) |
void | SetDeDx (float v) |
Static Public Member Functions | |
static bool | ComparePNClusters (const PndCAGBTrack *a, const PndCAGBTrack *b) |
Protected Attributes | |
int | fFirstHitRef |
int | fNHits |
PndCATrackParam | fInnerParam |
PndCATrackParam | fOuterParam |
float | fDeDx |
Definition at line 22 of file PndCAGBTrack.h.
|
inline |
Definition at line 28 of file PndCAGBTrack.h.
|
inlinestatic |
|
inline |
|
inline |
Definition at line 31 of file PndCAGBTrack.h.
References fFirstHitRef.
Referenced by PndCATracking::Exec(), and PndCAGBTracker::SaveTracksInFile().
|
inline |
Definition at line 33 of file PndCAGBTrack.h.
References fInnerParam.
Referenced by PndCATracking::Exec(), and Param().
|
inline |
Definition at line 30 of file PndCAGBTrack.h.
References fNHits.
Referenced by PndCATracking::Exec(), and PndCAGBTracker::SaveTracksInFile().
|
inline |
Definition at line 34 of file PndCAGBTrack.h.
References fOuterParam.
Referenced by PndCATracking::Exec().
|
inline |
|
inline |
Definition at line 42 of file PndCAGBTrack.h.
|
inline |
Definition at line 39 of file PndCAGBTrack.h.
References fFirstHitRef, and v.
Referenced by PndCAGBTracker::CATrackFinder().
|
inline |
Definition at line 40 of file PndCAGBTrack.h.
References fInnerParam, and v.
Referenced by PndCAGBTracker::CATrackFinder().
|
inline |
|
inline |
Definition at line 41 of file PndCAGBTrack.h.
References fOuterParam, and v.
Referenced by PndCAGBTracker::CATrackFinder().
|
protected |
Definition at line 55 of file PndCAGBTrack.h.
|
protected |
Definition at line 51 of file PndCAGBTrack.h.
Referenced by FirstHitRef(), and SetFirstHitRef().
|
protected |
Definition at line 53 of file PndCAGBTrack.h.
Referenced by InnerParam(), and SetInnerParam().
|
protected |
Definition at line 52 of file PndCAGBTrack.h.
Referenced by ComparePNClusters(), NHits(), and SetNHits().
|
protected |
Definition at line 54 of file PndCAGBTrack.h.
Referenced by OuterParam(), and SetOuterParam().