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

MTD geometry: add new topology mode, adapt code to it #29270

Merged
merged 7 commits into from Mar 27, 2020

Conversation

fabiocos
Copy link
Contributor

PR description:

As a follow up of #29207 and #29231 this PR adds a number of updates needed for te integration of the new ETL geometry:

  • a new topology mode 5 btlv1etlv5 that corresponds to the latest BTL and the TDR ETL scenario D53. As this potentially breaks the one-to-one correspondence with the CrysLayout enum of BTLDetId, a MTDTopologyMode function is provided to give the CrysLayout corresponding to a given topology mode, and the code using this correspondence is updated so as to keep the previous results unchanged;

  • the SpecParSection names are set equal to the file names, as discussed in MTD geometry: separate BTL and ETL sensitive volume prod cuts #29231 ;

  • The ETLDetId.geographicalId() method now gives back just ETLDetId as it should have already done (the type was 0 up to D50 anyway, and for D53 it is properly taken into account). The Digitization step for D53 now runs, with the BTLDeviceSim and ETLDeviceSim code adapted to the changes. We should check any other possible place where hardcoded 0 is assumed for ETLDetId.modType() and fix it in case (@casarsa @gsorrentino18 FYI).

As a side remark for @casarsa : likely the detId conversion in https://github.com/cms-sw/cmssw/blob/master/SimFastTiming/FastTimingCommon/src/ETLDeviceSim.cc#L42 is not needed, it should be reviewed.

PR validation:

test wf 23234.0 runs untile the end, 24434.0 runs for step1 and step2, if fails step3 as RecoMTD/DetLayer needs still to be adapted. The validation tests for the various MTD geometry packages run and give unchanged results for D50, and show the new topology mode (but no other change) for D53.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29270/14320

  • This PR adds an extra 56KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @fabiocos (Fabio Cossutti) for master.

It involves the following packages:

Configuration/Geometry
DataFormats/ForwardDetId
Geometry/CMSCommonData
Geometry/MTDCommonData
Geometry/MTDSimData
RecoLocalFastTime/FTLClusterizer
RecoLocalFastTime/FTLCommonAlgos
SimFastTiming/FastTimingCommon
Validation/MtdValidation

@perrotta, @andrius-k, @Dr15Jones, @makortel, @cvuosalo, @civanch, @schneiml, @ianna, @mdhildreth, @cmsbuild, @kmaeshima, @jfernan2, @fioriNTU, @slava77, @kpedro88 can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @apsallid, @rovere, @vargasa this is something you requested to watch as well.
@davidlange6, @silviodonato, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@fabiocos
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 23, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/5317/console Started: 2020/03/23 11:41

@cmsbuild
Copy link
Contributor

+1
Tested at: 8b047c2
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9760fe/5317/summary.html
CMSSW: CMSSW_11_1_X_2020-03-22-2300
SCRAM_ARCH: slc7_amd64_gcc820

@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-9760fe/5317/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2692493
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2692172
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@jfernan2
Copy link
Contributor

+dqm

@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-9760fe/5369/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2692110
  • DQMHistoTests: Total failures: 22
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2691769
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@kpedro88
Copy link
Contributor

+upgrade

@jfernan2
Copy link
Contributor

+1

@cvuosalo
Copy link
Contributor

+1

@slava77
Copy link
Contributor

slava77 commented Mar 26, 2020

+1

for #29270 289ec0b

  • technical for reco
  • there are no (relevant) changes in comparisons

@fabiocos
Copy link
Contributor Author

@civanch comments? Doubts? The update to SimFastTiming is not changing anything in old scenarios, as the module type is always 0 there

@civanch
Copy link
Contributor

civanch commented Mar 27, 2020

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

@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 507fd6c into cms-sw:master Mar 27, 2020
@fabiocos fabiocos deleted the fc-mtd-topomode branch March 28, 2020 16:51
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

8 participants