Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -30,6 +30,7 @@
#include "G4Nucleus.hh"
#include "G4ParticleDefinition.hh"
class G4HadronicWhiteBoard
{
public:
@@ -41,6 +42,7 @@ class G4HadronicWhiteBoard
void SetTargetNucleus(const G4Nucleus & aTarget);
const G4HadProjectile * GetProjectile();
const G4Nucleus & GetTargetNucleus();
G4ParticleDefinition * GetPDef();
@@ -51,7 +53,7 @@ class G4HadronicWhiteBoard
G4double GetPz();
G4double GetA();
G4double GetZ();
void Dump();
@@ -68,6 +70,7 @@ class G4HadronicWhiteBoard
G4Nucleus theTarget;
G4double theA;
G4double theZ;
};
#endif