Skip to content

Commit

Permalink
change of structure to match DQM specificities
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvire Bouvier committed Feb 24, 2014
1 parent c86661c commit 96b24d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HLTriggerOffline/Top/src/TopSingleLeptonHLTValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ TopSingleLeptonHLTValidation::analyze(const edm::Event& iEvent, const edm::Event

if (nGoodE >= minElectrons_ && nGoodM >= minMuons_ && nGoodJ >= minJets_) isAll_ = true;


//Trigger
Handle<edm::TriggerResults> triggerTable;
if (!iEvent.getByToken(tokTrigger_,triggerTable))
Expand Down

0 comments on commit 96b24d5

Please sign in to comment.