Geant4  10.00.p02
G4INCL::Pauli Class Reference

Pauli blocking. More...

#include <G4INCLPauliBlocking.hh>

+ Collaboration diagram for G4INCL::Pauli:

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 ()
 Get the Pauli blocker algorithm. More...
 
static IPauligetCDPP ()
 Get the CDPP blocker algorithm. More...
 
static void setBlocker (IPauli *const)
 Set the Pauli blocker algorithm. More...
 
static void setCDPP (IPauli *const)
 Set the CDPP blocker algorithm. More...
 
static void deleteBlockers ()
 Delete blockers. More...
 

Protected Member Functions

 Pauli ()
 
 ~Pauli ()
 

Static Private Attributes

static G4ThreadLocal IPaulithePauliBlocker = 0
 
static G4ThreadLocal IPaulitheCDPP = 0
 

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.

References theCDPP, and thePauliBlocker.

Referenced by G4INCL::INCL::~INCL().

+ 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.

References thePauliBlocker.

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

Get the CDPP blocker algorithm.

Definition at line 80 of file G4INCLPauliBlocking.hh.

References theCDPP.

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.

References G4INCL::IPauli::isBlocked(), and thePauliBlocker.

Referenced by G4INCL::InteractionAvatar::postInteraction().

+ 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.

References G4INCL::IPauli::isBlocked(), and theCDPP.

Referenced by G4INCL::DecayAvatar::postInteraction(), and G4INCL::InteractionAvatar::postInteraction().

+ 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.

References thePauliBlocker.

Referenced by G4INCL::INCL::INCL().

+ 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.

References theCDPP.

Referenced by G4INCL::INCL::INCL().

+ Here is the caller graph for this function:

Member Data Documentation

G4ThreadLocal IPauli * G4INCL::Pauli::theCDPP = 0
staticprivate

Definition at line 108 of file G4INCLPauliBlocking.hh.

Referenced by deleteBlockers(), getCDPP(), isCDPPBlocked(), and setCDPP().

G4ThreadLocal IPauli * G4INCL::Pauli::thePauliBlocker = 0
staticprivate

Definition at line 107 of file G4INCLPauliBlocking.hh.

Referenced by deleteBlockers(), getBlocker(), isBlocked(), and setBlocker().


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