Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//---------------------------------------------------------------------------
//
@@ -42,21 +42,20 @@
#include "G4ParticleTable.hh"
#include "G4ProcessManager.hh"
G4LEPNeutronBuilder::
G4LEPNeutronBuilder()
{
G4LEPNeutronBuilder::G4LEPNeutronBuilder() : theLENeutronModel(0),
theNeutronFissionModel(0),
theNeutronCaptureModel(0) {
theMin = 0;
theIMin = theMin;
theMax = 20*TeV;
theIMax = 55*GeV;
}
G4LEPNeutronBuilder::
~G4LEPNeutronBuilder()
G4LEPNeutronBuilder::~G4LEPNeutronBuilder()
{
delete theNeutronFissionModel;
delete theNeutronCaptureModel;
delete theLENeutronModel;
if (theNeutronFissionModel) delete theNeutronFissionModel;
if (theNeutronCaptureModel) delete theNeutronCaptureModel;
if (theLENeutronModel) delete theLENeutronModel;
}
void G4LEPNeutronBuilder::