-
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
Absorb CSCCommonTrigger into CSCTriggerPrimitives #31549
Absorb CSCCommonTrigger into CSCTriggerPrimitives #31549
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31549/18561
|
A new Pull Request was created by @dildick (Sven Dildick) for master. It involves the following packages: DQM/L1TMonitor @smuzaffar, @benkrikler, @Dr15Jones, @makortel, @andrius-k, @ErnestaP, @cmsbuild, @rekovic, @jfernan2, @kmaeshima, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
@Dr15Jones Are you ok with this proposal? I need a core member to sign off on this PR. |
|
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
+1 |
kind reminder @cms-sw/l1-l2 |
@silviodonato Can this be merged? |
merge |
PR description:
CSCCommonTrigger contains a number of unused files:
vmac.h
,vlib.h
,vlib.cc
,CSCFrontRearLUT.h
with sole functiongetFRBit
. I don't seegetFRBit
in the index anywhere.CSCPatternLUT.h
should actually be in CSCTriggerPrimitives (inCSCPatternBank.h
). If you remove the unused files and move CSCPatternLUT you realize that this package really only contains a single python file with the MPC LCT BX accept window, which might as well be in CSCTriggerPrimitives/python. I propose to absorb CSCCommonTrigger in CSCTriggerPrimitives.See also #31505 that mentions unused headers in CSCCommonTrigger.
PR validation:
Code compiles.
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A