Skip to content

Commit

Permalink
Disable DPFTau_2016_v1 and issue some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MRD2F committed Oct 27, 2018
1 parent d854212 commit efc0540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RecoTauTag/RecoTau/python/tools/runTauIdMVA.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@ def runTauID(self):

if "DPFTau_2016_v1" in self.toKeep:
print "Adding DPFTau isolation (v1)"
print "WARNING: WPs are not defined for DPFTau_2016_v1"
print "WARNING: The score of DPFTau_2016_v1 is inverted: i.e. for Sig->0, for Bkg->1 with -1 for undefined input (preselection not passed)."

working_points = {
"all": {"Tight" : "0.123"} #FIXME: define WP
Expand Down
4 changes: 3 additions & 1 deletion RecoTauTag/RecoTau/test/runDeepTauIDsOnMiniAOD.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
updatedTauName = updatedTauName,
toKeep = [ "2017v2", "dR0p32017v2", "newDM2017v2",
"deepTau2017v1",
"DPFTau_2016_v0","DPFTau_2016_v1"])
"DPFTau_2016_v0",
#"DPFTau_2016_v1"
])
tauIdEmbedder.runTauID()

# Output definition
Expand Down

0 comments on commit efc0540

Please sign in to comment.