Skip to content

Commit

Permalink
Update multilep.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
martinavit committed Feb 1, 2019
1 parent 38ac4e2 commit f5824c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion multilep/plugins/multilep.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ void multilep::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup){
}

if(skim == "FR" and nJetBackToBack == 0) return;
if(skim == "FR" and leptonAnalyzer->_lHasTrigger[0] < 1 ) return;

//store calculated event info in root tree
outputTree->Fill();
Expand Down

0 comments on commit f5824c6

Please sign in to comment.