Go to the documentation of this file.
10 #ifndef CBM_RICH_RING_TRACK_ASSIGN_CLOSEST_D
11 #define CBM_RICH_RING_TRACK_ASSIGN_CLOSEST_D
CbmRichRingTrackAssignClosestDAlgorithmEnum
bool IsTrdElectron(int iTrack)
Check if global track was identified as electron in the TRD detector.
TClonesArray * fTrdTracks
CbmRichRingTrackAssignClosestD()
Default constructor.
Base class for RICH rings - STS tracks matching algorithms.
virtual ~CbmRichRingTrackAssignClosestD()
Destructor.
void DoAssignTrackRing(TClonesArray *rings, TClonesArray *richProj)
Implementation of the track-ring version of the algorithm.
CbmRichRingTrackAssignClosestDAlgorithmEnum fAlgorithmType
CbmRichRingTrackAssignClosestD(const CbmRichRingTrackAssignClosestD &)
Copy constructor.
void DoAssignRingTrack(TClonesArray *rings, TClonesArray *richProj)
Implementation of the ring-track version of the algorithm.
void DoAssign(TClonesArray *rings, TClonesArray *richProj)
Inherited from CbmRichRingTrackAssignBase.
Ring-Track Assignment according to the closest distance criterion.
void Init()
Inherited from CbmRichRingTrackAssignBase.
CbmRichRingTrackAssignClosestD & operator=(const CbmRichRingTrackAssignClosestD &)
Assignment operator.
TClonesArray * fGlobalTracks
Base class for RICH rings - STS tracks matching algorithms.