Skip to content

Commit

Permalink
HHbbgg MVA evaluation fix (cms-analysis#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonepigazzini authored Mar 5, 2020
1 parent 0712d5a commit d560caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taggers/python/flashggDoubleHTag_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"sigmaMOverM := sqrt(0.5*(diPhoton.leadingPhoton.sigEOverE*diPhoton.leadingPhoton.sigEOverE + diPhoton.subLeadingPhoton.sigEOverE*diPhoton.subLeadingPhoton.sigEOverE))",
"(leadingPhoton_pt/CMS_hgg_mass) := diPhoton.leadingPhoton.pt/diPhoton().mass",
"(subleadingPhoton_pt/CMS_hgg_mass) := diPhoton.subLeadingPhoton.pt/diPhoton().mass",
"(leadingJet_pt/Mjj) := leadJet().pt/diPhoton().mass",
"(subleadingJet_pt/Mjj) := subleadJet().pt/diPhoton().mass",
"(leadingJet_pt/Mjj) := leadJet().pt/dijet().mass",
"(subleadingJet_pt/Mjj) := subleadJet().pt/dijet().mass",
"rho := global.rho",
"(leadingJet_bRegNNResolution*1.4826) := leadJet().userFloat('bRegNNResolution')*1.4826",
"(subleadingJet_bRegNNResolution*1.4826) := subleadJet().userFloat('bRegNNResolution')*1.4826",
Expand Down

0 comments on commit d560caf

Please sign in to comment.