33 #define INCLXX_IN_GEANT4_MODE 1
44 #ifndef G4INCLCLUSTERING_HH
45 #define G4INCLCLUSTERING_HH
65 #if !defined(NDEBUG) && !defined(INCLXX_IN_GEANT4_MODE)
86 theClusteringModel =
model;
93 delete theClusteringModel;
94 theClusteringModel = 0;
virtual Cluster * getCluster(Nucleus *, Particle *)=0
static IClusteringModel * getClusteringModel()
Get the clustering model.
static G4bool clusterCanEscape(Nucleus const *const n, Cluster const *const c)
const XML_Char XML_Content * model
virtual G4bool clusterCanEscape(Nucleus const *const, Cluster const *const)=0
static void setClusteringModel(IClusteringModel *const model)
Set the clustering model.
static Cluster * getCluster(Nucleus *n, Particle *p)
static void deleteClusteringModel()