-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Implemented optional Dark Bremsstrahlung process into custom physics #38888
Conversation
Removed unneccesary include of G4GenericBiasingProcess
A new Pull Request was created by @revering for CMSSW_12_4_X. It involves the following packages:
@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7165d0/26520/summary.html Comparison SummarySummary:
|
verbatim backport of #38329 |
@@ -0,0 +1,40 @@ | |||
#ifndef SIMAPPLICATION_APRIMEPHYSICS_H_ | |||
#define SIMAPPLICATION_APRIMEPHYSICS_H 1_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backport of #38329 |
@@ -0,0 +1,40 @@ | |||
#ifndef SIMAPPLICATION_APRIMEPHYSICS_H_ | |||
#define SIMAPPLICATION_APRIMEPHYSICS_H 1_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue as reported in original PR and fixed in #38862.
Please include #38874 as well in the backport. |
Pull request #38888 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
@makortel @forthommel Fixes now included, thank you for the careful review! |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7165d0/26531/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_5_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Implemented dark bremsstrahlung physics process into CustomPhysics.
Backport of dark bremsstrahlung implementation from pull #38329 to CMSSW_12_4_X for run 3 MC generation.