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

GEM unpacker - allow custom FEDIDs to be unpacked #35429

Merged

Conversation

jshlee
Copy link
Contributor

@jshlee jshlee commented Sep 27, 2021

The GEM unpacker is used outside of p5 in the cosmic stand test and test beam.
However, the FEDIDs used are not always the same as the values defined in FEDNumbering.

  • added fedIdStart and fedIdEnd vars to configurable so that this unpacker can be easily used in other applications
  • no changes expected

tested with wf 11611.0

no backport is required.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35429/25558

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jshlee (Jason Lee) for master.

It involves the following packages:

  • EventFilter/GEMRawToDigi (reconstruction)

@jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @missirol, @watson-ij this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@jshlee
Copy link
Contributor Author

jshlee commented Sep 29, 2021

can I get this tested please

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3d6250/19249/summary.html
COMMIT: 63bdc82
CMSSW: CMSSW_12_1_X_2021-09-28-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/35429/19249/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: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 40
  • DQMHistoTests: Total histograms compared: 3211080
  • DQMHistoTests: Total failures: 0
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3211058
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 39 files compared)
  • Checked 169 log files, 37 edm output root files, 40 DQM output files
  • TriggerResults: no differences found

@jpata
Copy link
Contributor

jpata commented Oct 4, 2021

I note that there are a few other places in the codebase where FEDNumbering::MINGEMFEDID is used but not configurable.

  • EventFilter/GEMRawToDigi/plugins/GEMPackingTester.cc
  • EventFilter/GEMRawToDigi/plugins/GEMDigiToRawModule.cc
  • CondFormats/GEMObjects/src/GEMeMap.cc
  • CondCore/RunInfoPlugins/interface/RunInfoPayloadInspectoHelper.h

Do you need to propagate this configurability to any of those places?

@jshlee
Copy link
Contributor Author

jshlee commented Oct 4, 2021

I note that there are a few other places in the codebase where FEDNumbering::MINGEMFEDID is used but not configurable.

  • EventFilter/GEMRawToDigi/plugins/GEMPackingTester.cc
  • EventFilter/GEMRawToDigi/plugins/GEMDigiToRawModule.cc
  • CondFormats/GEMObjects/src/GEMeMap.cc
  • CondCore/RunInfoPlugins/interface/RunInfoPayloadInspectoHelper.h

Do you need to propagate this configurability to any of those places?

Hi @jpata, we don't currently foresee the need yet.

@jpata
Copy link
Contributor

jpata commented Oct 5, 2021

+reconstruction

  • for 63bdc82
  • technical, makes fedIdStart, fedIdEnd configurable in GEMRawToDigi, defaults as before
  • no reco changes expected/observed

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 5, 2021

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

@perrotta
Copy link
Contributor

perrotta commented Oct 5, 2021

+1

@cmsbuild cmsbuild merged commit 8e25e38 into cms-sw:master Oct 5, 2021
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

4 participants