[L1T] EMTF DQM Plot Changes to Address CSC Timing Issues#50903
Conversation
|
@kmorrison314, CMSSW_17_0_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50903/49259
|
|
A new Pull Request was created by @kmorrison314 for master. It involves the following packages:
@cmsbuild, @ctarricone, @gabrielmscampos, @nothingface0, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
test parameters:
|
|
please test |
|
please abort |
|
please test
|
|
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
|
+dqm |
|
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. @sextonkennedy, @mandrenguyen, @ftenchini (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
The proposed changes effect the cscLCTTiming Plots in the EMTF DQM and work to address poor resolution seen in the CSC chambers in the negative endcap, documented here.
An EMTF investigation revealed that EMTF tracks built with more than or equal to 2 RPC hits contributed significantly to the csc chamber occupancy in BX -1 for the negative endcap region which is not mirrored in the positive endcap region. The source of this problem is a known retriggering issue in RPC chambers in negative endcap. The fix implemented in the PR is to remove tracks with more than or equal to 2 RPC hits from the cscLCTTiming monitoring plots which are used to extract CSC Timing shifts
PR validation:
In order to validate this reason, the BX-1 csc chamber occupancy was plotted for tracks with more than or equal to 2 RPC hits and showed that the occupancy only existed in the negative endcap for a total of 100,000 events (See image below).
To further validate the fix, the DQM was run over 153,000 events and included cscLCTTiming plots with and without the 2 RPC hit tracks. Through this it is shown that there is an improvement in the csc chamber occupancy in BX-1 and thus the timing resolution (See below).
Before Fix

After Fix
.
All standard code checks were done following the CMS Offline Software guidelines