diff --git a/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc b/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc index 13bfd97d739d4..8705ed1bb5b9e 100644 --- a/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc +++ b/RecoEgamma/EgammaHFProducers/plugins/HFClusterAlgo.cc @@ -221,7 +221,7 @@ bool HFClusterAlgo::makeCluster(const HcalDetId& seedid, const GlobalPoint& sp=geom->getPosition(seedid); std::vector coreCanid; std::vector::const_iterator ci; - HFRecHitCollection::const_iterator i,is,il; + HFRecHitCollection::const_iterator is,il; std::vector usedHits; HFRecHitCollection::const_iterator si;