-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of Photon HoE variable needed for H(gg) analysis #44725
Addition of Photon HoE variable needed for H(gg) analysis #44725
Conversation
A new Pull Request was created by @TizianoBevilacqua for CMSSW_14_0_X. It involves the following packages:
@cmsbuild, @vlimant, @hqucms can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
cms-bot internal usage |
@@ -228,6 +228,7 @@ def make_bitmapVID_docstring(id_modules_working_points_pset): | |||
pfRelIso03_chg_quadratic = Var("userFloat('PFIsoChgQuadratic')/pt",float,doc="PF relative isolation dR=0.3, charged hadron component (with quadraticEA*rho*rho + linearEA*rho Winter22V1 corrections)"), | |||
pfRelIso03_all_quadratic = Var("userFloat('PFIsoAllQuadratic')/pt",float,doc="PF relative isolation dR=0.3, total (with quadraticEA*rho*rho + linearEA*rho Winter22V1 corrections)"), | |||
hoe = Var("hadronicOverEm()",float,doc="H over E",precision=8), | |||
hoe_TowOverEm = Var("hadTowOverEm()",float,doc="H over E Tower based calculation",precision=8), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TizianoBevilacqua I found the name hoe_TowOverEm
a bit confusing as oe
:=OverEm
. Would it be better to just call it hadTowOverEm
or hoe_Tower
?
@TizianoBevilacqua I just realized that you opened this pull request directly to 14_0_X. Please first open one for the master branch. |
backport of #44728 |
enable nano |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1c537c/38827/summary.html Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
type egamma |
PR description:
With this pull request I added the two versions of Photon HoE calculation to the nAOD variable output. Previously for run 3 the HoE dumped was calo based while for run 2 it was Tower based. Both are needed in both cases for H(gg) analyses.
PR validation:
To test I've created a nAOD starting from Run2 data samples and checked that both version of HoE are dumped correctly
@lfinco @fcouderc