-
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
TkDQM: Fix tracker maps for run3 #34966
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34966/24802
|
A new Pull Request was created by @sroychow (Suvankar Roy Chowdhury) for master. It involves the following packages:
@andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
type bug-fix |
efb8c25
to
ff5d59f
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34966/24806
|
Pull request #34966 was updated. @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @rvenditti can you please check and sign again. |
@cmsbuild, please test |
ff5d59f
to
57c9738
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34966/24917
|
@cmsbuild, please test |
urgent |
Pull request #34966 was updated. @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @jfernan2, @rvenditti can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-cf236d/18092/summary.html Comparison SummarySummary:
|
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is aimed at resolving #34607 . The reading capability of a
TDirectory
based ROOT file is enabled in the LegacyIOHelper and that is used by theSiStripOfflineDQM
module. In addition, this PR adds a unit test for the offline TkMap creation.Thanks to @mmusich for debugging several aspects of the changes. Some bug fixes for some of the TkMaps are expected which can come as a separate PR later.
PR validation:
The updates have been tested privately and Tracker Maps are getting produced with DQM harvested root file as an input.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Backport will be done for 11_3 and 12_0.