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

Adapt latest PF settings in Phase2 Egamma HLT #41051

Merged
merged 1 commit into from Mar 17, 2023

Conversation

swagata87
Copy link
Contributor

PR description:

This PR is an attempt to align the parameters in

  • hltParticleFlowClusterHCALForEgamma and particleFlowClusterHCAL
  • hltParticleFlowClusterHBHEForEgamma and particleFlowClusterHBHE
  • hltParticleFlowRecHitHBHEForEgamma and particleFlowRecHitHBHE
    so that one of them can be deleted.

With this PR, Egamma will be using

  1. PFRecHitHCALDenseIdNavigator (instead of PFRecHitHCALNavigator),
  2. PFRecHitQTestHCALThresholdVsDepth (instead of PFRecHitQTestThreshold),
  3. logWeightDenominatorByDetector (instead of only logWeightDenominator)

(2) is expected to increase timing, so as a safeguard maxIterations is decreased from 50 to 5, similar to what was done for Run3 https://its.cern.ch/jira/browse/CMSHLT-2455

Also, this PR addresses #40525 (comment)

Some changes in trigger results are expected.

PR validation:

For 1000 TTbar NoPU events, only change in result is this:
HLT_PFPuppiMETTypeOne140_PFPuppiMHT140 NPassed 25->24

[With thanks to @hatakeyamak for useful feedback]

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41051/34623

  • This PR adds an extra 36KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @swagata87 (Swagata Mukherjee) for master.

It involves the following packages:

  • HLTrigger/Configuration (hlt)

@cmsbuild, @missirol, @Martin-Grunewald can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @missirol, @silviodonato, @SohamBhattacharya, @beaucero 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

@@ -59,7 +59,7 @@
),
clusterTimeResFromSeed = cms.bool(False),
excludeOtherSeeds = cms.bool(True),
maxIterations = cms.uint32(50),
maxIterations = cms.uint32(5),
Copy link
Contributor

Choose a reason for hiding this comment

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

As far as I understand, this changes the physics outputs of the Jet/MET HLT Phase-2 reco. Should I assume this change is okay with Jet/MET ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it would be good if they explicitly sign it off.

Copy link
Contributor

Choose a reason for hiding this comment

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

@alpakpinar @theochatzis , I guess we wait for your feedback.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hello, we did some preliminary tests on performance and some thresholds for changing the iterations (you can see the results on the slides here ). From these we see no big effect from this change.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks a lot Theo! Please @Martin-Grunewald and @missirol consider that you have the green light from HLT Upgrade!

@swagata87
Copy link
Contributor Author

this is now rebased on top of CMSSW_13_1_X_2023-03-14-2300 which includes other Phase2 HLT config cleanups: #40912 and #41047

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41051/34642

  • This PR adds an extra 36KB to repository

@cmsbuild
Copy link
Contributor

Pull request #41051 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again.

@missirol
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-50d5e8/31346/summary.html
COMMIT: 3cce759
CMSSW: CMSSW_13_1_X_2023-03-16-1100/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/41051/31346/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 20 lines to the logs
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 30 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3550819
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3550789
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 48 files compared)
  • Checked 213 log files, 164 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

@missirol
Copy link
Contributor

+hlt

Validated by POGs (see PR description, and #41051 (comment)). No changes seen in the outputs of PR tests, likely because HLT-DQM in Phase-2 wfs is largely missing, see #39362.

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

@perrotta
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.

None yet

6 participants