ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "globals.hh"
#include "G4INCLRandom.hh"
#include "G4INCLPauliBlocking.hh"
#include "G4INCLGlobals.hh"
#include "G4INCLPauliStrict.hh"
#include "G4INCLPauliStandard.hh"
#include "G4INCLPauliStrictStandard.hh"
#include "G4INCLPauliGlobal.hh"
#include "G4INCLCDPP.hh"
Go to the source code of this file.
Namespaces | |
namespace | G4INCL |
namespace | G4INCL::Pauli |
Pauli blocking. | |
Macros | |
#define | INCLXX_IN_GEANT4_MODE 1 |
Functions | |
IPauli * | G4INCL::Pauli::getBlocker () |
Get the Pauli blocker algorithm. | |
IPauli * | G4INCL::Pauli::getCDPP () |
Get the CDPP blocker algorithm. | |
void | G4INCL::Pauli::setBlocker (IPauli *const) |
Set the Pauli blocker algorithm. | |
void | G4INCL::Pauli::setCDPP (IPauli *const) |
Set the CDPP blocker algorithm. | |
G4bool | G4INCL::Pauli::isBlocked (ParticleList const &p, Nucleus const *const n) |
Check Pauli blocking. | |
G4bool | G4INCL::Pauli::isCDPPBlocked (ParticleList const &p, Nucleus const *const n) |
Check CDPP blocking. | |
void | G4INCL::Pauli::deleteBlockers () |
Delete blockers. | |
void | G4INCL::Pauli::initialize (Config const *const aConfig) |
Initialise blockers according to a Config object. | |
#define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 34 of file G4INCLPauliBlocking.cc.
View newest version in sPHENIX GitHub at line 34 of file G4INCLPauliBlocking.cc