Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -42,6 +42,9 @@ class G4HadronicWhiteBoard
void SetTargetNucleus(const G4Nucleus & aTarget);
void SetProcessName(const G4String& aProcessName);
void SetModelName(const G4String& aModelName);
const G4HadProjectile * GetProjectile();
const G4Nucleus & GetTargetNucleus();
@@ -71,6 +74,8 @@ class G4HadronicWhiteBoard
G4double theA;
G4double theZ;
G4String theProcessName;
G4String theModelName;
};
#endif