-
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
Hack EgammaHLTR9IDProducer
to be able to run it in Phase2 HLT
#44358
Conversation
cms-bot internal usage |
type egamma |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44358/39396
|
A new Pull Request was created by @swagata87 for master. It involves the following packages:
@mmusich, @cmsbuild, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f16fac/37998/summary.html Comparison SummarySummary:
|
|
||
if (recoecalcandref->superCluster()->seed()->seed().det() != DetId::Ecal) { //HGCAL, skip for now | ||
r9Map.insert(recoecalcandref, 0); | ||
r95x5Map.insert(recoecalcandref, 0); |
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.
actually the default value for HGCAL should be 1 (not 0). Because R9 cut in phase2 HLT paths will be of the form R9>some_value_around_0.9
. So if it's set to 1 in HGCAL then it will always pass, as intended. I will make this change soon.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44358/39404
|
Pull request #44358 was updated. @Martin-Grunewald, @cmsbuild, @mmusich can you please check and sign again. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f16fac/38006/summary.html Comparison SummarySummary:
|
@swagata87 |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). 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) |
indeed, here is the backport #44365 |
+1 |
PR description:
Currently, in Phase2 HLT, we do not use R9 variable. But it will be good to explore the potential of this variable at Phase2 HLT, as this variable was useful in Run3/Run2 HLT. With this PR, it is now possible to run
EgammaHLTR9IDProducer
on Phase2 samples. The R9 distribution, that was obtained by running on one root file of this sample[1], is meaningful, and is pasted below.[1]
/RelValH125GGgluonfusion_14/CMSSW_14_0_0_pre3-140X_mcRun4_realistic_v1_STD_2026D98_noPU-v1/GEN-SIM-DIGI-RAW
PR validation:
CMSSW compiles. Phase2 HLT menu runs fine.