-
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
Add online DQM plots for Run 3 L1T shower trigger #36128
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36128/26640
|
A new Pull Request was created by @zuoxunwu (Xunwu Zuo) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@zuoxunwu
Thanks |
@jfernan2 Thanks for the comments.
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1d0bf1/20540/summary.html Comparison SummarySummary:
|
@jfernan2 Just as a reference, the plots on MC samples can be found in these slides. Overall I think the shower DQM module works as intended and this PR can be merged. Let me know if you have further comments. Thanks! |
Thank you very much @zuoxunwu ! |
+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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Please check that I did not add typos in the possible suggestions I'm writing here)
@perrotta Thanks for the suggestions and sorry for the late reply. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36128/26747
|
Pull request #36128 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1d0bf1/20627/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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Added L1T DQM module for CSC local shower and EMTF regional shower in the Run 3 trigger.
This DQM module is complete and tested with Run 3 MC samples.
As of CMSSW_12_2_0_pre2, there is an unpacker for CSC showers (PR#35461)but not for EMTF showers. Therefore at the moment the shower DQM cannot be used in data-taking and is not enabled in the online DQM sequence. It will be enabled once the EMTF shower unpacker is ready.
In this PR we do not expect any change in the output.
PR validation:
The DQM plots are tested with HTo2LongLivedTo4b samples and Neutrino gun samples.
Passed the unit test and matrix test as there should be no change in the output.
Code format changes are applied.
@dildick may want to watch this.