8#ifndef CBMLITTRACKSELECTIONCUTS_H_
9#define CBMLITTRACKSELECTIONCUTS_H_
Interface for track selection algorithm.
std::vector< CbmTofTrack * >::iterator TrackPtrIterator
std::vector< CbmTofTrack * > TrackPtrVector
int GetMinNofHits() const
int GetMinLastPlaneId() const
void SetMinNofHits(int minNofHits)
virtual LitStatus DoSelect(TrackPtrIterator itBegin, TrackPtrIterator itEnd)
Main function to be implemented for concrete track selection algorithm.
CbmLitTrackSelectionCuts()
void SetMaxChiSq(litfloat maxChiSq)
void SetMinMomentum(litfloat minMomentum)
void SetMinLastPlaneId(int minLastPlaneId)
litfloat GetMinMomentum() const
litfloat GetMaxChiSq() const
virtual ~CbmLitTrackSelectionCuts()
Interface for track selection algorithm.