Skip to content

Commit

Permalink
remove duplicate edm::Ref to ECAL clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
bainbrid committed Feb 21, 2019
1 parent ad31169 commit 274449d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ void LowPtGsfElectronSCProducer::produce( edm::Event& event, const edm::EventSet
sc.setCorrectedEnergy(energy);
sc.setSeed(seed);
sc.setClusters(clusters);
for ( const auto clu : clusters ) { sc.addCluster(clu); }
PFClusterWidthAlgo pfwidth(barePtrs);
sc.setEtaWidth(pfwidth.pflowEtaWidth());
sc.setPhiWidth(pfwidth.pflowPhiWidth());
Expand Down

0 comments on commit 274449d

Please sign in to comment.