Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLClustering.hh>
Static Public Member Functions | |
static Cluster * | getCluster (Nucleus *n, Particle *p) |
static G4bool | clusterCanEscape (Nucleus const *const n, Cluster const *const c) |
static IClusteringModel * | getClusteringModel () |
Get the clustering model. | |
static void | setClusteringModel (IClusteringModel *const model) |
Set the clustering model. | |
static void | deleteClusteringModel () |
Protected Member Functions | |
Clustering () | |
~Clustering () | |
Cluster formation
Definition at line 59 of file G4INCLClustering.hh.
|
inlineprotected |
Definition at line 100 of file G4INCLClustering.hh.
|
inlineprotected |
Definition at line 101 of file G4INCLClustering.hh.
|
inlinestatic |
Determine whether cluster can escape or not.
Definition at line 79 of file G4INCLClustering.hh.
Referenced by G4INCL::SurfaceAvatar::getChannel().
|
inlinestatic |
Delete clustering model
Definition at line 94 of file G4INCLClustering.hh.
Referenced by G4INCL::INCL::~INCL().
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.
Definition at line 66 of file G4INCLClustering.hh.
Referenced by G4INCL::SurfaceAvatar::getChannel().
|
inlinestatic |
Get the clustering model.
Definition at line 84 of file G4INCLClustering.hh.
|
inlinestatic |
Set the clustering model.
Definition at line 87 of file G4INCLClustering.hh.
Referenced by G4INCL::INCL::INCL().