void RemoveUsedSegments(TClonesArray& segments);
void RemoveIdenticalTracks();
void RemoveDoubleTracks();
- void RemoveConnectedTracks(Bool_t inSt345 = kFALSE);
+ void RemoveConnectedTracks(Int_t stMin, Int_t stMax, Bool_t all);
+ void TagConnectedTracks(Int_t stMin, Int_t stMax, Bool_t all);
void AskForNewClustersInStation(const AliMUONTrackParam &trackParam,
AliMUONVClusterStore& clusterStore, Int_t station);