Import Geant4 10.1.0 source tree
This commit is contained in:
+10
-6
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user