-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Miscellaneous fixes for dqm online clients #44384
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
Conversation
|
cms-bot internal usage |
|
@fabiocos FYI |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44384/39448
|
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@rvenditti, @nothingface0, @antoniovagnerini, @jfernan2, @tjavaid, @cmsbuild, @syuvivida, @mandrenguyen 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-6365f4/38094/summary.html Comparison SummarySummary:
|
|
the problem is due to the fact that with
offlinePrimaryVertices
so clearly an attempt to update |
If we are using the |
I'm not 100% sure I understand the question, but let me give some context and maybe this will address it.
|
indeed this is what I would naively do as well for the pixel vertices used in online DQM, but the beamspot people (or do we have a dedicated HI beamspot contact ?) need to confirm. |
From HIN there is just an alca contact (@ashleyahram) but I don't think she'll know how the vertex reco for the beamspot workflow should be configured. |
notice that these are pixel vertices, so I don't know how appropriate are in general the settings used in offline HI reco for full vertices. EDIT: in this sense this PR maintains the status quo ante PR #43846 |
mmusich
left a comment
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.
swapped by mistake d0 with dz
RecoVertex/PrimaryVertexProducer/python/OfflinePixel3DPrimaryVertices_cfi.py
Outdated
Show resolved
Hide resolved
RecoVertex/PrimaryVertexProducer/python/OfflinePixel3DPrimaryVertices_cfi.py
Outdated
Show resolved
Hide resolved
|
type bug-fix |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44384/39463
|
|
Pull request #44384 was updated. @nothingface0, @rvenditti, @mandrenguyen, @cmsbuild, @antoniovagnerini, @syuvivida, @jfernan2, @tjavaid can you please check and sign again. |
|
@cmsbuild, please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6365f4/38112/summary.html Comparison SummarySummary:
|
Thanks for pointing that out. The following belongs to the old HI reco, which at some point was the only HI reco we had: |
|
+reconstruction |
|
+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. @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
The night of 13th March 2024, run 377827 was mistakenly acquired using the DQM DAQ key
hi_run(despite having other collision keys).This uncovered a couple of leftovers from PRs #43846 and #43257 that made few DQM online clients crash (see logs at DQM square).
These are fixed here.
PR validation:
all compile fine now.
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:
Not a backport, but will need to be backported to CMSSW_14_0_X for 2024 data-taking purposes.