1 #ifndef ALIMUONTRACKRECONSTRUCTOR_H
2 #define ALIMUONTRACKRECONSTRUCTOR_H
62 void Fit(
AliMUONTrack &track, Bool_t includeMCS, Bool_t fitWithVertex, Bool_t calcCov);
Virtual class for the MUON track reconstruction.
virtual Bool_t FinalizeTrack(AliMUONTrack &track)
Finalize the given track.
Bool_t FollowTrackInStation(AliMUONTrack &trackCandidate, AliMUONVClusterStore &clusterStore, Int_t nextStation)
Interface of a cluster finder for combined tracking.
AliMUONTrackReconstructor & operator=(const AliMUONTrackReconstructor &rhs)
Not implemented copy assignment operator.
AliMUONTrackReconstructor(const AliMUONRecoParam *recoParam, AliMUONVClusterServer *clusterServer, const AliMUONGeometryTransformer *transformer)
virtual ~AliMUONTrackReconstructor()
Track parameters in ALICE dimuon spectrometer.
virtual void ImproveTrack(AliMUONTrack &track)
Improve the given reconstructed track.
Class with MUON reconstruction parameters.
virtual Bool_t MakeTrackCandidates(AliMUONVClusterStore &clusterStore)
Make track candidates from clusters in stations(1..) 4 and 5.
void Fit(AliMUONTrack &track, Bool_t includeMCS, Bool_t fitWithVertex, Bool_t calcCov)
Double_t TryTwoClusters(const AliMUONTrackParam &trackParamAtCluster, AliMUONVCluster *cluster2, AliMUONTrackParam &trackParamAtCluster2)
void UpdateTrack(AliMUONTrack &track, AliMUONTrackParam &trackParamAtCluster)
abstract base class for clusters
Bool_t RecoverTrack(AliMUONTrack &track, AliMUONVClusterStore &clusterStore, Int_t nextStation)
Bool_t FollowTrackInChamber(AliMUONTrack &trackCandidate, AliMUONVClusterStore &clusterStore, Int_t nextChamber)
Interface of a cluster container.
virtual Bool_t FollowTracks(AliMUONVClusterStore &clusterStore)
Follow tracks in stations(1..) 3, 2 and 1.
virtual Bool_t MakeMoreTrackCandidates(AliMUONVClusterStore &clusterStore)
Make extra track candidates from clusters in stations(1..) 4 and 5.
void SetVertexErrXY2ForFit(AliMUONTrack &trackCandidate)
virtual Bool_t RefitTrack(AliMUONTrack &track, Bool_t enableImprovement=kTRUE)
Re-fit the given track.
Standard class for the MUON track reconstruction.
virtual Bool_t ComplementTracks(const AliMUONVClusterStore &clusterStore)
Complement the reconstructed tracks.
Reconstructed track in ALICE dimuon spectrometer.