Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -40,6 +40,8 @@
#include "G4ParticleHPDeExGammas.hh"
#include "G4Nucleus.hh"
#include "G4NRESP71M03.hh"
class G4ParticleHPInelasticCompFS : public G4ParticleHPFinalState
{
public:
@@ -123,5 +125,8 @@ protected:
// proj targ had mu of had
void two_body_reaction ( G4DynamicParticle* , G4DynamicParticle* , G4DynamicParticle* , G4double mu );
G4NRESP71M03 nresp71_model;
G4bool use_nresp71_model( const G4ParticleDefinition* aDefinition, const G4int it , const G4ReactionProduct& theTarget , G4ReactionProduct& boosted);
};
#endif