-
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
EMTF muon shower unpacker update #41993
EMTF muon shower unpacker update #41993
Conversation
…SCShowerDigi with correct BX in EMTFHit. Remove muon showers from EMTF Hit and Track collections to prevent warning messages. Rename HMT to MUS or muon shower to prevent confusion
@eyigitba Thanks for this. Weirdly, you seem to have escaped buildbot's notice. Never seen that happen before. |
There we go. Just needed someone to trigger a webhook. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41993/35960
|
A new Pull Request was created by @eyigitba for master. It involves the following packages:
@epalencia, @cmsbuild, @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-34987a/33211/summary.html Comparison SummarySummary:
|
+1 |
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 fixes a bunch of things in muon shower unpacking in EMTF. It's not critical for data taking, but it will be good to backport it so we can improve monitoring of this trigger for 2023.
The changes are as follows:
CSCShowerDigi
in EMTF unpacker. This was mostly done to adjust theBX
value associated with the shower (but also follows the same pattern with other EMTF inputs)There will be a PR to include the BX value in EMTF emulator (and potentially uGMT as well) in the future, but for now I wanted to keep these separate.
This PR will be backported to 13_0_X and 13_1_X.
PR validation:
Validated by
runTheMatrix.py -l limited -i all --ibeos
as well as unpacking a recent run and validating that the correct shower bits are being unpacked at each stage.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:
FYI: @elfontan @fmanteca @kakwok