-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Cleaning of several Analysis packages #32917
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
Conversation
|
hold |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32917/21145
|
|
Pull request has been put on hold by @silviodonato |
|
A new Pull Request was created by @silviodonato (Silvio Donato) for master. It involves the following packages: DiffractiveForwardAnalysis/Configuration @cmsbuild, @santocch can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
@cms-sw/core-l2
|
|
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
|
The error is not related to this PR |
|
please test |
|
Pull request #32917 was updated. @chayanit, @wajidalikhan, @santocch, @jordan-martins can you please check and sign again. |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-565b99/13047/summary.html Comparison SummarySummary:
|
|
unhold |
|
It requires #32916 |
|
@cms-sw/pdmv-l2 I've added some lines in the PR description about the changes in |
|
Let me include @kfjack to double check on skimming. Thanks in advance. |
|
@cms-sw/pdmv-l2 @kfjack do you have any comment/objection on this PR? |
|
+1 I think it is OK. |
|
+1 |
|
merge |
|
+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 be automatically merged. |
PR description:
This PR removes several obsolete Analysis packages. The cleaning has been already discussed with PAG/POG, but it will be further discussed with Physics Coordination.
The list of the obsolete modules is here https://docs.google.com/spreadsheets/d/10jq3dyvypt0axQ_l_ZL3GQQxkkyKek3VDQM2DrowhNI/edit#gid=0
This PR requires #32916, #32914, and it is also related to #32915.
The packages which are removed are
In
SUSYBSMAnalysis/HSCP/plugins/Skim_HSCPFilter.ccthere is the definition of
HSCPFilterthat is used inConfiguration/Skimming/python/PDWG_EXOHSCP_cff.pywhich is eventually used in
Configuration/Skimming/python/Skims_PDWG_cff.pySo this PR removes also
Configuration/Skimming/python/PDWG_EXOHSCP_cff.pyand few lines inConfiguration/Skimming/python/Skims_PDWG_cff.py(see commit 1c74159)The last PR changing
Configuration/Skimming/python/PDWG_EXOHSCP_cff.pywas done in 2015 (#7518)Configuration/Skimming/python/Skims_PDWG_cff.pyis not changed since we moved to github (CMSSW_6_2_0_pre8, 8 years ago) - at least.PR validation:
I checked the dependencies of these packages in the rest of CMSSW code
(https://github.com/silviodonato/usercode/blob/master/checkDependencies.py)
if this PR is a backport please specify the original PR and why you need to backport that PR:
No backport expected.