Navigation Menu

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

[HGC trigger] Update mapping for V11 #30470

Merged
merged 2 commits into from Jul 1, 2020

Conversation

jbsauvan
Copy link
Contributor

FYI @kpedro88 @silviodonato @rekovic @bsunanda

PR description:

Updated mapping for V11 after the changes in the cell validity checks implemented in #30323

Depends on external cms-data/L1Trigger-L1THGCal#19
Since PR #30323 has been reverted, it should be tested with #30467 + re-enable of L1T HGCAL in V11 (since it is disabled in #30467).

PR validation:

Minimal checks with the V11 geometry including the #30323 updates

@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-30470/16629

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jbsauvan (Jean-Baptiste Sauvan) for master.

It involves the following packages:

L1Trigger/L1THGCal

@cmsbuild, @rekovic, @benkrikler, @kpedro88 can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @amarini, @lgray this is something you requested to watch as well.
@silviodonato, @dpiparo you are the release manager for this.

cms-bot commands are listed here

@mrodozov
Copy link
Contributor

test parameters:

@silviodonato
Copy link
Contributor

please test with #30473, cms-data/L1Trigger-L1THGCal#19

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 30, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) #30473,cms-data/L1Trigger-L1THGCal#19

@cmsbuild
Copy link
Contributor

-1

Tested at: d428199

CMSSW: CMSSW_11_2_X_2020-06-30-1100
SCRAM_ARCH: slc7_amd64_gcc820

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b4a0fb/7537/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b4a0fb/7537/git-merge-result

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b4a0fb/7537/summary.html

I found follow errors while testing this PR

Failed tests: RelVals

  • RelVals:

When I ran the RelVals I found an error in the following workflows:
23234.0 step2

runTheMatrix-results/23234.0_TTbar_14TeV+TTbar_14TeV_TuneCP5_2026D49_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D49+RecoFullGlobal_2026D49+HARVESTFullGlobal_2026D49/step2_TTbar_14TeV+TTbar_14TeV_TuneCP5_2026D49_GenSimHLBeamSpotFull14+DigiFullTrigger_2026D49+RecoFullGlobal_2026D49+HARVESTFullGlobal_2026D49.log

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b4a0fb/7537/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b4a0fb/7537/git-merge-result

@cmsbuild
Copy link
Contributor

Comparison not run due to runTheMatrix errors (RelVals and Igprof tests were also skipped)

@jbsauvan
Copy link
Contributor Author

That's strange, the wafer causing the error seems to be in the mapping file. I have to look in more details

@jbsauvan
Copy link
Contributor Author

jbsauvan commented Jul 1, 2020

@kpedro88
The V11 mappings are actually not correctly loaded. The V9 mappings are loaded instead.
The customization is done here:

modifyHgcalTriggerPrimitivesWithV9Geometry_ = phase2_hgcalV9.makeProcessModifier(custom_geometry_decentralized_V9)
modifyHgcalTriggerPrimitivesWithV11Geometry_ = phase2_hgcalV11.makeProcessModifier(custom_geometry_decentralized_V11)

But adding some printouts in the customization functions I see that first the V11 customization is called, followed by a call to the V9 customization (which erases the V11 customization).
It may be due to the order eras modifiers are called, but I don't know enough about that to conclude exactly what's going on.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 1, 2020

The code-checks are being triggered in jenkins.

@jbsauvan
Copy link
Contributor Author

jbsauvan commented Jul 1, 2020

Thanks @kpedro88 I've changed the V9 modifier as suggested and it seems to work now.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 1, 2020

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30470/16654

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 1, 2020

Pull request #30470 was updated. @cmsbuild, @rekovic, @benkrikler, @kpedro88 can you please check and sign again.

@silviodonato
Copy link
Contributor

please test with #30473, cms-data/L1Trigger-L1THGCal#19

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 1, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) #30473,cms-data/L1Trigger-L1THGCal#19

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 1, 2020

+1
Tested at: 3df3679
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b4a0fb/7563/summary.html
CMSSW: CMSSW_11_2_X_2020-06-30-2300
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 1, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 1, 2020

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2784120
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2784069
  • DQMHistoTests: Total skipped: 50
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 154 log files, 17 edm output root files, 37 DQM output files

@silviodonato
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit fd1c5fa into cms-sw:master Jul 1, 2020
@kpedro88
Copy link
Contributor

kpedro88 commented Jul 1, 2020

+upgrade

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

6 participants