Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -47,9 +47,6 @@
#include "G4HadronStoppingProcess.hh"
class G4ParticleDefinition;
class G4LundStringFragmentation;
class G4ExcitedStringDecay;
class G4HadronicAbsorptionFritiof : public G4HadronStoppingProcess {
@@ -68,9 +65,6 @@ private:
G4ParticleDefinition* pdefApplicable;
G4LundStringFragmentation * theLund;
G4ExcitedStringDecay * theStringDecay;
};
#endif
@@ -54,9 +54,6 @@
#include "G4HadronStoppingProcess.hh"
class G4ParticleDefinition;
class G4LundStringFragmentation;
class G4ExcitedStringDecay;
class G4HadronicAbsorptionFritiofWithBinaryCascade : public G4HadronStoppingProcess {
@@ -74,10 +71,6 @@ private:
G4HadronicAbsorptionFritiofWithBinaryCascade( const G4HadronicAbsorptionFritiofWithBinaryCascade& );
G4ParticleDefinition* pdefApplicable;
G4LundStringFragmentation* theLund;
G4ExcitedStringDecay* theStringDecay;
};
#endif