Geant4_10
Static Public Member Functions | Protected Member Functions | List of all members
G4INCL::Pauli Class Reference

#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 IPauligetBlocker ()
 
static IPauligetCDPP ()
 
static void setBlocker (IPauli *const)
 
static void setCDPP (IPauli *const)
 
static void deleteBlockers ()
 

Protected Member Functions

 Pauli ()
 
 ~Pauli ()
 

Detailed Description

Pauli blocking

Definition at line 50 of file G4INCLPauliBlocking.hh.

Constructor & Destructor Documentation

G4INCL::Pauli::Pauli ( )
inlineprotected

Definition at line 103 of file G4INCLPauliBlocking.hh.

G4INCL::Pauli::~Pauli ( )
inlineprotected

Definition at line 104 of file G4INCLPauliBlocking.hh.

Member Function Documentation

static void G4INCL::Pauli::deleteBlockers ( )
inlinestatic

Delete blockers

Definition at line 95 of file G4INCLPauliBlocking.hh.

Here is the caller graph for this function:

static IPauli* G4INCL::Pauli::getBlocker ( )
inlinestatic

Get the Pauli blocker algorithm.

Definition at line 75 of file G4INCLPauliBlocking.hh.

static IPauli* G4INCL::Pauli::getCDPP ( )
inlinestatic

Get the CDPP blocker algorithm.

Definition at line 80 of file G4INCLPauliBlocking.hh.

G4bool G4INCL::Pauli::isBlocked ( ParticleList const &  p,
Nucleus const *const  n 
)
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.

Parameters
plist of modified and created particles
nthe nucleus

Definition at line 54 of file G4INCLPauliBlocking.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4INCL::Pauli::isCDPPBlocked ( ParticleList const &  p,
Nucleus const *const  n 
)
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.

Parameters
plist of created particles
nthe nucleus

Definition at line 63 of file G4INCLPauliBlocking.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Pauli::setBlocker ( IPauli * const  pauliBlocker)
static

Set the Pauli blocker algorithm.

Definition at line 46 of file G4INCLPauliBlocking.cc.

Here is the caller graph for this function:

void G4INCL::Pauli::setCDPP ( IPauli * const  cdpp)
static

Set the CDPP blocker algorithm.

Definition at line 50 of file G4INCLPauliBlocking.cc.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: