Skip to content

Commit

Permalink
Merge pull request #31497 from jwill24/nano_recHitFix_106X
Browse files Browse the repository at this point in the history
Fixed typo with recHit collection. Backport for 106X.
  • Loading branch information
cmsbuild authored Sep 19, 2020
2 parents 4ae4f24 + f290abf commit 704eab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/NanoAOD/plugins/EGMSeedGainProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ EGMSeedGainProducer<T>::produce(edm::StreamID streamID, edm::Event& iEvent, cons
edm::Handle<EcalRecHitCollection> recHitsEB;
iEvent.getByToken(recHitsEB_, recHitsEB);
edm::Handle<EcalRecHitCollection> recHitsEE;
iEvent.getByToken(recHitsEB_, recHitsEE);
iEvent.getByToken(recHitsEE_, recHitsEE);

unsigned nSrc = src->size();
std::vector<int> gainSeed(nSrc,12);
Expand Down

0 comments on commit 704eab8

Please sign in to comment.