Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLPauliBlocking.hh>
Static Public Member Functions | |
static G4bool | isBlocked (ParticleList const p, Nucleus const *const n) |
Check Pauli blocking. | |
static G4bool | isCDPPBlocked (ParticleList const p, Nucleus const *const n) |
Check CDPP blocking. | |
static IPauli const * | getBlocker () |
static IPauli const * | getCDPP () |
static void | setBlocker (IPauli const *const) |
static void | setCDPP (IPauli const *const) |
static void | deleteBlockers () |
Protected Member Functions | |
Pauli () | |
~Pauli () | |
Pauli blocking
Definition at line 52 of file G4INCLPauliBlocking.hh.
|
inlineprotected |
Definition at line 105 of file G4INCLPauliBlocking.hh.
|
inlineprotected |
Definition at line 106 of file G4INCLPauliBlocking.hh.
|
inlinestatic |
Delete blockers
Definition at line 97 of file G4INCLPauliBlocking.hh.
Referenced by G4INCL::INCL::~INCL().
Get the Pauli blocker algorithm.
Definition at line 77 of file G4INCLPauliBlocking.hh.
Get the CDPP blocker algorithm.
Definition at line 82 of file G4INCLPauliBlocking.hh.
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 56 of file G4INCLPauliBlocking.cc.
Referenced by G4INCL::InteractionAvatar::postInteraction().
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 65 of file G4INCLPauliBlocking.cc.
Referenced by isCDPPBlocked(), G4INCL::DecayAvatar::postInteraction(), and G4INCL::InteractionAvatar::postInteraction().
Set the Pauli blocker algorithm.
Definition at line 48 of file G4INCLPauliBlocking.cc.
Referenced by G4INCL::INCL::INCL().
Set the CDPP blocker algorithm.
Definition at line 52 of file G4INCLPauliBlocking.cc.
Referenced by G4INCL::INCL::INCL().