-
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 #31460
Remove option to run on single GEM pads; Simplify CSC trigger configuration #31460
Conversation
The code-checks are being triggered in jenkins. |
1 similar comment
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31460/18364
|
A new Pull Request was created by @dildick (Sven Dildick) for master. It involves the following packages: L1Trigger/CSCTriggerPrimitives @cmsbuild, @rekovic, @benkrikler can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
I don't see a drop in ME1/1 or ME2/1 integrated local trigger efficiency or in the EMTF trigger efficiency. |
The code-checks are being triggered in jenkins. |
1 similar comment
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 ERROR: Build errors found during clang-tidy run.
|
Weird, somehow the coincidence pad collection is not being cleared for each event...
|
The code-checks are being triggered in jenkins. |
So while the GEM coincidence pad vector in the motherboard was being cleared each event, the vector internal in the GEM processor was only being cleared when there were GEM hits in the event. This is now fixed. @mrodozov Could you rerun the tests again? |
-code-checks ERROR: Build errors found during clang-tidy run.
|
code-checks |
The code-checks are being triggered in jenkins. |
-code-checks ERROR: Build errors found during clang-tidy run.
|
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:
Tested with 23234.0. I also ran a validation on this relval
/RelValSingleMuFlatPt2To100/CMSSW_11_0_0-110X_mcRun4_realistic_v2_2026D49noPU-v1/GEN-SIM-DIGI-RAW
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A
FYI @tahuang1991