-
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
Seed TICL by L1 e/gamma + other timing considerations for e/gamma HLT #32978
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32978/21221
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32978/21222
|
A new Pull Request was created by @swagata87 (Swagata Mukherjee) for master. It involves the following packages: RecoEgamma/EgammaHLTProducers @perrotta, @cmsbuild, @fwyzard, @kpedro88, @Martin-Grunewald, @srimanob, @slava77, @jpata can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32978/21225
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32978/21355
|
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e80dad/13236/summary.html Comparison SummarySummary:
|
+reconstruction
|
+Upgrade |
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
1 similar comment
+1 |
PR description:
This PR introduces
an option to seed TICL by L1 e/gamma objects. Currently TICL can be seeded by general tracks, which is fine for offline reco but too slow for EGM HLT, hence we are not using it. We use globally seeded TICL EM iteration. It was found in preliminary studies that the trackster production step runs faster if we replace global seeding by L1 seeding.
options to produce reduced recHit and reduced digi collections for HGCAL. Currently the layercluster production step at EGM HLT takes some time to run, as it runs on all HGCAL recHits. We want to run the layercluster production step on a reduced recHit collection, ie, only the recHits around L1 e/gamma objects. The reduced digi is not being used currently, but can be used later if needed.
a producer code to filter phase2 L1 collection based on hardware quality. The reduced recHit producer will take the filtered L1 collection with good quality L1 objects, and will keep the recHits around them.
[with thanks to @Sam-Harper]
PR validation:
runTheMatrix.py -l 23234.0 #2026D49 ttbar (HLT TDR baseline w/ HGCal v11)
runTheMatrix.py -l 11634.0 #2021 ttbar
A backport to 11_1_X will be needed for HLT TDR.