Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
aknayak committed Nov 3, 2015
1 parent 9fc82d5 commit 76c13b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/tools/tauTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def switchToPFTauHPS(process,
if hasattr(process, "cleanPatTaus" + patTauLabel + postfix):
getattr(process, "cleanPatTaus" + patTauLabel + postfix).preselection = \
'pt > 18 & abs(eta) < 2.3 & tauID("decayModeFindingOldDMs") > 0.5 & tauID("byLooseCombinedIsolationDeltaBetaCorr3Hits") > 0.5' \
+ ' & tauID("againstMuonTight3") > 0.5 & tauID("againstElectronLooseMVA5") > 0.5'
+ ' & tauID("againstMuonTight3") > 0.5 & tauID("againstElectronVLooseMVA5") > 0.5'

# Select switcher by string
def switchToPFTauByType(process,
Expand Down

0 comments on commit 76c13b5

Please sign in to comment.