]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSimpleClusterServer.h
Changes to allow the Shuttle preprocessor understand it should not fail for too short...
[u/mrichter/AliRoot.git] / MUON / AliMUONSimpleClusterServer.h
index 7939c66e06721357a46723fbcd6261b81f68e2ff..6dbbf851ad845fe97136cae0a9aec823cc868737 100644 (file)
@@ -23,6 +23,7 @@ class AliMUONVClusterFinder;
 class AliMUONCluster;
 class AliMpVSegmentation;
 class AliMpExMap;
+class AliMpExMapIterator;
 class TClonesArray;
 
 class AliMUONSimpleClusterServer : public AliMUONVClusterServer
@@ -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)