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

Fix mistake in muon shower valid flag. Enable showers in L1T (HadronicShowerTrigger-6) #34178

Merged
merged 2 commits into from Jun 22, 2021
Merged

Fix mistake in muon shower valid flag. Enable showers in L1T (HadronicShowerTrigger-6) #34178

merged 2 commits into from Jun 22, 2021

Conversation

dildick
Copy link
Contributor

@dildick dildick commented Jun 18, 2021

PR description:

Fix mistake in muon shower valid flag. The valid flag was not considering nominal muon showers in-time. I'm also enabling the showers in the sequence for Run-3 scenarios. Only the one-nominal-shower case is enabled for the time being. edmEventSize now shows the shower collections

CSCDetIdCSCShowerDigiMuonDigiCollection_simCscTriggerPrimitiveDigis_Anode_HLT. 331.6 309.2
CSCDetIdCSCShowerDigiMuonDigiCollection_simCscTriggerPrimitiveDigis__HLT. 324.6 302
l1tRegionalMuonShowerBXVector_simEmtfShowers_EMTF_HLT. 312.4 272.4
l1tMuonShowerBXVector_simGmtShowerDigis__HLT. 296.6 256.7

PR validation:

  • Tested on Run-3 GEN-SIM-RAW samples
  • Tested WF 11634.0
  • scram b runtests
  • scram b code-format; scram b code-checks

There should be no changes in WFs.

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

N/A

Before submitting your pull requests, make sure you followed this checklist:

@kakwok @Nik-Menendez

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34178/23389

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @dildick (Sven Dildick) for master.

It involves the following packages:

DataFormats/L1TMuon
DataFormats/L1Trigger
L1Trigger/L1TMuon

@cmsbuild, @rekovic, @cecilecaillol can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @dinyar, @rovere, @kreczko, @thomreis this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@cecilecaillol
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-22218c/16104/summary.html
COMMIT: 32d3cd2
CMSSW: CMSSW_12_0_X_2021-06-18-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/34178/16104/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 38
  • DQMHistoTests: Total histograms compared: 2785631
  • DQMHistoTests: Total failures: 7
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2785602
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 37 files compared)
  • Checked 160 log files, 37 edm output root files, 38 DQM output files
  • TriggerResults: no differences found

@dildick
Copy link
Contributor Author

dildick commented Jun 18, 2021

Few failures from messagelogger and pixel

Screen Shot 2021-06-18 at 12 18 34 PM

@dinyar
Copy link
Contributor

dinyar commented Jun 18, 2021

Hi Sven,

I had a very brief look and noticed that there are some GEM-related changes in this PR. I assume this slipped in by mistake?

Cheers,
Dinyar

@dildick
Copy link
Contributor Author

dildick commented Jun 19, 2021

I fixed it. It's clearer now that showers are enabled through the addition

## hadronic shower trigger for Run-3
from Configuration.Eras.Modifier_run3_common_cff import run3_common
_run3_Shower_SimL1TMuonTask = SimL1TMuonTask.copy()
_run3_Shower_SimL1TMuonTask.add(simEmtfShowers)
_run3_Shower_SimL1TMuonTask.add(simGmtShowerDigis)
(stage2L1Trigger & run3_common).toReplaceWith( SimL1TMuonTask, _run3_Shower_SimL1TMuonTask )

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34178/23398

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

Pull request #34178 was updated. @cmsbuild, @rekovic, @cecilecaillol can you please check and sign again.

@qliphy
Copy link
Contributor

qliphy commented Jun 20, 2021

please test

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34178/23414

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

Pull request #34178 was updated. @cmsbuild, @rekovic, @cecilecaillol can you please check and sign again.

@cecilecaillol
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-22218c/16142/summary.html
COMMIT: 94c0030
CMSSW: CMSSW_12_0_X_2021-06-20-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/34178/16142/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 38
  • DQMHistoTests: Total histograms compared: 2785631
  • DQMHistoTests: Total failures: 7
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2785602
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 37 files compared)
  • Checked 160 log files, 37 edm output root files, 38 DQM output files
  • TriggerResults: no differences found

@cecilecaillol
Copy link
Contributor

+l1

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

@qliphy
Copy link
Contributor

qliphy commented Jun 22, 2021

+1

@cmsbuild cmsbuild merged commit 05ca251 into cms-sw:master Jun 22, 2021
@dildick dildick deleted the from-CMSSW_12_0_X_2021-06-17-1100-ugmt-shower-trigger branch June 22, 2021 14:25
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