Geant4_10
|
#include <G4INCLPauliBlocking.hh>
Static Public Member Functions | |
static G4bool | isBlocked (ParticleList const &p, Nucleus const *const n) |
Check Pauli blocking. More... | |
static G4bool | isCDPPBlocked (ParticleList const &p, Nucleus const *const n) |
Check CDPP blocking. More... | |
static IPauli * | getBlocker () |
static IPauli * | getCDPP () |
static void | setBlocker (IPauli *const) |
static void | setCDPP (IPauli *const) |
static void | deleteBlockers () |
Protected Member Functions | |
Pauli () | |
~Pauli () | |
Pauli blocking
Definition at line 50 of file G4INCLPauliBlocking.hh.
|
inlineprotected |
Definition at line 103 of file G4INCLPauliBlocking.hh.
|
inlineprotected |
Definition at line 104 of file G4INCLPauliBlocking.hh.
|
inlinestatic |
Delete blockers
Definition at line 95 of file G4INCLPauliBlocking.hh.
|
inlinestatic |
Get the Pauli blocker algorithm.
Definition at line 75 of file G4INCLPauliBlocking.hh.
|
inlinestatic |
Get the CDPP blocker algorithm.
Definition at line 80 of file G4INCLPauliBlocking.hh.
|
static |
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 |
Definition at line 54 of file G4INCLPauliBlocking.cc.
|
static |
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 |
Definition at line 63 of file G4INCLPauliBlocking.cc.
Set the Pauli blocker algorithm.
Definition at line 46 of file G4INCLPauliBlocking.cc.
Set the CDPP blocker algorithm.
Definition at line 50 of file G4INCLPauliBlocking.cc.