Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
GetMicroscopicCrossSection( aParticle, (*theElementVector)[i] );
|
||||
sigma += theAtomicNumDensityVector[i] * xSection;
|
||||
}
|
||||
sigma *= aScaleFactor;
|
||||
if( sigma > 0.0 )
|
||||
return 1.0/sigma;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user