diff --git a/Reconstruction/egamma/egammaAlgs/src/photonSuperClusterBuilder.cxx b/Reconstruction/egamma/egammaAlgs/src/photonSuperClusterBuilder.cxx
index 419a6fda55dbb4fd931a457958888e66bed8459f..a8ba4662020df8b81784a0ae3914b74e0df7293e 100644
--- a/Reconstruction/egamma/egammaAlgs/src/photonSuperClusterBuilder.cxx
+++ b/Reconstruction/egamma/egammaAlgs/src/photonSuperClusterBuilder.cxx
@@ -227,8 +227,7 @@ photonSuperClusterBuilder::SearchForSecondaryClusters(std::size_t photonInd,
   }
 
   // Now loop over the potential secondary clusters
-  // Note: start with index after seed cluster: depends on sorted nature of egammaRecs
-  for (std::size_t i = photonInd + 1; i < egammaRecs->size(); ++i) {
+  for (std::size_t i = 0; i < egammaRecs->size(); ++i) {
     
     //First some basic seed cuts
     if(isUsed.at(i)){