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

Moved creating SiPixelTemplateStore from DB to an ESProducer #42514

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

Dr15Jones
Copy link
Contributor

PR description:

All DB construction was switched to using EventSetup. Cases using reading from files were kept local to module.
The new ESProducer was added as a Task to all needed Sequences.

PR validation:

Code compiles. All changed python files are readable by python3. No cmsRun jobs were run.

@Dr15Jones
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42514/36519

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2023

A new Pull Request was created by @Dr15Jones (Chris Jones) for master.

It involves the following packages:

  • CalibTracker/SiPixelLorentzAngle (alca)
  • CondFormats/SiPixelTransient (db, reconstruction)
  • DQM/SiPixelPhase1Config (dqm)
  • DQM/SiPixelPhase1Track (dqm)
  • DQMOffline/Trigger (dqm)
  • FastSimulation/TrackingRecHitProducer (fastsim)
  • RecoLocalTracker/SiPixelRecHits (reconstruction)

@perrotta, @ssekmen, @tvami, @nothingface0, @civanch, @emanueleusai, @consuegs, @mdhildreth, @mandrenguyen, @pmandrik, @saumyaphor4252, @clacaputo, @syuvivida, @sbein, @tjavaid, @micsucmed, @francescobrivio, @rvenditti can you please review it and eventually sign? Thanks.
@VourMa, @felicepantaleo, @fioriNTU, @threus, @cericeci, @JanFSchulte, @jhgoh, @missirol, @HuguesBrun, @seemasharmafnal, @ferencek, @trocino, @rociovilar, @sroychow, @GiacomoSguazzoni, @rovere, @VinInn, @mroguljic, @tocheng, @jandrea, @idebruyn, @mmusich, @mtosi, @arossi83, @Fedespring, @dkotlins, @gpetruc, @matt-komm, @tvami this is something you requested to watch as well.
@perrotta, @dpiparo, @rappoccio you are the release manager for this.

cms-bot commands are listed here

@Dr15Jones
Copy link
Contributor Author

please test

@Dr15Jones
Copy link
Contributor Author

please test


// user include files
#include "CondFormats/SiPixelTransient/interface/SiPixelTemplate.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should be

Suggested change
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
#include "FWCore/Utilities/interface/typelookup.h"

which would then avoid adding the dependence on FWCore/Framework to this package.

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42514/36520

@tvami
Copy link
Contributor

tvami commented Aug 16, 2023

+db

@missirol
Copy link
Contributor

@cms-sw/fastsim-l2 , could you please review this PR ?

There are upcoming HLT PRs that require this PR to be merged first (changes to customizeHLTforCMSSW.py, which is touched by this PR).

@civanch
Copy link
Contributor

civanch commented Aug 17, 2023

+1

@cmsbuild
Copy link
Contributor

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, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2)

@perrotta
Copy link
Contributor

+1

@mmusich
Copy link
Contributor

mmusich commented Aug 17, 2023

Is it worth backporting this (at least to 13.2.X)?

@Dr15Jones
Copy link
Contributor Author

This appears to have broken some tests in the IB. I'm in the process of doing a fix.

@perrotta
Copy link
Contributor

Is it worth backporting this (at least to 13.2.X)?

Let backport only what is necessary, and/or not too complicate (see also #42514 (comment))

@mmusich
Copy link
Contributor

mmusich commented Aug 17, 2023

Let backport only what is necessary,

AFAIK this makes a sizeable performance improvement in DQM memory requirement, so that's why I am asking if we want to make use of this or not (e.g. for the HI data-taking or for a second take on the pp 2023 reprocessing?)

@Dr15Jones
Copy link
Contributor Author

The fix for the unit test is in #42597

@makortel
Copy link
Contributor

Is it worth backporting this (at least to 13.2.X)?

@cms-sw/ppd-l2 asked in the O&C today to backport this PR (+ #42597) down to 13_0_X.

@jordan-martins
Copy link
Contributor

thanks @makortel ! Indeed, this will come in hand with the most likely rereco of the 2023 DATA to happen in 130X, in case it happens

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.