-
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
Run3hcx378A Provide a way to avoid Digitization for the ZDC detector #46570
base: master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46570/42460 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-46570/42461 |
A new Pull Request was created by @bsunanda for master. It involves the following packages:
@antoniovilela, @civanch, @cmsbuild, @davidlange6, @fabiocos, @kpedro88, @mandrenguyen, @mdhildreth, @rappoccio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild Please test |
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
|
@civanch Please approve this. It is required by the ZDC people |
+1 |
PR description:
Provide a way to avoid Digitization for the ZDC detector
PR validation:
By using the following lines in the step2 of the workflow of 12834.0, the digitization of ZDC was switched off:
from Configuration.Eras.Era_Run3_2024_cff import Run3_2024
from Configuration.Eras.Modifier_zdcNoDigi_cff import zdcNoDigi
process = cms.Process('HLT',Run3_2024,zdcNoDigi)
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Nothing special