Skip to content

Commit

Permalink
Merge pull request #38851 from jainshilpi/BHtaggerNano_backportV0
Browse files Browse the repository at this point in the history
Backport of #38850: Adding the relevant variable for BDT based beam halo tagger for photons in nanoAOD
  • Loading branch information
cmsbuild authored Jul 27, 2022
2 parents 051b47b + 7e6cce5 commit 8b3ba0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhysicsTools/NanoAOD/python/photons_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
)

Expand Down

0 comments on commit 8b3ba0d

Please sign in to comment.