Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// Hadronic Inelastic Process Class
|
||||
// J.L. Chuma, TRIUMF, 24-Mar-1997
|
||||
// Last modified: 27-Mar-1997
|
||||
@@ -44,11 +43,9 @@
|
||||
#include "G4ParticleDefinition.hh"
|
||||
|
||||
G4HadronInelasticProcess::G4HadronInelasticProcess(const G4String& processName,
|
||||
G4ParticleDefinition*):
|
||||
const G4ParticleDefinition*):
|
||||
G4HadronicProcess(processName,fHadronInelastic)
|
||||
{
|
||||
AddDataSet(new G4HadronInelasticDataSet());
|
||||
}
|
||||
{}
|
||||
|
||||
G4HadronInelasticProcess::~G4HadronInelasticProcess()
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user