Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user