Skip to content

Commit

Permalink
Merge pull request #38850 from jainshilpi/BHtaggerNano_masterV0
Browse files Browse the repository at this point in the history
Adding the relevant variable for BDT based beam halo tagger for photons in nanoAOD
  • Loading branch information
cmsbuild authored Jul 26, 2022
2 parents ca284ed + 58de769 commit d13385b
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 @@ -223,6 +223,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 d13385b

Please sign in to comment.