Skip to content

Commit

Permalink
Merge pull request #672 from kochebina/t10_fix2
Browse files Browse the repository at this point in the history
t10 fix try2
  • Loading branch information
tbaudier authored Mar 25, 2024
2 parents 890008b + 0f15024 commit 5d63c6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/physics/src/GateVProcess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "G4Element.hh"
#include "G4VEnergyLossProcess.hh"
#include "G4VMultipleScattering.hh"

#include "G4HadronicParameters.hh"

//-----------------------------------------------------------------------------
GateVProcess::GateVProcess(G4String name)
Expand All @@ -30,6 +30,9 @@ GateVProcess::GateVProcess(G4String name)
theHandler = 0;
mG4ProcessName = name;
mKeepSec=false;

//fix for G4 11.2.1
G4HadronicParameters::Instance()->SetTimeThresholdForRadioactiveDecay( 3.171e+10*CLHEP::year );
}
//-----------------------------------------------------------------------------

Expand Down

0 comments on commit 5d63c6b

Please sign in to comment.