-
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
Remove option to run on single GEM pads; Simplify CSC trigger configuration #31631
Remove option to run on single GEM pads; Simplify CSC trigger configuration #31631
Conversation
The code-checks are being triggered in jenkins. |
-code-checks ERROR: Build errors found during clang-tidy run.
|
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31631/18703
|
A new Pull Request was created by @dildick (Sven Dildick) for master. It involves the following packages: DataFormats/L1TMuon @cmsbuild, @rekovic, @benkrikler can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
All commits squashed into a single commit to get rid of the issue with code-checks. @silviodonato Can you run the tests, please? |
please test |
The tests are being triggered in jenkins.
|
The code-checks are being triggered in jenkins. |
abort |
code-checks |
Comparison is ready Comparison Summary:
|
@silviodonato This looks good to me now. There are a bit more coincidence pads now, but this is due to the fact that I loosened a window. I did this to increase acceptance for low pT muons and displaced muons. |
@cms-sw/l1-l2 please review/sign |
@cms-sw/l1-l2 please review/sign |
Hi @dildick True that this PR is for 11_2_X, but we should remain consistent with 11_1_X where we are using EMTF for HLT TDR in 11_1_X. Attn: @jiafulow |
ping @dildick |
@silviodonato Yes, I need to check the effects on the EMTF. |
ping @dildick Do you have any update on EMTF check? |
@qliphy I don't see any difference in the Run-3 EMTF trigger efficiency vs pT/eta/phi in this 0 pileup single muon relval sample /RelValSingleMuFlatPt2To100/CMSSW_11_0_0-110X_mcRun4_realistic_v2_2026D49noPU-v1/GEN-SIM-DIGI-RAW. |
@rekovic @qliphy @silviodonato A few performance plots (not for publication) on 1000 PU200 ecents from dataset /RelValSingleMuFlatPt2To100/CMSSW_11_0_0-PU25ns_110X_mcRun4_realistic_v3_2026D49PU200-v1/GEN-SIM-DIGI-RAW. First set of plots made with CMSSW_11_2_X_2020-11-23-1100 Second set of plots made with CMSSW_11_2_X_2020-11-23-1100+PR31631 |
I don't see a noticeable difference in the plots. The EMTF pT efficiency has the same shape (turn-on, plateau). |
ping @cms-sw/l1-l2 |
+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:
python/params
rather than directly incscTriggerPrimitiveDigis_cfi
, reducing the main configuration to less than 100 lines. Thusparams/
containsSLHC
was renamed toPhase2
everwherealctClctOffset_
was made a constant, defined in CSCConstants.huse_run3_patterns_
anduse_comparator_codes_
were merged intorunCCLUT_
(because we will not run the Run-3 patterns without CCLUT)PR validation:
Code compiles. Rebase from #31460 which was stuck in failing
code-checks
. Performance plots can be found in the #31460 conversation.if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A
FYI @tahuang1991