Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user