-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Layer1 unpacker and DQM modified for HCALFB [13_0_X] #41002
Conversation
A new Pull Request was created by @hftsoi (Ho-Fung Tsoi) for CMSSW_13_0_X. It involves the following packages:
@aloeliger, @epalencia, @emanueleusai, @cmsbuild, @syuvivida, @pmandrik, @micsucmed, @cecilecaillol, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
P5 tests were successful and modifications should stay in production, reopen this PR as a backport of #41028 |
In the future can we please avoid this closing and re-opening of the PRs? It just makes it confusing to follow the development. I'd recommend to just leave it open until a final decision is made on the integration in a release. |
please test |
backport of #41028 |
type hcal |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0d24fc/31232/summary.html Comparison SummarySummary:
|
testing at p5 |
I would agree with this. |
type l1t |
+1
|
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is to modify CaloLayer1 unpacker for proper readout from new fw version at CaloLayer1 about additional HCAL FB implementation. Previously the CaloLayer1 payload data contain only the first FB (FB0) from HCAL, now there is a new fw version that extends the payload data format to contain all other FB (FB1-5), so the unpacker is modified to unpack them. For flexibility there is a flag in the payload header to tell if the additional HCAL FB is implemented or not, therefore two new unpackers (one with UCTCTP7RawData_HCALFB.h for normal event unpacker, another with UCTCTP7RawData5BX_HCALFB.h for fat event unpacker) are added to be used when this flag is set, otherwise the usual unpackers (not for additional HCAL FB implementation) are used and no modification is made to them in this PR. DQM is also modified for these HCAL FB monitoring.
PR validation:
Offline DQM was run on past commissioning runs, expected DQM elements are added.
This PR is closed immediately after opened, and to be sent to DQM team for short production test during coming CRUZET runs, where the new relevant CaloLayer1 fw version will be tested together.