28 RecEmcClusterMap::iterator ciClusterMap;
31 for ( ciClusterMap = aClusterMap.begin(); ciClusterMap != aClusterMap.end(); ++ciClusterMap )
35 fSeedFinder->Seed( ciClusterMap->second, aMaxVec );
38 if ( !aMaxVec.empty() )
41 for ( ciMax = aMaxVec.begin(); ciMax != aMaxVec.end(); ++ciMax )
42 { ciClusterMap->second.InsertSeed( ciClusterMap->second.Find( *ciMax )->second ); }
46 fSplitter->Split( ciClusterMap->second, aMaxVec, aShowerMap );