Skip to content

Commit

Permalink
Merge pull request #26459 from drkovalskyi/MultiIso_for_Run2
Browse files Browse the repository at this point in the history
[muon] updated multiIso working points
  • Loading branch information
cmsbuild committed Apr 17, 2019
2 parents 1ad9ac9 + e2640f9 commit e5aead7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions PhysicsTools/PatAlgos/plugins/PATMuonProducer.cc
Expand Up @@ -695,10 +695,7 @@ void PATMuonProducer::produce(edm::Event & iEvent, const edm::EventSetup & iSetu

// multi-isolation
if (computeMiniIso_){


muon.setSelector(reco::Muon::MultiIsoLoose, miniIsoValue<0.40 && (muon.jetPtRatio() > 0.80 || muon.jetPtRel() > 7.2) );
muon.setSelector(reco::Muon::MultiIsoMedium, miniIsoValue<0.16 && (muon.jetPtRatio() > 0.76 || muon.jetPtRel() > 7.2) );
muon.setSelector(reco::Muon::MultiIsoMedium, miniIsoValue<0.11 && (muon.jetPtRatio() > 0.74 || muon.jetPtRel() > 6.8) );
}

// MVA working points
Expand Down

0 comments on commit e5aead7

Please sign in to comment.