Skip to content
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

Add DQM/TrackerRemapper package #33280

Merged
merged 31 commits into from Apr 8, 2021

Conversation

mmusich
Copy link
Contributor

@mmusich mmusich commented Mar 26, 2021

PR description:

The goal of this PR is to introduce a new package DQM/TrackerRemapper which is targeted to contain software meant to produce various visualizations of the Pixel and Strip Tracker, scattered previously in other places (mainly in CondCore/SiPixelPlugins), mainly to avoid awkward dependencies from CondCore.
The new package contains the following interfaces:

  • Phase1PixelMaps: meant for separate Phase-1 Pixel Barrel and Forward Maps;
  • Phase1PixelROCMaps: meant for Phase-1 Pixel maps at the ROC-level;
  • Phase1PixelSummaryMap: meant for Summary Phase-1 Pixel maps;
  • SiStripTkMaps.h: meant for Strip Tracker Maps

These classes are depend on TH2Poly objects built using the raw data available at https://github.com/cms-data/DQM-SiStripMonitorClient/tree/master/Geometry.
The new classes are then used in various places (mainly in the Pixel and Strip Payload Inspector packages), but also in some analyzers in Alignment/OfflineValidation.

In addition it contains two analyzers that are meant for re-mapping studies of existing DQM histograms:

  • SiPixelPhase1Analyzer
  • TrackerRemapper

These are useful to produce more easily readable histograms from the DQM histograms available on the GUI.
We foresee this package to evolve to include also visualization aids for the Phase-2 Trackers.

PR validation:

This branch passes unit tests, as well as private tests.
An example plot obtainable with the following command is:

getPayloadData.py \
    --plugin pluginSiPixelLorentzAngle_PayloadInspector \
    --plot plot_SiPixelLorentzAngleFullPixelMap \
    --tag SiPixelLorentzAngle_v11_offline \
    --time_type Run \
    --iovs '{"start_iov": "324245", "end_iov": "324245"}' \
    --db Prod \
    --test ;

image

if this PR is a backport please specify the original PR and why you need to backport that PR:

Not a backport, no backport is needed.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33280/21786

  • This PR adds an extra 236KB to repository

  • Found files with invalid states:

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mmusich (Marco Musich) for master.

It involves the following packages:

Alignment/OfflineValidation
CondCore/SiPixelPlugins
CondCore/SiStripPlugins
DQM/TrackerRemapper

The following packages do not have a category, yet:

DQM/TrackerRemapper
Please create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category

@malbouis, @yuanchao, @christopheralanwest, @cmsbuild, @tlampen, @ggovi, @pohsun, @francescobrivio can you please review it and eventually sign? Thanks.
@hdelanno, @adewit, @makortel, @tlampen, @tocheng, @VinInn, @OzAmram, @dkotlins, @fioriNTU, @jandrea, @ferencek, @idebruyn, @mmusich, @threus, @tvami this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor Author

mmusich commented Mar 26, 2021

@cmsbuild, please test

@smuzaffar
Copy link
Contributor

assign dqm

@cmsbuild
Copy link
Contributor

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

@cmsbuild
Copy link
Contributor

-1

Failed Tests: HeaderConsistency
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d1586a/13801/summary.html
COMMIT: 92c07fe
CMSSW: CMSSW_11_3_X_2021-03-26-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/33280/13801/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 7 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2639935
  • DQMHistoTests: Total failures: 12
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2639900
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 36 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33280/21803

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 6, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33280/21907

  • This PR adds an extra 296KB to repository

  • Found files with invalid states:

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 6, 2021

Pull request #33280 was updated. @malbouis, @andrius-k, @yuanchao, @kmaeshima, @christopheralanwest, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @tlampen, @ggovi, @pohsun, @rvenditti, @francescobrivio can you please check and sign again.

@mmusich
Copy link
Contributor Author

mmusich commented Apr 6, 2021

Sorry for the iterations. The last round of commits addresses violation of cmssw coding rule 4.3:

Header files must not contain any implementation except for class templates and code to be inlined.

now it should be in the final version.

@mmusich
Copy link
Contributor Author

mmusich commented Apr 6, 2021

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 6, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d1586a/14015/summary.html
COMMIT: 18d8f14
CMSSW: CMSSW_11_3_X_2021-04-05-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/33280/14015/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2640868
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2640845
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

@jfernan2
Copy link
Contributor

jfernan2 commented Apr 6, 2021

+1

@ggovi
Copy link
Contributor

ggovi commented Apr 7, 2021

+1

@mmusich
Copy link
Contributor Author

mmusich commented Apr 7, 2021

@malbouis, @yuanchao, @christopheralanwest, @tlampen, @francescobrivio
please review at earliest convenience, the changes in the AlCa package (Alignment/OfflineValidation) are somewhat trivial:

Thank you

@christopheralanwest
Copy link
Contributor

+alca

  • Changes within AlCa domain are mainly technical

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 7, 2021

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)

@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit a851ab9 into cms-sw:master Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants