-
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 CaloLayer1 DQM for 5BX needed for Ecal #33510
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33510/22254
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33510/22255
|
A new Pull Request was created by @hftsoi (Ho-Fung Tsoi) for master. It involves the following packages: DQM/L1TMonitor @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @rekovic, @jfernan2, @cecilecaillol, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
@@ -32,6 +32,7 @@ namespace l1t { | |||
makeRegions(ctp7_phi, ctp7Data, res->getRegions()); | |||
} else if (N_BX == 5) { | |||
const uint32_t* ptr5 = ptr; | |||
ptr += 192 * 2; |
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.
@hftsoi,@cecilecaillol Is this change endorsed by @asavincms ?
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-caecce/14535/summary.html Comparison SummarySummary:
|
Dear @hftsoi |
yes, this is ok
On Apr 23, 2021, at 12:45 PM, aloeliger ***@***.******@***.***>> wrote:
@aloeliger commented on this pull request.
________________________________
In EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Unpacker.cc<#33510 (comment)>:
@@ -32,6 +32,7 @@ namespace l1t {
makeRegions(ctp7_phi, ctp7Data, res->getRegions());
} else if (N_BX == 5) {
const uint32_t* ptr5 = ptr;
+ ptr += 192 * 2;
Is this change endorsed by @asavincms<https://github.com/asavincms> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#33510 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABII5ZG6N6FBIWUSMVW7A53TKFFTNANCNFSM43OFGSJA>.
|
+l1 |
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Modifications are made to add DQM CaloLayer1 monitoring elements for 5BX, which are needed for ECAL: two 5-bin 1D plots for TPs averages vs BX (with or without Et-weighted), and five 2D TPs occupancy plots. Unpacker is modified to point to the proper sample when filling the 5BX histograms (the middle BX is the "standard").
PR validation:
For testing, the unpacker is modified to fill 5 times the EcalDigisBx for 5BX inside the "if(N_BX==1)" since now we always get BX=1, so the 5BX histograms can get filled for testing (this modification is for our own testing purpose so is not included in this PR). The codes can be compiled and are tested with an offline DQM workflow "runTheMatrix.py -l 10823.0", the 5BX histograms show up in the DQM root files and are properly filled.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: