-
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 peak mode SiStrip noise payload in 2018 cosmics simulation #41120
fix peak mode SiStrip noise payload in 2018 cosmics simulation #41120
Conversation
type bug-fix |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41120/34759
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@cmsbuild, @tvami, @saumyaphor4252, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test for CMSSW_13_1_DBG_X |
is it normal that running the DBG relvals takes so long? |
@cmsbuild, please abort |
@cmsbuild, please test workflow 7.4 |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e90a04/31506/summary.html Comparison SummarySummary:
|
@cmsbuild, please test workflow 7.4 for CMSSW_13_1_DBG_X |
I don't see how this is going to help (I see it re-building everything from scratch again). |
I was just hoping the issue with the DBG build was temporary. Anyway, Marco, I cut a new real GT for you |
Also, will you submit a PR that has the code that ensures that all per-strip noise data complies with the verify requirement? |
sure, see #41127 |
yes , runtime for DBG is 2/3 time long so yes it can take a lot time. Also as we do not build DBG IB every day so you might pick up an old build (few days old) and then bot might have to rebuild a lot stuff |
thanks, it's included now in this PR. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41120/34772
|
Pull request #41120 was updated. @cmsbuild, @tvami, @saumyaphor4252, @francescobrivio can you please check and sign again. |
@cmsbuild, please test workflow 7.4 for CMSSW_13_1_DBG_X
|
I guess you can also locally test and sign... |
+alca
|
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
@cms-sw/orp-l2 can we merge this based on #41120 (comment) and that the std CMSSW test did pass #41120 (comment) ? |
@cmsbuild, please test workflow 7.4 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e90a04/31565/summary.html Comparison SummarySummary:
|
+1 |
resolves #41108
PR description:
In DBG IBs, the function
SiStripNoises::getNoise
verifies that the strip for which the noise is asked lies in theSiStripNoises::Range
of that DetId:cmssw/CondFormats/SiStripObjects/interface/SiStripNoises.h
Lines 73 to 78 in 9a02541
definition of
SiStripNoises::verify
cmssw/CondFormats/SiStripObjects/src/SiStripNoises.cc
Lines 68 to 72 in 9a02541
if that's not verified, the code will throw an exception.
In normal builds if that doesn't happen, there is no exception thrown, though of course the used event setup data might be wrong.
This PR proposes a new peak mode noise payload that ensures that all per-strip noise data complies with the
verify
requirement.@cms-sw/alca-l2 I propose here a candidate, please let me know if you prefer to transform it upfront into a full-fledged Global Tag, I can then subsequently pick it up here.
PR validation:
run successfully
runTheMatrix.py -l 7.4
For reference here's a comparison of the bugged payload (
SiStripNoise_PeakMode_2018_Minus20C_v0_mc
) vs the fixed one (SiStripNoise_PeakMode_2018_Minus20C_v0_mc_fixed
)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:
N/A