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

Add fillDescriptions to modules used in cosmics HLT reco #46647

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

mmusich
Copy link
Contributor

@mmusich mmusich commented Nov 11, 2024

PR description:

When deep-importing a new path in confDB I noticed the following recurring warning messages:

Modules (4):
  -> hltCombinatorialcosmicseedfinderP5 [CtfSpecialSeedGenerator] CHANGED
       PSet UpperScintillatorParameters [REMOVED]
       PSet LowerScintillatorParameters [REMOVED]
       untracked uint32 DontCountDetsAboveNClusters = 20 [REMOVED]
  -> hltCombinedP5SeedsForCTF [SeedCombiner] CHANGED
       untracked InputTag PairCollection = hltCombinatorialcosmicseedfinderP5 [REMOVED]
       untracked InputTag TripletCollection = hltSimpleCosmicBONSeeds [REMOVED]

Upon inspection of the modules, I gathered that most of these are incorrect, in the sense that the confDB parsing is expecting some parameters that either of the wrong type or are not needed.
To fix the issue I propose to:

  • introduce a fillDescriptions method for CtfSpecialSeedGenerator and introduce a customization for the wrong parameters in the HLT menu.
  • introduce a fillDescriptions method for SeedCombiner, clean up configuration in RecoTrackerP5_cff and customize HLT menu

PR validation:

Run successfully with this branch:

  • runTheMatrix.py -l 7.3 (cosmics reco)
  • addOnTests.py

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

@mmusich mmusich changed the title Add fillDescriptions to module used in cosmics HLT reco Add fillDescriptions to modules used in cosmics HLT reco Nov 11, 2024
@cmsbuild cmsbuild added this to the CMSSW_14_2_X milestone Nov 11, 2024
@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 11, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

  • HLTrigger/Configuration (hlt)
  • RecoTracker/Configuration (reconstruction)
  • RecoTracker/SpecialSeedGenerators (reconstruction)
  • RecoTracker/TkSeedGenerator (reconstruction)

@Martin-Grunewald, @cmsbuild, @jfernan2, @mandrenguyen, @mmusich can you please review it and eventually sign? Thanks.
@GiacomoSguazzoni, @Martin-Grunewald, @VinInn, @VourMa, @dgulhan, @felicepantaleo, @gpetruc, @missirol, @mmusich, @mtosi, @rovere, @silviodonato 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 Nov 11, 2024

type bug-fix, hlt-integration

@mmusich
Copy link
Contributor Author

mmusich commented Nov 11, 2024

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

+1

Size: This PR adds an extra 32KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5003be/42708/summary.html
COMMIT: ab12932
CMSSW: CMSSW_14_2_X_2024-11-10-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/46647/42708/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 3 lines to the logs
  • Reco comparison results: 11 differences found in the comparisons
  • DQMHistoTests: Total files compared: 47
  • DQMHistoTests: Total histograms compared: 3450336
  • DQMHistoTests: Total failures: 433
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3449883
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 46 files compared)
  • Checked 206 log files, 177 edm output root files, 47 DQM output files
  • TriggerResults: no differences found

@mmusich
Copy link
Contributor Author

mmusich commented Nov 11, 2024

+hlt

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

@mandrenguyen
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 85875cc into cms-sw:master Nov 13, 2024
11 checks passed
@mmusich mmusich deleted the mm_dev_fix_fillDesc_cosmics_reco branch November 13, 2024 11:59
# Replace it with cms.uint32
prod.DontCountDetsAboveNClusters = cms.uint32(value)

for prod in producers_by_type(process, 'SeedCombiner'):
Copy link
Contributor

Choose a reason for hiding this comment

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

This for loop is inside the for loop from above, is this really the intention?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no.

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.

5 participants