|
Geant4-11
|
#include <G4INCLPauliStandard.hh>
Public Member Functions | |
| G4double | getBlockingProbability (Particle const *const, Nucleus const *const) const |
| G4bool | isBlocked (ParticleList const &, Nucleus const *const) |
| PauliStandard () | |
| ~PauliStandard () | |
Private Attributes | |
| const G4double | cellSize |
| Phase-space blocking cell. More... | |
Definition at line 44 of file G4INCLPauliStandard.hh.
| G4INCL::PauliStandard::PauliStandard | ( | ) |
Definition at line 46 of file G4INCLPauliStandard.cc.
References cellSize, and INCL_DEBUG.
| G4INCL::PauliStandard::~PauliStandard | ( | ) |
Definition at line 52 of file G4INCLPauliStandard.cc.
| G4double G4INCL::PauliStandard::getBlockingProbability | ( | Particle const * const | particle, |
| Nucleus const * const | nucleus | ||
| ) | const |
Definition at line 62 of file G4INCLPauliStandard.cc.
References cellSize, G4INCL::Particle::getA(), G4INCL::NuclearPotential::INuclearPotential::getFermiMomentum(), G4INCL::Particle::getID(), G4INCL::Particle::getMomentum(), G4INCL::ParticleTable::getNuclearRadius(), G4INCL::Store::getParticles(), G4INCL::Particle::getPosition(), G4INCL::Nucleus::getPotential(), G4INCL::Nucleus::getStore(), G4INCL::Particle::getType(), G4INCL::Nucleus::getUniverseRadius(), G4INCL::Particle::getZ(), G4INCL::PhysicalConstants::hc, G4INCL::ThreeVector::mag(), G4INCL::ThreeVector::mag2(), G4INCL::Math::pi, and G4INCL::Math::twoPi.
Referenced by isBlocked().
|
virtual |
Implements G4INCL::IPauli.
Definition at line 54 of file G4INCLPauliStandard.cc.
References getBlockingProbability(), CLHEP::detail::n, and G4INCL::Random::shoot().
|
private |
Phase-space blocking cell.
This variable is the third root of volume of the blocking phase-space cell. Its value is
which yields a phase-space test volume of
.
Definition at line 60 of file G4INCLPauliStandard.hh.
Referenced by getBlockingProbability(), and PauliStandard().