#include <G4INCLIClusteringModel.hh>
Public 멤버 함수 | |
IClusteringModel () | |
virtual | ~IClusteringModel () |
virtual Cluster * | getCluster (Nucleus *, Particle *)=0 |
virtual G4bool | clusterCanEscape (Nucleus const *const, Cluster const *const)=0 |
An abstract interface to cluster formation model(s).
G4INCLIClusteringModel.hh 파일의 50 번째 라인에서 정의되었습니다.
|
inline |
G4INCLIClusteringModel.hh 파일의 52 번째 라인에서 정의되었습니다.
|
inlinevirtual |
G4INCLIClusteringModel.hh 파일의 53 번째 라인에서 정의되었습니다.
|
pure virtual |
Determine whether cluster can escape or not.
G4INCL::ClusteringModelIntercomparison, G4INCL::ClusteringModelNone에서 구현되었습니다.
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.
G4INCL::ClusteringModelIntercomparison, G4INCL::ClusteringModelNone에서 구현되었습니다.