Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
함수
G4INCL::Clustering 네임스페이스 참조

Cluster formation. 더 자세히 ...

함수

ClustergetCluster (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. 더 자세히 ...
 
IClusteringModelgetClusteringModel ()
 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)

Set the clustering model.

G4INCLClustering.cc 파일의 74 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : initialize().