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

Remove unnecessary ESProducer from LegacyPFClusterProducer #44070

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

jsamudio
Copy link
Contributor

PR description:

This PR removes pfClusterParamsESProducer from LegacyPFClusterProducer as it is not used in the producer. Configurations for offline workflows and customizeHLTforAlpaka.py are updated to reflect this change.

PR validation:

Tested on workflow 12434.423 which uses the HLT customization and HCAL only configuration for this producer.

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:

Not a backport.

@hatakeyamak @fwyzard @waredjeb

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 24, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44070/39028

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

  • HLTrigger/Configuration (hlt)
  • RecoParticleFlow/PFClusterProducer (reconstruction)

@jfernan2, @cmsbuild, @Martin-Grunewald, @mmusich, @mandrenguyen can you please review it and eventually sign? Thanks.
@rovere, @felicepantaleo, @Martin-Grunewald, @hatakeyamak, @silviodonato, @missirol, @mmarionncern, @seemasharmafnal, @lgray, @sameasy this is something you requested to watch as well.
@sextonkennedy, @rappoccio, @antoniovilela you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor

mmusich commented Feb 24, 2024

enable gpu

@mmusich
Copy link
Contributor

mmusich commented Feb 24, 2024

test parameters:

  • workflow_opts_gpu= -w upgrade
  • workflows_gpu = 12434.423

@Martin-Grunewald
Copy link
Contributor

please test

@mmusich
Copy link
Contributor

mmusich commented Feb 24, 2024

@cmsbuild, please test

@mmusich
Copy link
Contributor

mmusich commented Feb 26, 2024

@cmsbuild, please abort

@mmusich
Copy link
Contributor

mmusich commented Feb 26, 2024

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9cf765/37681/summary.html
COMMIT: 857a498
CMSSW: CMSSW_14_1_X_2024-02-25-2300/el8_amd64_gcc12
Additional Tests: GPU
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44070/37681/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

GPU Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 35 differences found in the comparisons
  • DQMHistoTests: Total files compared: 4
  • DQMHistoTests: Total histograms compared: 40949
  • DQMHistoTests: Total failures: 1169
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 39780
  • DQMHistoTests: Total skipped: 0
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 3 files compared)
  • Checked 12 log files, 15 edm output root files, 4 DQM output files
  • TriggerResults: no differences found

@@ -68,7 +66,6 @@ class LegacyPFClusterProducer : public edm::stream::EDProducer<> {
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("src");
desc.add<edm::InputTag>("PFRecHitsLabelIn");
desc.add<edm::ESInputTag>("pfClusterParams");
Copy link
Contributor

Choose a reason for hiding this comment

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

relaying an observation from @missirol, if this module has to be parsed in confDB we need to provide defaults in the fillDescription

Copy link
Contributor

Choose a reason for hiding this comment

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

Indeed, after the removal of pfClusterParams we still need default values in fillDescriptions added for:

InputTag src
InputTag PFRecHitsLabelIn
InputTag recHitsSource

Empty InputTags are fine, but the values must be there.

@mmusich
Copy link
Contributor

mmusich commented Feb 27, 2024

type pf

@Martin-Grunewald
Copy link
Contributor

@jsamudio

Could you please urgently address the above change? We'd need this (and the 14_0 bp) in the next 14_0 release. Thanks!

@mmusich
Copy link
Contributor

mmusich commented Feb 28, 2024

please test with #44221

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9cf765/37788/summary.html
COMMIT: 396a6dd
CMSSW: CMSSW_14_1_X_2024-02-27-2300/el8_amd64_gcc12
Additional Tests: GPU
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44070/37788/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 100 lines to the logs
  • Reco comparison results: 51 differences found in the comparisons
  • DQMHistoTests: Total files compared: 48
  • DQMHistoTests: Total histograms compared: 3011576
  • DQMHistoTests: Total failures: 0
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3011554
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 47 files compared)
  • Checked 200 log files, 161 edm output root files, 48 DQM output files
  • TriggerResults: no differences found

GPU Comparison Summary

Summary:

@Martin-Grunewald
Copy link
Contributor

+1

@Martin-Grunewald
Copy link
Contributor

@cms-sw/reconstruction-l2 can you please sign this PR as well, as you have signed already the backport to 14_0? Thanks!
@jfernan2 @mandrenguyen

@Martin-Grunewald
Copy link
Contributor

Martin-Grunewald commented Feb 29, 2024

urgent
(It's backport is needed for the next 14_0 release).

@mmusich
Copy link
Contributor

mmusich commented Feb 29, 2024

@cms-sw/reconstruction-l2 please do sign now. This is a showstopper for HLT integration

@antoniovilela
Copy link
Contributor

@cms-sw/reconstruction-l2
Please do review & sign as soon as possible.
Thanks.

@mandrenguyen
Copy link
Contributor

+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. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2)
Notice This PR was tested with additional Pull Request(s), please also merge them if necessary: #44221

@antoniovilela
Copy link
Contributor

+1

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