Skip to content

Commit

Permalink
Merge pull request #5859 from thomreis/EmDQM_FastSim_fix
Browse files Browse the repository at this point in the history
EmDQM HLT validation FastSim fix
  • Loading branch information
davidlange6 committed Oct 23, 2014
2 parents 9200a5e + 37aea8a commit 0b13d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTriggerOffline/Egamma/src/EmDQM.cc
Expand Up @@ -45,7 +45,7 @@ EmDQM::EmDQM(const edm::ParameterSet& pset_) : pset(pset_)
histoFillerL1NonIso = new HistoFiller<l1extra::L1EmParticleCollection>(this);

// consumes
genParticles_token = consumes<edm::View<reco::Candidate> >(edm::InputTag("genParticles", "", "SIM"));
genParticles_token = consumes<edm::View<reco::Candidate> >(edm::InputTag("genParticles"));
triggerObject_token = consumes<trigger::TriggerEventWithRefs>(triggerObject_);
hltResults_token = consumes<edm::TriggerResults>(edm::InputTag("TriggerResults", "", triggerObject_.process()));
if (autoConfMode_) {
Expand Down

0 comments on commit 0b13d1f

Please sign in to comment.