Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 16:15:15 +00:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -47,17 +47,7 @@ class G4ParticleHPElasticFS : public G4ParticleHPFinalState
{
public:
G4ParticleHPElasticFS()
{
hasXsec = false;
theCoefficients = 0;
theProbArray = 0;
repFlag = 0;
tE_of_repFlag3 = 0.0;
targetMass = 0.0;
frameFlag = 0;
}
G4ParticleHPElasticFS();
~G4ParticleHPElasticFS()
{
if(theCoefficients!=0) delete theCoefficients;