Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLClusteringModelNone.hh>
Public Member Functions | |
ClusteringModelNone () | |
~ClusteringModelNone () | |
virtual Cluster * | getCluster (Nucleus *, Particle *) |
virtual G4bool | clusterCanEscape (Nucleus const *const, Cluster const *const) |
Public Member Functions inherited from G4INCL::IClusteringModel | |
IClusteringModel () | |
virtual | ~IClusteringModel () |
virtual Cluster * | getCluster (Nucleus *, Particle *)=0 |
virtual G4bool | clusterCanEscape (Nucleus const *const, Cluster const *const)=0 |
Definition at line 49 of file G4INCLClusteringModelNone.hh.
|
inline |
Definition at line 51 of file G4INCLClusteringModelNone.hh.
|
inline |
Definition at line 52 of file G4INCLClusteringModelNone.hh.
|
inlinevirtual |
Determine whether cluster can escape or not.
Implements G4INCL::IClusteringModel.
Definition at line 55 of file G4INCLClusteringModelNone.hh.
Choose a cluster candidate to be produced. At this point we don't yet decide if it can pass through the Coulomb barrier or not.
Implements G4INCL::IClusteringModel.
Definition at line 54 of file G4INCLClusteringModelNone.hh.