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

Pauli blocking. 더 자세히 ...

함수

G4bool isBlocked (ParticleList const &p, Nucleus const *const n)
 Check Pauli blocking. 더 자세히 ...
 
G4bool isCDPPBlocked (ParticleList const &p, Nucleus const *const n)
 Check CDPP blocking. 더 자세히 ...
 
IPauligetBlocker ()
 Get the Pauli blocker algorithm. 더 자세히 ...
 
IPauligetCDPP ()
 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.

매개변수
plist of modified and created particles
nthe 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.

매개변수
plist of created particles
nthe 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().