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
@@ -26,20 +26,21 @@
// GEANT4 physics class: G4HadronElasticDataSet -- header file
// F.W. Jones, TRIUMF, 28-JAN-97
//
// Class Description
// Modified: V.Ivanchenko
//
// Class Description:
// Baseline data-set for hadron nucleaus elastic cross-section. This does not
// need to be registered, but provides part of the general cross-section
// baseline
// Class Description - End
#ifndef G4HadronElasticDataSet_h
#define G4HadronElasticDataSet_h 1
#include "G4VCrossSectionDataSet.hh"
#include "G4HadronCrossSections.hh"
#include "G4DynamicParticle.hh"
#include "G4Element.hh"
class G4ParticleDefinition;
class G4NistManager;
class G4HadronCrossSections;
class G4HadronElasticDataSet : public G4VCrossSectionDataSet
{
@@ -61,7 +62,12 @@ public:
private:
G4HadronCrossSections* theHadronCrossSections;
G4int theZ;
G4double fElasticXS;
G4double fKinEnergy;
const G4ParticleDefinition* fParticle;
G4HadronCrossSections* fGheishaXS;
G4NistManager* fNIST;
};
#endif