-
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
Clean-up SIMP particles simulation #28814
Conversation
The code-checks are being triggered in jenkins. |
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28814/13523
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28814/13525
|
The tests are being triggered in jenkins. |
A new Pull Request was created by @civanch (Vladimir Ivantchenko) for master. It involves the following packages: SimG4Core/CustomPhysics @cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 |
Comparison job queued. |
@civanch thanks, failures look unrelated to this PR as far as I can see... |
please test Let us test in master |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
+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. @davidlange6, @silviodonato, @fabiocos (and backports should be raised in the release meeting by the corresponding L2) |
@silviodonato , can you, please, take care of this PR? The bug blocks GEANT4 IB. |
+1 |
@smuzaffar , this PR should fix GEANT4 IB |
PR description:
Recently, in #28763 a set of classes for simulation of SIMP exotic particles was forward-ported from 7_1. These classes are incompatible with new Geant4 10.6, because original authors overwrite too many virtual methods of classes. This broke GEANT4 IB (https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_amd64_gcc820/CMSSW_11_1_GEANT4_X_2020-01-27-1100/SimG4Core/CustomPhysics). The reason: only public methods of Geant4 classes are stable between versions 10.0 and 10.6, private and protected method signatures potentially may be changed.
This PR includes general clean-up, which means removal all unnecessary things.
PR validation: