-
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
add layer-1 monitoring for new slot-7 cards [13_2_0_pre1] #42048
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42048/36028
|
A new Pull Request was created by @hftsoi (Ho-Fung Tsoi) for master. It involves the following packages:
@aloeliger, @epalencia, @nothingface0, @emanueleusai, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type l1t |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ea683e/33348/summary.html Comparison SummarySummary:
|
+l1
|
@aloeliger thanks for the heads up! The 13_0 backport of this PR ( #42021 ) is tested and deployed at P5 already, see #42021 (comment) |
+1 |
no problem, please. thank you |
I meant... could you please squash the commits? (Sorry if I was not clear on it) |
Update EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Unpacker.cc Co-authored-by: Andrea Perrotta <[email protected]> Update EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Unpacker.cc Co-authored-by: Andrea Perrotta <[email protected]> Update EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Unpacker.cc Co-authored-by: Andrea Perrotta <[email protected]> Update EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Unpacker.cc Co-authored-by: Andrea Perrotta <[email protected]> Update DQM/L1TMonitor/src/L1TStage2CaloLayer1.cc Co-authored-by: Andrea Perrotta <[email protected]> Update DQM/L1TMonitor/src/L1TStage2CaloLayer1.cc Co-authored-by: Andrea Perrotta <[email protected]> Update DQM/L1TMonitor/src/L1TStage2CaloLayer1.cc Co-authored-by: Andrea Perrotta <[email protected]> Update DQM/L1TMonitor/src/L1TStage2CaloLayer1.cc Co-authored-by: Andrea Perrotta <[email protected]> Update DQM/L1TMonitor/src/L1TStage2CaloLayer1.cc Co-authored-by: Andrea Perrotta <[email protected]> code-check after updates
8172c64
to
092b5b7
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42048/36100
|
Pull request #42048 was updated. @aloeliger, @epalencia, @nothingface0, @emanueleusai, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please check and sign again. |
+1 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ea683e/33434/summary.html Comparison SummarySummary:
|
+l1 |
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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR modifies Calo-Layer1 unpacker to adapt the additions of a new CTP7 card in slot-7 in each of the three layer-1 crates (FEDs 1354, 1356, 1358), where each card sends the same payload header and trailer as all other existing calo cards, but with a fixed payload data size of 6 32-bit words, regardless of normal or FAT events being sent. New monitoring elements are added to layer-1 DQM for the 3x6x32 bits. The modification is done in such a way that it works before and after the card addition.
Note that the monitoring elements for HCAL FB4-5 are commented out, we will put them back once HCAL fixes them (FB4-5 are reserved bits and not used for LLP, but they are sending unphysical data there which layer-1 could not read out, causing discrepancies seen when comparing them).
PR validation:
Validated by running offline DQM on past commissioning runs, it works as expected for current production firmware. Tested with online DQM at P5 with new firmware.
#42021 is a backport of this master PR.