-
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
2D Maps of Impact Parameters for TkDQM #33693
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33693/22605
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-33693/22607
|
A new Pull Request was created by @dmeuser for master. It involves the following packages: DQMOffline/RecoB @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0c3da9/14998/summary.html Comparison SummarySummary:
|
Plots on folders: HLT / Vertexing / hltPixelVertices / Alignment seem empty, is this expected? |
@jfernan2 |
No FakeHLT in Run3 workflows 11634.0 and 12434.0 Nevetheless, HLT / Vertexing / hltVerticesPFFilter has entries |
@jfernan2 |
@jfernan2 after quick exchange with @mtosi we've understood the source of the problem: cmssw/DQMOffline/RecoB/plugins/PrimaryVertexMonitor.cc Lines 399 to 402 in f0cac19
there is a requirement for the |
Thanks @mmusich Yes, please, if this could be fixed, even if in a separate PR, to avoid having expensive (in terms of memory) 3D plots, it would be nice. Unless you consider they are not actualy needed (I am not sure if the plots you point out as empty in the Validation campaigns are exactly the same as those these PR is adding) in which case, I'd suggest droping them, in both cases. Thank you very much |
yes, these are the people responsible.
They are needed to monitor alignment @ HLT
of course they are not the same, as the plots this PR is adding are new and could not be produced in Validation campaign done with an old release.
I would prefer to keep the fix separate. |
Follow-up PR at #33696. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0c3da9/15008/summary.html Comparison SummarySummary:
|
@jfernan2 when this PR is tested with #33696 the 2D plots in HLT / Vertexing / hltPixelVertices / Alignment are filled. |
+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) |
+1 |
PR description:
We added a total of four 2D histograms showing the mean Impact Parameters as a function of track eta and phi for TkDQM. For each of the following track selections:
one histogram for dxy and one for dz is added.
PR validation:
The changes have been tested by running
runTheMatrix.py -l 10024
, which runs without any failed steps and produces the desired additional plots.Here is a screenshot of the output DQM file showing one of the four maps:
if this PR is a backport please specify the original PR and why you need to backport that PR:
This PR is not a backport.
cc:
@mmusich, @arossi83, @sroychow