-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Modify EMTF unpacker to support new reduced DAQ window for 2023 data taking #40931
Modify EMTF unpacker to support new reduced DAQ window for 2023 data taking #40931
Conversation
…s compatible with 2023 EMTF DAQ parameters.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40931/34414
|
A new Pull Request was created by @eyigitba for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ab1eaa/31000/summary.html Comparison SummarySummary:
|
@eyigitba Does this require letting anybody on DQM know that this change is being made? |
@aloeliger I'm not sure, but I thought it wasn't necessary. This is due to a change in EMTF DAQ, DQM is affected as a result (it's just restored to normal behaviour). Feel free to tag them though |
Given that it doesn't touch their code, it is probably okay. |
If not, maybe one of the core software people would like tag them in. |
+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 adds a flag to shift BX assignment in EMTF unpacker based on firmware version. In 2023 EMTF will use a reduced DAQ readout window to limit deadtime in high PU scenarios. The unpacker change is done to shift the timing such that the BX range for EMTF is [-2,2] instead of [-3,1].
This option will be enabled in the unpacker for firmware versions dated after 08/12/2022.
PR validation:
Validation done by
runTheMatrix.py -l limited -i all --ibeos
all tests passed.Since
runTheMatrix
probably doesn't have any runs with the new readout I also ran a test on data from last week. See before and after images below. The central BX will be shifted to 0 on the firmware side soon and does not require another update to the unpacker.Before:
After:
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 PR will be backported to 13_0_X to be used in data taking. However, this is not urgent since it only affects EMTF DQM.
FYI: @kbunkow @bundocka