Skip to content
Snippets Groups Projects

Draft: backport-fix-for-G4GammaGeneralProcess

Open Michele Veltri requested to merge veltri-backport-fix-for-G4GammaGeneralProcess into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading