X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSimpleClusterServer.h;h=d88820b093876d26d4ad677eb406147b280ee1aa;hb=66ab8ab23e9202a6f674f806e09588637d193a90;hp=7939c66e06721357a46723fbcd6261b81f68e2ff;hpb=2e2d0c44aa60fe0332bb70bbb56908e5f6bef059;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONSimpleClusterServer.h b/MUON/AliMUONSimpleClusterServer.h index 7939c66e067..d88820b0938 100644 --- a/MUON/AliMUONSimpleClusterServer.h +++ b/MUON/AliMUONSimpleClusterServer.h @@ -23,6 +23,7 @@ class AliMUONVClusterFinder; class AliMUONCluster; class AliMpVSegmentation; class AliMpExMap; +class AliMpExMapIterator; class TClonesArray; class AliMUONSimpleClusterServer : public AliMUONVClusterServer @@ -55,7 +56,7 @@ private: void Global2Local(Int_t detElemId, const AliMpArea& globalArea, AliMpArea& localArea) const; - TClonesArray* PadArray(Int_t detElemId, Int_t cathode) const; + TObjArray* PadArray(Int_t detElemId, Int_t cathode) const; Int_t FindMCLabel(const AliMUONCluster& cluster, Int_t detElemId, const AliMpVSegmentation* seg[2]) const; @@ -64,6 +65,7 @@ private: AliMUONVClusterFinder* fClusterFinder; //!< the cluster finder (owner) const AliMUONGeometryTransformer& fkTransformer; //!< the geometry transformer (not owner) AliMpExMap* fPads[2]; ///< map of TClonesArray of AliMUONPads + AliMpExMapIterator* fPadsIterator[2]; ///< iterator for the map of TClonesArray of AliMUONPads AliMUONVTriggerTrackStore* fTriggerTrackStore; ///< trigger track store (if bypassing of St45 was requested) (not owner) AliMUONTriggerTrackToTrackerClusters* fBypass; ///< to convert trigger track into tracker clusters (owner)