Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -135,11 +135,11 @@ class G4DataQuestionaire
*/
break;
case neutronxs:
if(!getenv("G4NEUTRONXSDATA") )
if(!getenv("G4PARTICLEXSDATA") )
{
desc << "G4NEUTRONXS are needed."<<G4endl
<< "Please set the environmental variable G4NEUTRONXSDATA"<<G4endl
<< "to point to your G4NEUTRONXS directory."<<G4endl
desc << "G4PARTICLEXSDATA are needed."<<G4endl
<< "Please set the environmental variable G4PARTICLEXSDATA"<<G4endl
<< "to point to your G4PARTICLEXS directory."<<G4endl
<< "Data are available from the Geant4 download page."<<G4endl<<G4endl;
fail=true;
}
@@ -23,7 +23,6 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4PhysListUtil.hh 66704 2013-01-10 18:20:17Z gunter $
//
//---------------------------------------------------------------------------
//
@@ -46,13 +45,17 @@
class G4PhysListUtil
{
public:
public:
static G4HadronicProcess* FindInelasticProcess(const G4ParticleDefinition*);
static G4HadronicProcess* FindInelasticProcess(const G4ParticleDefinition*);
private:
// no instance needed
G4PhysListUtil();
~G4PhysListUtil();
static G4HadronicProcess* FindCaptureProcess(const G4ParticleDefinition*);
static G4HadronicProcess* FindFissionProcess(const G4ParticleDefinition*);
private:
// no instance needed
G4PhysListUtil();
~G4PhysListUtil();
};
#endif