Skip to content

Commit

Permalink
Merge pull request #34631 from ptcox/fix-esconsumes
Browse files Browse the repository at this point in the history
fix incomplete esconsumes migration
  • Loading branch information
cmsbuild authored Aug 5, 2021
2 parents f1aa92e + 3bc03d5 commit 97a1b25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimMuon/CSCDigitizer/src/CSCDigiProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ void CSCDigiProducer::produce(edm::Event &ev, const edm::EventSetup &eventSetup)

// set the particle table
edm::ESHandle<ParticleDataTable> pdt = eventSetup.getHandle(pdt_Token);
eventSetup.getData(pdt);
theDigitizer.setParticleDataTable(&*pdt);

theStripConditions->initializeEvent(eventSetup);
Expand Down

0 comments on commit 97a1b25

Please sign in to comment.