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