Skip to content

Conversation

@Dr15Jones
Copy link
Contributor

@Dr15Jones Dr15Jones commented Dec 17, 2025

PR description:

  • removed unnecessary specification of the service
  • renamed the service to match its C++ class name

PR validation:

Code compiles. Framework unit tests pass.

resolves cms-sw/framework-team#1717

No code in CMSSW can now read these configurations.
The framework already adds AdaptorConfig to all configurations.
@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 17, 2025

cms-bot internal usage

@Dr15Jones
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49654/47198

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

  • Configuration/Applications (operations)
  • DQM/CSCMonitorModule (dqm)
  • DQM/Integration (dqm)
  • DQM/MuonMonitor (dqm)
  • DQM/SiPixelCommon (dqm)
  • DQM/SiPixelMonitorClient (dqm)
  • DQM/SiPixelMonitorTrack (dqm)
  • DQM/SiPixelPhase1Config (dqm)
  • DQM/SiStripMonitorClient (dqm)
  • DQM/SiStripMonitorCluster (dqm)
  • DQM/SiStripMonitorDigi (dqm)
  • DQM/SiStripMonitorTrack (dqm)
  • DQM/TrackingMonitor (dqm)
  • FWCore/Framework (core)
  • FWCore/MessageService (core)
  • FWStorage/Services (core)
  • FWStorage/StorageFactory (core)
  • FWStorage/TFileAdaptor (core)
  • FWStorage/XrdAdaptor (core)
  • IOPool/Common (core)
  • IOPool/Input (core)
  • SimTracker/TrackerFilters (simulation)

@Dr15Jones, @civanch, @ctarricone, @davidlange6, @fabiocos, @ftenchini, @gabrielmscampos, @kpedro88, @makortel, @mandrenguyen, @mdhildreth, @nothingface0, @rseidita, @smuzaffar can you please review it and eventually sign? Thanks.
@GiacomoSguazzoni, @Martin-Grunewald, @VinInn, @VourMa, @arossi83, @barvic, @batinkov, @dgulhan, @elusian, @fabiocos, @fioriNTU, @francescobrivio, @idebruyn, @jandrea, @makortel, @mmasciov, @mmusich, @mtosi, @ptcox, @richa2710, @rovere, @sroychow, @threus, @venturia, @wddgit this is something you requested to watch as well.
@ftenchini, @mandrenguyen, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

+1

Size: This PR adds an extra 220KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-bfd945/50316/summary.html
COMMIT: bff31a8
CMSSW: CMSSW_16_0_X_2025-12-16-2300/el8_amd64_gcc13
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/49654/50316/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
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 5 differences found in the comparisons
  • Reco comparison had 4 failed jobs
  • DQMHistoTests: Total files compared: 55
  • DQMHistoTests: Total histograms compared: 4513634
  • DQMHistoTests: Total failures: 81
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 4513533
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 54 files compared)
  • Checked 235 log files, 208 edm output root files, 55 DQM output files
  • TriggerResults: no differences found

@civanch
Copy link
Contributor

civanch commented Dec 17, 2025

+1

Copy link
Contributor

@makortel makortel left a comment

Choose a reason for hiding this comment

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

Looks good. I think this PR is for 16_1_X (given the closeness of the build of 16_0_0_pre4).

@cmsbuild
Copy link
Contributor

+1

Size: This PR adds an extra 164KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-bfd945/50326/summary.html
COMMIT: 3690d77
CMSSW: CMSSW_16_0_X_2025-12-17-1100/el8_amd64_gcc13
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/49654/50326/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 5 lines to the logs
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 9 differences found in the comparisons
  • Reco comparison had 4 failed jobs
  • DQMHistoTests: Total files compared: 55
  • DQMHistoTests: Total histograms compared: 4513798
  • DQMHistoTests: Total failures: 61
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 4513717
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 54 files compared)
  • Checked 235 log files, 208 edm output root files, 55 DQM output files
  • TriggerResults: no differences found

#--------------------------

process.ModuleWebRegistry = cms.Service("ModuleWebRegistry")
process.AdaptorConfig = cms.Service("AdaptorConfig")
Copy link
Contributor

@nothingface0 nothingface0 Dec 18, 2025

Choose a reason for hiding this comment

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

Excuse the ignorance, but why are all those lines removed?

process.AdaptorConfig = cms.Service("AdaptorConfig

Are they not needed, in the sense that the service is added/instantiated by default somewhere else?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, since the very beginning of CMSSW, that service has been automatically added to the system.

@cmsbuild
Copy link
Contributor

Milestone for this pull request has been moved to CMSSW_16_1_X. Please open a backport if it should also go in to CMSSW_16_0_X.

@cmsbuild cmsbuild modified the milestones: CMSSW_16_0_X, CMSSW_16_1_X Dec 18, 2025
@makortel
Copy link
Contributor

Comparison differences are related to #47071

@makortel
Copy link
Contributor

+core

Now that master branch moved to 16_1_X

@nothingface0
Copy link
Contributor

+dqm

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

@mandrenguyen
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit a01ed44 into cms-sw:master Dec 19, 2025
10 checks passed
@Dr15Jones Dr15Jones deleted the TFileAdaptor branch January 26, 2026 14:30
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.

Rename AdaptorConfig to TFileAdaptor

6 participants