1 #ifndef ALIMUONPRECLUSTERFINDERV2_H
2 #define ALIMUONPRECLUSTERFINDERV2_H
15 #ifndef AliMUONVCLUSTERFINDER_H
33 virtual Bool_t
Prepare(Int_t detElemId,
Int_t fDetElemId
! which DE we're considering
Interface of a cluster finder.
Bool_t NeedSegmentation() const
virtual Bool_t UsePad(const AliMUONPad &pad)
A group of adjacent pads.
void AddPad(AliMUONCluster &cluster, AliMUONPad *pad)
A rectangle area positioned in plane..
virtual Bool_t Prepare(Int_t detElemId, TObjArray *pads[2], const AliMpArea &area)
virtual AliMUONCluster * NextCluster()
virtual ~AliMUONPreClusterFinderV2()
A basic pre-cluster finder.
virtual Bool_t Prepare(Int_t detElemId, TObjArray *pads[2], const AliMpArea &area, const AliMpVSegmentation *seg[2])
AliMUONPreClusterFinderV2 & operator=(const AliMUONPreClusterFinderV2 &rhs)
Not implemented.
const AliMpVSegmentation ** fkSegmentations
! segmentations (not owner)
TObjArray ** fPads
! the pads corresponding to the digits (not owner)
TClonesArray * fClusters
! the clusters we've found (owner)
The abstract base class for the segmentation.
AliMUONPreClusterFinderV2()
Combination of digit and mppad informations.