Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -24,11 +24,12 @@
// ********************************************************************
//
// INCL++ intra-nuclear cascade model
// Pekka Kaitaniemi, CEA and Helsinki Institute of Physics
// Davide Mancusi, CEA
// Alain Boudard, CEA
// Sylvie Leray, CEA
// Joseph Cugnon, University of Liege
// Alain Boudard, CEA-Saclay, France
// Joseph Cugnon, University of Liege, Belgium
// Jean-Christophe David, CEA-Saclay, France
// Pekka Kaitaniemi, CEA-Saclay, France, and Helsinki Institute of Physics, Finland
// Sylvie Leray, CEA-Saclay, France
// Davide Mancusi, CEA-Saclay, France
//
#define INCLXX_IN_GEANT4_MODE 1
@@ -37,6 +38,7 @@
#include "G4INCLParticle.hh"
#include "G4INCLIChannel.hh"
#include "G4INCLNucleus.hh"
#include "G4INCLAllocationPool.hh"
#ifndef REFLECTIONCHANNEL_HH_
#define REFLECTIONCHANNEL_HH_
@@ -48,7 +50,7 @@ namespace G4INCL {
ReflectionChannel(Nucleus *n, Particle *p);
virtual ~ReflectionChannel();
FinalState* getFinalState();
void fillFinalState(FinalState *fs);
private:
/** \brief Sine^2 of the smallest acceptable reflection angle / 4
@@ -65,6 +67,8 @@ namespace G4INCL {
static const G4double positionScalingFactor;
Nucleus *theNucleus;
Particle *theParticle;
INCL_DECLARE_ALLOCATION_POOL(ReflectionChannel);
};
}
#endif //REFLECTIONCHANNEL_HH_