1 #ifndef ALIMUONLEGACYCLUSTERSERVER_H
2 #define ALIMUONLEGACYCLUSTERSERVER_H
15 #ifndef ALIMUONVCLUSTERSERVER_H
28 Bool_t bypassSt4=kFALSE,
29 Bool_t bypassSt5=kFALSE);
Interface for a digit container.
Interface of a cluster finder for combined tracking.
virtual ~AliMUONLegacyClusterServer()
A rectangle area positioned in plane..
Class with MUON reconstruction parameters.
AliMUONTriggerTrackToTrackerClusters * fBypass
! bypass
AliMUONVClusterStore * fClusterStore
! cluster store
virtual void UseDigits(TIter &next, AliMUONVDigitStore *digitStore=0x0)
Specify an iterator to loop over the digits needed to perform our job.
Interface of a cluster container.
Base class of a trigger track store.
virtual Int_t Clusterize(Int_t chamberId, AliMUONVClusterStore &clusterStore, const AliMpArea &area, const AliMUONRecoParam *recoParam=0x0)
Find and add clusters from a given region of a given chamber to the store.
Cluster server that always clusterize everything.
Bool_t fBypassSt5
! whether we should bypass station 5
AliMUONLegacyClusterServer & operator=(const AliMUONLegacyClusterServer &rhs)
not defined
AliMUONLegacyClusterServer(const AliMUONGeometryTransformer &transformer, AliMUONVClusterStore *store=0x0, Bool_t bypassSt4=kFALSE, Bool_t bypassSt5=kFALSE)
Convertor of trigger track to tracker clusters.
Bool_t fBypassSt4
! whether we should bypass station 4
AliMUONVTriggerTrackStore * fTriggerTrackStore
! trigger track store
const AliMUONGeometryTransformer & fkTransformer
! geometry convertor
virtual Bool_t UseTriggerTrackStore(AliMUONVTriggerTrackStore *trackStore)
Use trigger tracks. Return kFALSE if not used.