Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Namespaces | |
namespace | Math |
namespace | NuclearDensityFunctions |
namespace | NuclearPotential |
namespace | ParticleConfig |
namespace | PhysicalConstants |
Typedefs | |
typedef G4int | Int_t |
typedef short | Short_t |
typedef G4float | Float_t |
typedef G4double | Double_t |
typedef G4bool | Bool_t |
typedef std::list< IAvatar * > | IAvatarList |
typedef std::list< IAvatar * >::const_iterator | IAvatarIter |
typedef std::vector< long > | SeedVector |
typedef std::vector< Isotope > | IsotopeVector |
typedef IsotopeVector::iterator | IsotopeIter |
typedef std::list< G4INCL::Particle * > | ParticleList |
typedef std::list< G4INCL::Particle * >::const_iterator | ParticleIter |
Functions | |
G4int | shuffleComponentsHelper (G4int range) |
Helper function for ProjectileRemnant::shuffleStoredComponents. | |
typedef G4bool G4INCL::Bool_t |
Definition at line 65 of file G4INCLEventInfo.hh.
typedef G4double G4INCL::Double_t |
Definition at line 64 of file G4INCLEventInfo.hh.
typedef G4float G4INCL::Float_t |
Definition at line 63 of file G4INCLEventInfo.hh.
typedef std::list<IAvatar*>::const_iterator G4INCL::IAvatarIter |
Definition at line 95 of file G4INCLIAvatar.hh.
typedef std::list<IAvatar*> G4INCL::IAvatarList |
Definition at line 94 of file G4INCLIAvatar.hh.
typedef G4int G4INCL::Int_t |
Definition at line 61 of file G4INCLEventInfo.hh.
typedef IsotopeVector::iterator G4INCL::IsotopeIter |
Definition at line 62 of file G4INCLNaturalIsotopicDistributions.hh.
typedef std::vector<Isotope> G4INCL::IsotopeVector |
Definition at line 61 of file G4INCLNaturalIsotopicDistributions.hh.
typedef std::list<G4INCL::Particle*>::const_iterator G4INCL::ParticleIter |
Definition at line 64 of file G4INCLParticle.hh.
typedef std::list<G4INCL::Particle*> G4INCL::ParticleList |
Definition at line 63 of file G4INCLParticle.hh.
typedef std::vector<long> G4INCL::SeedVector |
Definition at line 53 of file G4INCLIRandomGenerator.hh.
typedef short G4INCL::Short_t |
Definition at line 62 of file G4INCLEventInfo.hh.
enum G4INCL::AvatarType |
Enumerator | |
---|---|
SurfaceAvatarType | |
CollisionAvatarType | |
DecayAvatarType | |
ParticleEntryAvatarType | |
UnknownAvatarType |
Definition at line 56 of file G4INCLIAvatar.hh.
enum G4INCL::ChannelType |
Enumerator | |
---|---|
toNucleonNucleon | |
toNucleonDelta | |
toDeltaDelta |
Definition at line 53 of file G4INCLIChannel.hh.
Enumerator | |
---|---|
IntercomparisonClusterAlgorithm | |
NoClusterAlgorithm |
Definition at line 92 of file G4INCLConfigEnums.hh.
enum G4INCL::CoulombType |
Enumerator | |
---|---|
NonRelativisticCoulomb | |
NoCoulomb |
Definition at line 54 of file G4INCLConfigEnums.hh.
Enumerator | |
---|---|
DeExcitationNone |
Definition at line 75 of file G4INCLConfigEnums.hh.
Enumerator | |
---|---|
ValidFS | |
PauliBlockedFS | |
NoEnergyConservationFS | |
ParticleBelowFermiFS | |
ParticleBelowZeroFS |
Definition at line 54 of file G4INCLFinalState.hh.
Enumerator | |
---|---|
AlwaysLocalEnergy | |
FirstCollisionLocalEnergy | |
NeverLocalEnergy |
Definition at line 68 of file G4INCLConfigEnums.hh.
enum G4INCL::MessageType |
Verbosity scale from 0 (fatal errors only) to 10 (print everything)
Enumerator | |
---|---|
InfoMsg | |
FatalMsg | |
ErrorMsg | |
WarningMsg | |
DebugMsg | |
DataBlockMsg | |
ZeroMsg |
Definition at line 53 of file G4INCLLogger.hh.
Enumerator | |
---|---|
TargetSpectator | |
ProjectileSpectator | |
Participant |
Definition at line 65 of file G4INCLParticleType.hh.
enum G4INCL::ParticleType |
Enumerator | |
---|---|
Proton | |
Neutron | |
PiPlus | |
PiMinus | |
PiZero | |
DeltaPlusPlus | |
DeltaPlus | |
DeltaZero | |
DeltaMinus | |
Composite | |
UnknownParticle |
Definition at line 51 of file G4INCLParticleType.hh.
enum G4INCL::PauliType |
Enumerator | |
---|---|
StatisticalPauli | |
StrictPauli | |
StrictStatisticalPauli | |
GlobalPauli | |
NoPauli |
Definition at line 45 of file G4INCLConfigEnums.hh.
Enumerator | |
---|---|
IsospinEnergySmoothPotential | |
IsospinEnergyPotential | |
IsospinPotential | |
ConstantPotential |
Definition at line 60 of file G4INCLConfigEnums.hh.
Enumerator | |
---|---|
INCLSeparationEnergy | |
RealSeparationEnergy | |
RealForLightSeparationEnergy |
Definition at line 98 of file G4INCLConfigEnums.hh.
Helper function for ProjectileRemnant::shuffleStoredComponents.
Definition at line 52 of file G4INCLProjectileRemnant.cc.