Skip to content

Commit

Permalink
added BH tagger variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jainshilpi committed Jul 25, 2022
1 parent 8383075 commit 58de769
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 58de769

Please sign in to comment.