Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Geant4
Commits
c1eadfa0
Commit
c1eadfa0
authored
1 year ago
by
Michele Veltri
Browse files
Options
Downloads
Patches
Plain Diff
Update file G4EmParameters.cc
parent
27cb71a1
Branches
veltri-backport-fix-for-G4GammaGeneralProcess
No related tags found
1 merge request
!102
Draft: backport-fix-for-G4GammaGeneralProcess
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/processes/electromagnetic/utils/src/G4EmParameters.cc
+2
-1
2 additions, 1 deletion
source/processes/electromagnetic/utils/src/G4EmParameters.cc
with
2 additions
and
1 deletion
source/processes/electromagnetic/utils/src/G4EmParameters.cc
+
2
−
1
View file @
c1eadfa0
...
...
@@ -455,7 +455,8 @@ void G4EmParameters::SetGeneralProcessActive(G4bool val)
gener
=
val
;
// if general interaction is enabled then sub-cutoff and
// force interaction options should be disabled
if
(
gener
)
{
fBParameters
->
Initialise
();
}
// *** Comment the following line to backport a bug fix from G4v11r0
//if(gener) { fBParameters->Initialise(); }
}
G4bool
G4EmParameters
::
GeneralProcessActive
()
const
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment