-
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
TestDQMOnlineClient-beampixel_dqm_sourceclient had ERRORS #33356
Comments
assign dqm |
New categories assigned: dqm @jfernan2,@andrius-k,@ahmad3213,@kmaeshima,@rvenditti,@ErnestaP you have been requested to review this Pull request/Issue and eventually sign? Thanks |
A new Issue was created by @silviodonato Silvio Donato. @Dr15Jones, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
The most trivial fix would be replacing but I'm not sure is what we want cc @cms-sw/dqm-l2 |
Just to add that #31723 changed the import in - from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import *
+ from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import * and therefore going from |
|
(@jfernan2 , I don't know these modules well, but Silvio's suggestion looks like the minimal consistent fix: |
Dear @mmusich , @makortel , all, I originally wrote the module analyzer and the cfg file. The idea was to have an online "fast" beam monitor based only on the pixel information. As you pointed out different things have changed on the vertexing and I didn't keep track of all the changes. From what you wrote in your comments, I would go with the new feature, the "divisive vertex finding" (I guess this divisive vertex finding can also be used offline in case one wants to re-run this BeamPixel monitor tool (?)) |
Hi @dinardo, |
Well, if we want to monitor the beam spot (as it seems to be the case) we need the 3D vertexing. Best, |
Hi @mmusich , ok it's clear. Then yes, we definitely need the offline (3D) vertex. How shall we proceed then? |
I can have a look if I can provide a quick fix. Stay tuned. |
see #33378. |
+1 |
This issue is fully signed and ready to be closed. |
Since
CMSSW_11_3_X_2021-04-06-2300
we get a unit test failure in DQM/IntegrationThe origin of the error is here https://github.com/cms-sw/cmssw/blob/master/DQM/Integration/python/clients/beampixel_dqm_sourceclient-live_cfg.py#L93
The issue seems related to the change in
RecoPixelVertexing/Configuration/python/RecoPixelVertexing_cff.py
made by #31723 and already discussed https://github.com/cms-sw/cmssw/pull/31723/files#r510920848The text was updated successfully, but these errors were encountered: