BrTrackGroup
class description - source file - inheritance tree
public:
BrTrackGroup BrTrackGroup()
BrTrackGroup BrTrackGroup(BrTrackGroup&)
virtual void ~BrTrackGroup()
virtual void AddTrack(BrTrack* track)
static TClass* Class()
virtual Int_t GetEntries()
virtual Int_t GetID() const
virtual BrTrack* GetTrackAt(Int_t i)
virtual TClass* IsA() const
virtual void SetID(Int_t id)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fID ID for this group of track candidates.
TObjArray fTrackArray Array of (presumably) identical tracks
This is a class used for grouping identical tracks
It contains the Id of the mother track and pointers to all
the identical tracks
Inline Functions
BrTrackGroup BrTrackGroup()
void AddTrack(BrTrack* track)
Int_t GetEntries()
Int_t GetID() const
BrTrack* GetTrackAt(Int_t i)
void SetID(Int_t id)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrTrackGroup BrTrackGroup(BrTrackGroup&)
void ~BrTrackGroup()
|