34#define INCLXX_IN_GEANT4_MODE 1
45#ifndef G4INCLCLUSTERING_HH
46#define G4INCLCLUSTERING_HH
55 namespace Clustering {
Cluster * getCluster(Nucleus *n, Particle *p)
Call the clustering algorithm.
G4bool clusterCanEscape(Nucleus const *const n, Cluster const *const c)
Determine whether the cluster can escape or not.
void initialize(Config const *const theConfig)
Initialize the clustering model based on the Config object.
void deleteClusteringModel()
Delete the clustering model.
IClusteringModel * getClusteringModel()
Get the clustering model.
void setClusteringModel(IClusteringModel *const model)
Set the clustering model.