From 58de7698708923640be019f12ac4d09cbdf48d51 Mon Sep 17 00:00:00 2001 From: Shilpi Date: Mon, 25 Jul 2022 02:18:02 +0200 Subject: [PATCH] added BH tagger variable --- PhysicsTools/NanoAOD/python/photons_cff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PhysicsTools/NanoAOD/python/photons_cff.py b/PhysicsTools/NanoAOD/python/photons_cff.py index 090601f2c4c67..ef5bd97842041 100644 --- a/PhysicsTools/NanoAOD/python/photons_cff.py +++ b/PhysicsTools/NanoAOD/python/photons_cff.py @@ -221,6 +221,7 @@ def make_bitmapVID_docstring(id_modules_working_points_pset): # ES variables esEffSigmaRR = Var("full5x5_showerShapeVariables().effSigmaRR()", float, doc="preshower sigmaRR"), esEnergyOverRawE = Var("superCluster().preshowerEnergy()/superCluster().rawEnergy()", float, doc="ratio of preshower energy to raw supercluster energy"), + haloTaggerMVAVal = Var("haloTaggerMVAVal()",float,doc="Value of MVA based BDT based beam halo tagger in the Ecal endcap (valid for pT > 200 GeV)",precision=8), ) )