Skip to content

Commit

Permalink
Merge pull request #13455 from slehti/HLTTauRefProducer_Update_80X
Browse files Browse the repository at this point in the history
Hlt tau ref producer update
  • Loading branch information
davidlange6 committed Mar 4, 2016
2 parents 02f36fb + 19769af commit 17700b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DQMOffline/Trigger/src/HLTTauRefProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ HLTTauRefProducer::doPFTaus(edm::Event& iEvent,const edm::EventSetup& iES)
passAll = false;
break;
}
}else{
passAll = false;
break;
}
}
if(passAll) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
PFTaus = cms.untracked.PSet(
PFTauDiscriminators = cms.untracked.VInputTag(
cms.InputTag("hpsPFTauDiscriminationByDecayModeFinding"),
cms.InputTag("hpsPFTauDiscriminationByLooseIsolation")
cms.InputTag("hpsPFTauDiscriminationByLooseCombinedIsolationDBSumPtCorr3Hits")
),
doPFTaus = cms.untracked.bool(True),
ptMin = cms.untracked.double(15.0),
Expand Down

0 comments on commit 17700b7

Please sign in to comment.