| 
    Geant4
    10.02.p03
    
   | 
 
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 | |
| G4INCL | |
| G4INCL::Clustering | |
| Cluster formation.  | |
Macros | |
| #define | INCLXX_IN_GEANT4_MODE 1 | 
| #define | G4INCLCLUSTERING_HH | 
Functions | |
| Cluster * | G4INCL::Clustering::getCluster (Nucleus *n, Particle *p) | 
| Call the clustering algorithm.  More... | |
| G4bool | G4INCL::Clustering::clusterCanEscape (Nucleus const *const n, Cluster const *const c) | 
| Determine whether the cluster can escape or not.  More... | |
| IClusteringModel * | G4INCL::Clustering::getClusteringModel () | 
| Get the clustering model.  More... | |
| void | G4INCL::Clustering::setClusteringModel (IClusteringModel *const model) | 
| Set the clustering model.  More... | |
| void | G4INCL::Clustering::deleteClusteringModel () | 
| Delete the clustering model.  More... | |
| void | G4INCL::Clustering::initialize (Config const *const theConfig) | 
| Initialize the clustering model based on the Config object.  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.