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

Cleanup and modernize SeedingLayerSetsBuilder #21138

Merged
merged 23 commits into from Nov 14, 2017

Conversation

makortel
Copy link
Contributor

@makortel makortel commented Nov 2, 2017

This PR removes unused and obsolete code related to SeedingLayerSetsBuilder:

  • ctfseeding::SeedingLayer class altogether (made obsolete by Seeding layers ESP to EDP migration #2378)
    • TrackingRegion::hits(const EventSetup&, const SeedingLayer *)
    • The only still-useful piece of SeedingLayer was SeedingLayer::Side enumeration, which I moved to DataFormats/TrackerCommon/interface/TrackerDetSide.h as TrackerDetSide enumeration (still "old-style" enum as the numerical values are heavily used)

and does some modernization

  • use unique_ptr instead of shared_ptr (since it's enough)
  • add fillDescriptions (even if it is incomplete)
    • as a consequence some strip pair layer lists are updated to use the same layer naming convention as in iterative tracking configuration
  • improve the relation between SeedingLayerSetsBuilder and SeedingLayerEDProducer

The last two points are also a preparatory work for the upcoming "automated mitigation for pixel inactive areas in pixel pair iteration".

Tested in 9_4_0_pre3, no changes expected in results except for MTV seeding layer histograms for conversion seeds

  • for some layers TIBn/TOBn move to MTIBn/MTOBn
  • TECn get split to TECn and MTECn

@VinInn

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2017

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2017

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-21138/1773

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2017

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

It involves the following packages:

DataFormats/TrackerCommon
RecoMuon/TrackerSeedGenerator
RecoPixelVertexing/PixelLowPtUtilities
RecoPixelVertexing/PixelTrackFitting
RecoPixelVertexing/PixelTriplets
RecoTracker/Configuration
RecoTracker/ConversionSeedGenerators
RecoTracker/SpecialSeedGenerators
RecoTracker/TkSeedingLayers
RecoTracker/TkTrackingRegions
TrackingTools/TransientTrackingRecHit
Validation/RecoTrack

@perrotta, @vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @slava77, @vanbesien can you please review it and eventually sign? Thanks.
@ghellwig, @trocino, @calderona, @felicepantaleo, @abbiendi, @GiacomoSguazzoni, @rovere, @VinInn, @echapon, @bellan, @HuguesBrun, @jhgoh, @wmtford, @mschrode, @gpetruc, @ebrondol, @rociovilar, @mtosi, @dgulhan, @bachtis, @battibass this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@makortel
Copy link
Contributor Author

makortel commented Nov 2, 2017

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 2, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/24141/console Started: 2017/11/02 17:05

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-21138/1924

@cmsbuild
Copy link
Contributor

Pull request #21138 was updated. @perrotta, @vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @jfernan2, @slava77, @vanbesien can you please check and sign again.

@makortel
Copy link
Contributor Author

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 10, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/24345/console Started: 2017/11/10 15:19

@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-21138/24345/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 8 differences found in the comparisons
  • DQMHistoTests: Total files compared: 27
  • DQMHistoTests: Total histograms compared: 2832699
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 101
  • DQMHistoTests: Total successes: 2832419
  • DQMHistoTests: Total skipped: 178
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 10.04 KiB( 23 files compared)
  • Checked 111 log files, 8 edm output root files, 27 DQM output files

@slava77
Copy link
Contributor

slava77 commented Nov 11, 2017

+1

for #21138 733226a

  • changes are in line with the PR description. No changes in reco quantities. Some seedingLayer index reshuffling (renaming and split of TEC to TEC+MTEC) in MTV conversion plots.
  • jenkins tests pass and comparisons with baseline show only expected differences [ignoring 8 reco diffs in logErrorHarvester in PU workflows apparently due to file re-open]

Here is an example from 10224 concersionStep
top is baseline, bottom is with this PR
wf10224_conversionstep_seedlay_tb
the "TEC+MTEC" adds up to what was there in TEC before.

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

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 0b137f2 into cms-sw:master Nov 14, 2017
@makortel makortel deleted the cleanupSeedingLayerSetsBuilder branch February 12, 2018 13:04
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