Skip to content

Commit

Permalink
no vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
martinavit committed Nov 22, 2018
1 parent 1969efc commit 73b2afa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions multilep/src/LeptonAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@ bool LeptonAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSetup& iS
// if(passMuonPreselection(mu_1, *rho)==false) continue;
//
// NEW:
/*
for(const pat::Muon* muptr_1 : selmuons){ // for muons
const pat::Muon& mu_1 = (*muptr_1);
Expand Down Expand Up @@ -673,6 +676,8 @@ bool LeptonAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSetup& iS
}
}// end loop e+
}//end electrons
*/

//if(multilepAnalyzer->skim == "trilep" and (_nLight < 3 || _nGoodLeading < 1 || _nGoodDisplaced < 2) ) return false;
if(multilepAnalyzer->skim == "trilep" and (_nLight < 3 || _nGoodLeading < 1 ) ) return false;
Expand Down

0 comments on commit 73b2afa

Please sign in to comment.