함수 | |
G4bool | isBlocked (ParticleList const &p, Nucleus const *const n) |
Check Pauli blocking. 더 자세히 ... | |
G4bool | isCDPPBlocked (ParticleList const &p, Nucleus const *const n) |
Check CDPP blocking. 더 자세히 ... | |
IPauli * | getBlocker () |
Get the Pauli blocker algorithm. 더 자세히 ... | |
IPauli * | getCDPP () |
Get the CDPP blocker algorithm. 더 자세히 ... | |
void | setBlocker (IPauli *const) |
Set the Pauli blocker algorithm. 더 자세히 ... | |
void | setCDPP (IPauli *const) |
Set the CDPP blocker algorithm. 더 자세히 ... | |
void | deleteBlockers () |
Delete blockers. 더 자세히 ... | |
void | initialize (Config const *const aConfig) |
Initialise blockers according to a Config object. 더 자세히 ... | |
Pauli blocking.
void G4INCL::Pauli::deleteBlockers | ( | ) |
Delete blockers.
G4INCLPauliBlocking.cc 파일의 87 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::INCL::~INCL().
IPauli * G4INCL::Pauli::getBlocker | ( | ) |
Get the Pauli blocker algorithm.
G4INCLPauliBlocking.cc 파일의 57 번째 라인에서 정의되었습니다.
IPauli * G4INCL::Pauli::getCDPP | ( | ) |
Get the CDPP blocker algorithm.
G4INCLPauliBlocking.cc 파일의 59 번째 라인에서 정의되었습니다.
void G4INCL::Pauli::initialize | ( | Config const *const | aConfig | ) |
Initialise blockers according to a Config object.
G4INCLPauliBlocking.cc 파일의 94 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Config::getCDPP(), G4INCL::Config::getPauliType(), G4INCL::GlobalPauli, G4INCL::NoPauli, setBlocker(), setCDPP(), G4INCL::StatisticalPauli, G4INCL::StrictPauli, G4INCL::StrictStatisticalPauli.
다음에 의해서 참조됨 : G4INCL::INCL::INCL().
G4bool G4INCL::Pauli::isBlocked | ( | ParticleList const & | p, |
Nucleus const *const | n | ||
) |
Check Pauli blocking.
Note: This is a "pure" function: it doesn't retain or modify any state at all and thus only depends on its arguments.
p | list of modified and created particles |
n | the nucleus |
G4INCLPauliBlocking.cc 파일의 69 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::InteractionAvatar::postInteraction().
G4bool G4INCL::Pauli::isCDPPBlocked | ( | ParticleList const & | p, |
Nucleus const *const | n | ||
) |
Check CDPP blocking.
Note: This is a "pure" function: it doesn't retain or modify any state at all and thus only depends on its arguments.
p | list of created particles |
n | the nucleus |
G4INCLPauliBlocking.cc 파일의 78 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::DecayAvatar::postInteraction(), G4INCL::InteractionAvatar::postInteraction().
void G4INCL::Pauli::setBlocker | ( | IPauli * const | pauliBlocker | ) |
Set the Pauli blocker algorithm.
G4INCLPauliBlocking.cc 파일의 61 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initialize().
void G4INCL::Pauli::setCDPP | ( | IPauli * const | cdpp | ) |
Set the CDPP blocker algorithm.
G4INCLPauliBlocking.cc 파일의 65 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initialize().