-
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
Fix leftover Timing parameters #33626
Fix leftover Timing parameters #33626
Conversation
@@ -48,7 +48,6 @@ | |||
# Pixel sequence: | |||
process.load('Configuration.StandardSequences.MagneticField_cff') | |||
process.load('EventFilter.SiPixelRawToDigi.SiPixelRawToDigi_cfi') | |||
process.siPixelDigis.cpu.Timing = False |
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.
this is a duplicate of #33625
@cmsbuild, please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33626/22487
|
A new Pull Request was created by @czangela for master. It involves the following packages: Calibration/LumiAlCaRecoProducers @perrotta, @malbouis, @andrius-k, @yuanchao, @kmaeshima, @tlampen, @ErnestaP, @ahmad3213, @jfernan2, @slava77, @jpata, @pohsun, @rvenditti, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please abort |
@cmsbuild, please test |
Since you are cleaning, why not to remove also its definition also from
|
The parameter in question was actually in |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3c6c43/14864/summary.html Comparison SummarySummary:
|
+1
|
+1 |
kindly ping @cms-sw/alca-l2 |
+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) |
Why is this preventing from merge? |
type bug-fix |
+1 |
PR description:
This PR removes a deprecated parameter from the module
siPixelDigis
(orSiPixelRawToDigi
).Based on this regexp it should include all remaining instances.
PR validation:
compiles
if this PR is a backport please specify the original PR and why you need to backport that PR: