Import Geant4 9.4.0 source tree
This commit is contained in:
+6
-3
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4UHadronElasticProcess.hh,v 1.10 2006/11/16 20:09:13 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4UHadronElasticProcess.hh,v 1.12 2010/06/15 15:24:34 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04-beta-01 $
|
||||
//
|
||||
// Geant4 Hadron Elastic Scattering Process -- header file
|
||||
//
|
||||
@@ -46,6 +46,7 @@
|
||||
#include "globals.hh"
|
||||
#include "G4HadronicProcess.hh"
|
||||
#include "G4Nucleus.hh"
|
||||
#include "G4StableIsotopes.hh"
|
||||
|
||||
class G4VQCrossSection;
|
||||
class G4ParticleDefinition;
|
||||
@@ -80,7 +81,9 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
G4VQCrossSection* qCManager;
|
||||
G4StableIsotopes theDefaultIsotopes;
|
||||
G4VQCrossSection* pCManager;
|
||||
G4VQCrossSection* nCManager;
|
||||
const G4ParticleDefinition* theProton;
|
||||
const G4ParticleDefinition* theNeutron;
|
||||
const G4ParticleDefinition* theParticle;
|
||||
|
||||
Reference in New Issue
Block a user