-
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
[12_5_X] Modify RPC and GEM unpacker blocks in EMTF unpacker to match the new Run 3 format #39390
[12_5_X] Modify RPC and GEM unpacker blocks in EMTF unpacker to match the new Run 3 format #39390
Conversation
A new Pull Request was created by @eyigitba for CMSSW_12_5_X. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
backport of #39388 |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-efa663/27535/summary.html Comparison SummarySummary:
|
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_6_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) |
Pull request #39390 was updated. @epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please check and sign again. |
please test |
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_12_6_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 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-efa663/27551/summary.html Comparison SummarySummary:
|
hold |
Pull request has been put on hold by @perrotta |
unhold |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_6_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 is a backport of #39388.
This PR implements the necessary changes to unpack the new DAQ format that is implemented at P5 a couple of weeks ago. Our tests show that the new DAQ format significantly reduces EMTF dead time at very high PU scenarios. According to the new format 2 RPC (GEM) TPs are packed into 1 RPC (GEM) data block, thus reducing the total number of blocks in EMTF DAQ stream.
Modified
EMTFBlockGEM.cc
,EMTFBlockRPC.cc
to add functionality to create 2 TPs per block depending on the firmware version. Changes inEMTFSetup.cc
are made to pass firmware version to the RPC and GEM block unpackers.PR validation:
Tested with unpacking data collected last week and running
l1tstage2_dqm_sourceclient-live_cfg.py
to confirm the DQM plots are as expected.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
This is a backport of #39388.
It would be good to have this PR in the collisions runs to fix the EMTF DQM plots for RPC/GEM. This is important for promptly checking quality/timing of EMTF inputs during collisions.
The changes in EMTF unpacker shouldn't affect other workflows, as it's basically only used by DQM workflows and L1T experts.