1 #ifndef ALIMUONSIMPLECLUSTERSERVER_H 2 #define ALIMUONSIMPLECLUSTERSERVER_H 15 #ifndef ALIMUONVCLUSTERSERVER_H 43 void Print(Option_t* opt=
"")
const;
virtual ~AliMUONSimpleClusterServer()
Interface of a cluster finder.
Interface for a digit container.
A group of adjacent pads.
AliMUONVDigitStore * fDigitStore
! the digit store (not owner)
Interface of a cluster finder for combined tracking.
Int_t FindMCLabel(const AliMUONCluster &cluster, Int_t detElemId, const AliMpVSegmentation *seg[2]) const
A rectangle area positioned in plane..
AliMpExMapIterator * fPadsIterator[2]
iterator for the map of TClonesArray of AliMUONPads
Bool_t Overlap(Int_t detElemId, const AliMpArea &area, AliMpArea &deArea) const
Class with MUON reconstruction parameters.
AliMUONVClusterFinder * fClusterFinder
! the cluster finder (owner)
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.
AliMUONSimpleClusterServer & operator=(const AliMUONSimpleClusterServer &rhs)
Not implemented.
Implementation of AliMUONVClusterServer interface.
AliMUONTriggerTrackToTrackerClusters * fBypass
to convert trigger track into tracker clusters (owner)
Interface of a cluster container.
AliMpExMap * fPads[2]
map of TClonesArray of AliMUONPads
Base class of a trigger track store.
AliMUONVTriggerTrackStore * fTriggerTrackStore
trigger track store (if bypassing of St45 was requested) (not owner)
TObjArray * PadArray(Int_t detElemId, Int_t cathode) const
Convertor of trigger track to tracker clusters.
void Print(Option_t *opt="") const
The abstract base class for the segmentation.
void Global2Local(Int_t detElemId, const AliMpArea &globalArea, AliMpArea &localArea) const
void UseDigits(TIter &next, AliMUONVDigitStore *digitStore=0x0)
Specify an iterator to loop over the digits needed to perform our job.
const AliMUONGeometryTransformer & fkTransformer
! the geometry transformer (not owner)
Implementation of TIterator for AliMpExMap.
AliMUONSimpleClusterServer(AliMUONVClusterFinder *clusterFinder, const AliMUONGeometryTransformer &transformer)
virtual Bool_t UseTriggerTrackStore(AliMUONVTriggerTrackStore *trackStore)
Use trigger tracks. Return kFALSE if not used.
Helper class making Root persistent TExMap.