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

Clean up QuickTrackAssociatorByHits configuration #22983

Merged
merged 4 commits into from Apr 24, 2018

Conversation

makortel
Copy link
Contributor

This PR suggests the following modifications to the configuration of QuickTrackAssociatorByHits (making the use of TrackerHitAssociator even more specific to FastSim, and apparently for HI as well)

  • Read configuration parameters specific to 'TrackerHitAssociatoronly ifuseClusterTPAssociationisFalse`
  • Remove configuration parameters specific to TrackerHitAssociator from the default configuration, and add them only for FastSim

The motivation is to

  • avoid (unnecessary) customizations e.g. for premixing
  • reduce possible confusion in the QuickTrackAssociatorByHits configuration, especially for "are the DigiSimLinks read by the module or not"

Tested in CMSSW_10_2_X_2018-04-12-2300, no changes expected.

@VinInn @mtosi @jalimena @hajohajo

TrackerHitAssociation is off by default (except for FastSim), so there
is no need to customize it. Actually with the current implementation
of QuickTrackAssociatorByHitsProducer it is impossible to use Phase2OT
hits.
…reduce confusion

The TrackerHitAssociator mode is used only for fastsim.
@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @makortel (Matti Kortelainen) for master.

It involves the following packages:

SimTracker/TrackAssociatorProducers
SimTracker/TrackerHitAssociation
Validation/RecoHI

@civanch, @vazzolini, @kmaeshima, @mdhildreth, @dmitrijus, @cmsbuild, @jfernan2, @vanbesien can you please review it and eventually sign? Thanks.
@kkrajczar, @GiacomoSguazzoni, @rovere, @VinInn, @RylanC24, @wmtford, @ebrondol, @threus, @dgulhan this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@makortel
Copy link
Contributor Author

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 17, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/27528/console Started: 2018/04/17 15:42

phase2_tracker.toModify(
quickTrackAssociatorByHits,
pixelSimLinkSrc = cms.InputTag("simSiPixelDigis","Pixel"),
stripSimLinkSrc = cms.InputTag("simSiPixelDigis","Tracker")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The starting point for these developments was this customization, which is

  • incorrect: for phase 2, instead of stripSimLinkSrc one should set
usePhase2Tracker = cms.bool(True),
phase2TrackerSimLinkSrc = cms.InputTag("simSiPixelDigis","Tracker")
  • useless: These parameters are for TrackerHitAssociator, while by default QuickTrackAssociatorByHits uses ClusterTPAssociation

So this PR makes an attempt to remove the customization of useless and possibly confusing parameters.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-22983/27528/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 29
  • DQMHistoTests: Total histograms compared: 2492536
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2492359
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 23 files compared)
  • Checked 119 log files, 9 edm output root files, 29 DQM output files

@civanch
Copy link
Contributor

civanch commented Apr 18, 2018

+1

@dmitrijus
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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@makortel makortel changed the title [RFC] Clean up QuickTrackAssociatorByHits configuration Clean up QuickTrackAssociatorByHits configuration Apr 24, 2018
@makortel
Copy link
Contributor Author

Removed "RFC" from the title following the approval of this cleanup.

@fabiocos
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 9c02639 into cms-sw:master Apr 24, 2018
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

5 participants