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

fixes for recent updates to CkfTrackCandidateMaker #36658

Merged
merged 2 commits into from
Jan 11, 2022

Conversation

missirol
Copy link
Contributor

@missirol missirol commented Jan 9, 2022

PR description:

This PR is a follow-up of #36459:

Merely technical. No changes expected.

PR validation:

runTheMatrix.py (for -l limited and -l 11723.17), and addOnTests.py passed.

If this PR is a backport, please specify the original PR and why you need to backport that PR:

N/A

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 9, 2022

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36658/27690

  • This PR adds an extra 76KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 9, 2022

A new Pull Request was created by @missirol (Marino Missiroli) for master.

It involves the following packages:

  • RecoHI/HiTracking (reconstruction)
  • RecoTracker/CkfPattern (reconstruction)
  • RecoTracker/ConversionSeedGenerators (reconstruction)
  • RecoTracker/IterativeTracking (reconstruction)
  • RecoTracker/SpecialSeedGenerators (reconstruction)
  • TrackingTools/GsfTracking (reconstruction)

@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks.
@mtosi, @felicepantaleo, @GiacomoSguazzoni, @JanFSchulte, @jazzitup, @VinInn, @bellan, @yenjie, @ebrondol, @rovere, @lecriste, @kurtejung, @gpetruc, @mmusich, @mandrenguyen, @dgulhan, @yetkinyilmaz this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@missirol
Copy link
Contributor Author

missirol commented Jan 9, 2022

type bugfix

@missirol
Copy link
Contributor Author

missirol commented Jan 9, 2022

test parameters:

  • workflows = 11723.17

@missirol
Copy link
Contributor Author

missirol commented Jan 9, 2022

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-583a82/21582/summary.html
COMMIT: 47e9d58
CMSSW: CMSSW_12_3_X_2022-01-09-0000/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/36658/21582/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

@slava77 comparisons for the following workflows were not done due to missing matrix map:

  • /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-583a82/11723.17_QCD_Pt_1800_2400_14+2021_seedingDeepCore+QCD_Pt_1800_2400_14TeV_TuneCP5_GenSim+Digi+RecoNano+HARVESTNano

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 43
  • DQMHistoTests: Total histograms compared: 3461659
  • DQMHistoTests: Total failures: 0
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3461637
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 42 files compared)
  • Checked 181 log files, 42 edm output root files, 43 DQM output files
  • TriggerResults: no differences found

@@ -50,9 +50,6 @@
updator = 'KFUpdator'
)

from Configuration.ProcessModifiers.seedingDeepCore_cff import seedingDeepCore
seedingDeepCore.toModify(TrajectoryBuilderForElectrons, maxPtForLooperReconstruction = cms.double(0.0) )
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this removed because the default value for CkfTrajectoryBuilder.maxPtForLooperReconstruction is already 0.0? Is it foreseen that default tracking and deepcore may end up using different thresholds, so it might be better to keep this?

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 must be removed b/c TrajectoryBuilderForElectrons is a CkfTrajectoryBuilder, and that does not use a parameter maxPtForLooperReconstruction (only GroupedCkfTrajectoryBuilder does). This also implies that these two lines were not having any effect up to now (the parameter wasn't actually being used).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

To be clearer (maybe I was not): this one update is the one that fixes the unit test (b/c TrajectoryBuilderForElectrons.maxPtForLooperReconstruction is invalid); it is not related to the "drop type-specs" updates.

@@ -222,8 +222,7 @@
conv2CkfTrajectoryBuilder = RecoTracker.CkfPattern.GroupedCkfTrajectoryBuilder_cfi.GroupedCkfTrajectoryBuilder.clone(
trajectoryFilter = dict(refToPSet_ = 'conv2CkfTrajectoryFilter'),
minNrOfHitsForRebuild = 3,
clustersToSkip = cms.InputTag('conv2Clusters'),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here, too, the parameter is removed b/c GroupedCkfTrajectoryBuilder does not have/use a parameter named clustersToSkip.

@jpata
Copy link
Contributor

jpata commented Jan 11, 2022

+reconstruction

@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, @qliphy (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.

4 participants