|
Geant4-11
|
Static class for cluster formation. More...
#include "globals.hh"#include "G4INCLIClusteringModel.hh"#include "G4INCLParticle.hh"#include "G4INCLNucleus.hh"Go to the source code of this file.
Namespaces | |
| namespace | G4INCL |
| namespace | G4INCL::Clustering |
| Cluster formation. | |
Macros | |
| #define | G4INCLCLUSTERING_HH |
| #define | INCLXX_IN_GEANT4_MODE 1 |
Functions | |
| G4bool | G4INCL::Clustering::clusterCanEscape (Nucleus const *const n, Cluster const *const c) |
| Determine whether the cluster can escape or not. More... | |
| void | G4INCL::Clustering::deleteClusteringModel () |
| Delete the clustering model. More... | |
| Cluster * | G4INCL::Clustering::getCluster (Nucleus *n, Particle *p) |
| Call the clustering algorithm. More... | |
| IClusteringModel * | G4INCL::Clustering::getClusteringModel () |
| Get the clustering model. More... | |
| void | G4INCL::Clustering::initialize (Config const *const theConfig) |
| Initialize the clustering model based on the Config object. More... | |
| void | G4INCL::Clustering::setClusteringModel (IClusteringModel *const model) |
| Set the clustering model. More... | |
| #define G4INCLCLUSTERING_HH |
Definition at line 46 of file G4INCLClustering.hh.
| #define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 34 of file G4INCLClustering.hh.