Skip to content

Conversation

@mmusich
Copy link
Contributor

@mmusich mmusich commented Jan 19, 2025

PR description:

This PR is similar in spirit to #47017, #47045, #47079 and #47107. It adds fillDescriptions (and applies light modification to modernize the source code) to a few ESProducers used at HLT for both Run 3 and Phase 2.

PR validation:

  • addOnTests.py runs fine.
  • hltPhase2UpgradeIntegrationTests runs fine.

If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:

N/A

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 19, 2025

cms-bot internal usage

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47136/43364

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mmusich for master.

It involves the following packages:

  • CalibTracker/SiStripESProducers (alca)
  • RecoLocalTracker/Phase2TrackerRecHits (reconstruction, upgrade)
  • RecoLocalTracker/SiStripRecHitConverter (reconstruction)
  • RecoMuon/TransientTrackingRecHit (reconstruction)
  • TrackPropagation/SteppingHelixPropagator (reconstruction)
  • TrackingTools/GeomPropagators (reconstruction)
  • TrackingTools/KalmanUpdators (reconstruction)
  • TrackingTools/Producers (reconstruction)

@Moanwar, @atpathak, @cmsbuild, @consuegs, @jfernan2, @mandrenguyen, @perrotta, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks.
@CeliaFernandez, @Fedespring, @GiacomoSguazzoni, @HuguesBrun, @VinInn, @VourMa, @abbiendi, @alesaggio, @andrea21z, @bellan, @cericeci, @dgulhan, @echabert, @felicepantaleo, @gbenelli, @gpetruc, @jhgoh, @jlidrych, @missirol, @mmusich, @mtosi, @robervalwalsh, @rociovilar, @rovere, @rsreds, @threus, @tocheng, @trocino, @yduhm, @yuanchao this is something you requested to watch as well.
@antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor Author

mmusich commented Jan 19, 2025

please test

@cmsbuild
Copy link
Contributor

+1

Size: This PR adds an extra 40KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a79817/43847/summary.html
COMMIT: ad88f71
CMSSW: CMSSW_15_0_X_2025-01-19-0000/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/47136/43847/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

SiStripRegionConnectivity::~SiStripRegionConnectivity() {}
void SiStripRegionConnectivity::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.addUntracked<unsigned int>("EtaDivisions", 10);
Copy link
Contributor

Choose a reason for hiding this comment

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

The configs for SiStripRegionConnectivity are either set or linked in several other parts in CMSSW, see https://github.com/search?q=repo%3Acms-sw%2Fcmssw%20SiStripRegionConnectivity&type=code , and everywhere the parameters are set as in your CalibTracker/SiStripESProducers/python/SiStripRegionConnectivity_cfi.py : why are you defining as default parameters in the fillDescriptions method some different ones?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because these are the default values, as natively provided in the class:

: etadivisions_(pset.getUntrackedParameter<unsigned int>("EtaDivisions", 10)),
phidivisions_(pset.getUntrackedParameter<unsigned int>("PhiDivisions", 10)),
etamax_(pset.getUntrackedParameter<double>("EtaMax", 2.4))

Copy link
Contributor

Choose a reason for hiding this comment

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

Good point...

@perrotta
Copy link
Contributor

+alca

@jfernan2
Copy link
Contributor

+1

@Moanwar
Copy link
Contributor

Moanwar commented Jan 20, 2025

+Upgrade

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

@mandrenguyen
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit a696d9d into cms-sw:master Jan 20, 2025
11 checks passed
@mmusich mmusich deleted the mm_fillDesc_migration_v5 branch January 20, 2025 17:30
@mmusich mmusich changed the title add fillDescriptions to several ESproducers used at HLT add fillDescriptions to several ESproducers used at HLT (1/N) Jan 27, 2025
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.

6 participants