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

[Backport of] HCAL finegrain bit fix to account for TDC packing, and SOI alignment #37439

Merged
merged 1 commit into from Apr 5, 2022

Conversation

gk199
Copy link
Contributor

@gk199 gk199 commented Apr 2, 2022

PR description:

HcalFinegrainBit.cc is run in cases where HB TDC is compressed and uncompressed. This PR handles both cases. In HcalTriggerPrimitiveAlgo.cc, frame.flavor() is used to define is_compressed which is passed to HcalFinegrainBit.cc. This determines if the input TDC values are uncompressed (flavor=0, is_compressed=0) or compressed (flavor=3, is_compressed=1). Depending on the TDC packing, either a comparison to tdc_boundary is made (uncompressed), or a direct comparison to TDC 0, 1, 2 is made.

Additional edits in HcalTriggerPrimitiveAlgo.cc are made to handle the matching of TP SOI and digi SOI in a more robust way. This ensures that with changes in conditions or filterPresamples, the TDC from the QIE11 dataframe SOI is selected for the fine grain bit algorithm SOI (ensuring ibin = 2 corresponds to idx = 5).

PR validation:

runTheMatrix.py passed.

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

Backport of PR #37438 to 123X, as the L1 LLP trigger emulator was merged in 123X (PR #36919) and relies upon the fine grain bits.

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 2, 2022

A new Pull Request was created by @gk199 (Gillian Kopp) for CMSSW_12_3_X.

It involves the following packages:

  • SimCalorimetry/HcalTrigPrimAlgos (l1)

@epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please review it and eventually sign? Thanks.
@bsunanda, @abdoulline, @rovere 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

@cecilecaillol
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2022

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-08b3f4/23634/summary.html
COMMIT: 25a9a7d
CMSSW: CMSSW_12_3_X_2022-04-03-2300/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/37439/23634/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: 49
  • DQMHistoTests: Total histograms compared: 3697381
  • DQMHistoTests: Total failures: 31
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3697328
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 48 files compared)
  • Checked 204 log files, 45 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

@cecilecaillol
Copy link
Contributor

+l1

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2022

This pull request is fully signed and it will be integrated in one of the next CMSSW_12_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. 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)

@cecilecaillol
Copy link
Contributor

@perrotta, @dpiparo, @qliphy Is it possible to get this pr in before 12_3_0 is built? Thank you!

@qliphy
Copy link
Contributor

qliphy commented Apr 5, 2022

@perrotta, @dpiparo, @qliphy Is it possible to get this pr in before 12_3_0 is built? Thank you!

@cecilecaillol The master PR was merged hrs ago. Once the master IB comes out and everything looks ok, we will proceed with this backport.

@cecilecaillol
Copy link
Contributor

great, thank you!

@perrotta
Copy link
Contributor

perrotta commented Apr 5, 2022

backport of #37438

@perrotta
Copy link
Contributor

perrotta commented Apr 5, 2022

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