함수 | |
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. 더 자세히 ... | |
IClusteringModel * | getClusteringModel () |
Get the clustering model. 더 자세히 ... | |
void | setClusteringModel (IClusteringModel *const model) |
Set the clustering model. 더 자세히 ... | |
void | deleteClusteringModel () |
Delete the clustering model. 더 자세히 ... | |
void | initialize (Config const *const theConfig) |
Initialize the clustering model based on the Config object. 더 자세히 ... | |
Cluster formation.
G4bool G4INCL::Clustering::clusterCanEscape | ( | Nucleus const *const | n, |
Cluster const *const | c | ||
) |
Determine whether the cluster can escape or not.
G4INCLClustering.cc 파일의 68 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::SurfaceAvatar::getChannel().
void G4INCL::Clustering::deleteClusteringModel | ( | ) |
Delete the clustering model.
G4INCLClustering.cc 파일의 78 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::INCL::~INCL().
Cluster * G4INCL::Clustering::getCluster | ( | Nucleus * | n, |
Particle * | p | ||
) |
Call the clustering algorithm.
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.
G4INCLClustering.cc 파일의 58 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::SurfaceAvatar::getChannel().
IClusteringModel * G4INCL::Clustering::getClusteringModel | ( | ) |
Get the clustering model.
G4INCLClustering.cc 파일의 72 번째 라인에서 정의되었습니다.
void G4INCL::Clustering::initialize | ( | Config const *const | theConfig | ) |
Initialize the clustering model based on the Config object.
G4INCLClustering.cc 파일의 83 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Config::getClusterAlgorithm(), G4INCL::IntercomparisonClusterAlgorithm, setClusteringModel().
다음에 의해서 참조됨 : G4INCL::INCL::INCL(), G4INCL::ParticleTable::initialize().
void G4INCL::Clustering::setClusteringModel | ( | IClusteringModel *const | model | ) |