-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Remove HLT process name out from L1CaloTrigger #37988
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37988/30058
|
A new Pull Request was created by @srimanob (Phat Srimanobhas) for master. It involves the following packages:
@rekovic, @epalencia, @cmsbuild, @AdrianoDee, @srimanob, @cecilecaillol can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-582e0a/24801/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
Thanks @srimanob |
+l1 |
Is Thx. |
@srimanob It is used in the sim emulator sequence https://github.com/cms-sw/cmssw/blob/master/L1Trigger/Configuration/python/SimL1Emulator_cff.py#L87-L88 |
I see from the link you point to is on |
@srimanob l1EGammaCrystalsProducer_cfi is not used anymore, we always take the emulated version |
8660379
to
cde8d0c
Compare
Thanks @cecilecaillol for confirmation. I then remove the obsolete/unused config to avoid confusion. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37988/30375
|
Pull request #37988 was updated. @rekovic, @epalencia, @cmsbuild, @AdrianoDee, @srimanob, @cecilecaillol can you please check and sign again. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-582e0a/25240/summary.html Comparison SummarySummary:
|
+Upgrade Technical PR to remove "HLT"-process name dependence. |
+l1 |
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Currently, L1 step can't run if process name is not
HLT
. Following code check by @Martin-Grunewald the process name is hardcode inL1Trigger/L1CaloTrigger/python/
. This PR is to remove them out as the L1 step should not depend on HLT process (name). However, this will need confirmation from L1T expert.Note that, it is unclear to me if
l1EGammaCrystalsProducer_cfi.py
is still in used.(*)
https://docs.google.com/document/d/1DU5MzzIeyGyXYbzTtfreCnsZ9FAmbI6_daFy0vklTos/edit#bookmark=id.qcivq83cr9gj
PR validation:
Test with wf
39434.75
. With the following modified cmsDriver of step2, job is running fine.cmsDriver.py step2 -s DIGI:pdigi_valid,L1TrackTrigger,L1,DIGI2RAW --conditions auto:phase2_realistic_T21 --datatier GEN-SIM-DIGI-RAW -n 10 --eventcontent FEVTDEBUGHLT --geometry Extended2026D88 --era Phase2C17I13M9 --io DigiTrigger_HLT75e33_2026D88.io --python DigiTrigger_HLT75e33_2026D88_noHLT.py -n 50 --no_exec --filein file:step1.root --fileout file:step2_noHLT.root --nThreads 8
if this PR is a backport please specify the original PR and why you need to backport that PR:
No need of backport.