Skip to content
Snippets Groups Projects

Change from misleading UseEleBDT to UseAbsEta property for Tau code

Merged Antonio De Maria requested to merge ademaria/athena:rename_prop into main
6 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -230,7 +230,7 @@ def addTauWPDecoration(Seq=None, evetoFixTag=None):
DecorWPNames = [ "EleRNNLoose_"+evetoFixTag, "EleRNNMedium_"+evetoFixTag, "EleRNNTight_"+evetoFixTag ],
DecorWPCutEffs1P = [0.95, 0.90, 0.85],
DecorWPCutEffs3P = [0.98, 0.95, 0.90],
UseEleBDT = True,
UseAbsEta = True,
ScoreName = "RNNEleScore",
NewScoreName = "RNNEleScoreSigTrans_"+evetoFixTag,
DefineWPs = True )
Loading