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
@@ -33,9 +33,11 @@
class G4HadronicInteractionWrapper
{
public:
G4HadFinalState * ApplyInteraction(G4HadProjectile & thePro,
G4Nucleus & targetNucleus,
G4HadronicInteraction * theInteraction);
G4HadFinalState * ApplyInteraction(G4HadProjectile& thePro,
G4Nucleus& targetNucleus,
G4HadronicInteraction* theInteraction,
const G4String& theProcessName,
const G4String& theModelName);
};
#endif