typedef G4int G4INCL::Int_t |
Definition at line 59 of file G4INCLEventInfo.hh.
typedef short G4INCL::Short_t |
Definition at line 60 of file G4INCLEventInfo.hh.
typedef G4float G4INCL::Float_t |
Definition at line 61 of file G4INCLEventInfo.hh.
typedef G4double G4INCL::Double_t |
Definition at line 62 of file G4INCLEventInfo.hh.
typedef G4bool G4INCL::Bool_t |
Definition at line 63 of file G4INCLEventInfo.hh.
typedef G4int G4INCL::Int_t |
Definition at line 57 of file G4INCLGlobalInfo.hh.
typedef short G4INCL::Short_t |
Definition at line 58 of file G4INCLGlobalInfo.hh.
typedef G4float G4INCL::Float_t |
Definition at line 59 of file G4INCLGlobalInfo.hh.
typedef std::list<IAvatar*> G4INCL::IAvatarList |
Definition at line 92 of file G4INCLIAvatar.hh.
typedef std::list<IAvatar*>::const_iterator G4INCL::IAvatarIter |
Definition at line 93 of file G4INCLIAvatar.hh.
typedef std::vector<long> G4INCL::SeedVector |
Definition at line 51 of file G4INCLIRandomGenerator.hh.
typedef std::vector<Isotope> G4INCL::IsotopeVector |
Definition at line 59 of file G4INCLNaturalIsotopicDistributions.hh.
typedef IsotopeVector::iterator G4INCL::IsotopeIter |
Definition at line 60 of file G4INCLNaturalIsotopicDistributions.hh.
typedef std::list<G4INCL::Particle*> G4INCL::ParticleList |
Definition at line 59 of file G4INCLParticle.hh.
typedef std::list<G4INCL::Particle*>::const_iterator G4INCL::ParticleIter |
Definition at line 62 of file G4INCLParticle.hh.
enum G4INCL::PauliType |
Definition at line 43 of file G4INCLConfigEnums.hh.
00043 { 00044 StatisticalPauli, 00045 StrictPauli, 00046 StrictStatisticalPauli, 00047 GlobalPauli, 00048 NoPauli 00049 };
enum G4INCL::CoulombType |
Definition at line 52 of file G4INCLConfigEnums.hh.
00052 { 00053 NonRelativisticCoulomb, 00054 NoCoulomb 00055 };
Definition at line 58 of file G4INCLConfigEnums.hh.
00058 { 00059 IsospinEnergySmoothPotential, 00060 IsospinEnergyPotential, 00061 IsospinPotential, 00062 ConstantPotential 00063 };
Definition at line 66 of file G4INCLConfigEnums.hh.
00066 { 00067 AlwaysLocalEnergy, 00068 FirstCollisionLocalEnergy, 00069 NeverLocalEnergy 00070 };
Definition at line 73 of file G4INCLConfigEnums.hh.
00073 { 00074 DeExcitationNone 00075 #ifdef INCL_DEEXCITATION_ABLAXX 00076 , DeExcitationABLAv3p 00077 #endif 00078 #ifdef INCL_DEEXCITATION_ABLA07 00079 , DeExcitationABLA07 00080 #endif 00081 #ifdef INCL_DEEXCITATION_SMM 00082 , DeExcitationSMM 00083 #endif 00084 #ifdef INCL_DEEXCITATION_GEMINIXX 00085 , DeExcitationGEMINIXX 00086 #endif 00087 };
Definition at line 90 of file G4INCLConfigEnums.hh.
00090 { 00091 IntercomparisonClusterAlgorithm, 00092 NoClusterAlgorithm 00093 };
Definition at line 96 of file G4INCLConfigEnums.hh.
00096 { 00097 INCLSeparationEnergy, 00098 RealSeparationEnergy, 00099 RealForLightSeparationEnergy 00100 };
Definition at line 52 of file G4INCLFinalState.hh.
00052 { 00053 ValidFS, 00054 PauliBlockedFS, 00055 NoEnergyConservationFS, 00056 ParticleBelowFermiFS, 00057 ParticleBelowZeroFS 00058 };
enum G4INCL::AvatarType |
SurfaceAvatarType | |
CollisionAvatarType | |
DecayAvatarType | |
ParticleEntryAvatarType | |
UnknownAvatarType |
Definition at line 54 of file G4INCLIAvatar.hh.
00054 {SurfaceAvatarType, 00055 CollisionAvatarType, 00056 DecayAvatarType, 00057 ParticleEntryAvatarType, 00058 UnknownAvatarType};
enum G4INCL::ChannelType |
Definition at line 51 of file G4INCLIChannel.hh.
00051 {toNucleonNucleon, toNucleonDelta, toDeltaDelta};
enum G4INCL::MessageType |
Verbosity scale from 0 (fatal errors only) to 10 (print everything)
Definition at line 51 of file G4INCLLogger.hh.
00051 { InfoMsg = 1, 00052 FatalMsg = 2, 00053 ErrorMsg = 3, 00054 WarningMsg = 4, 00055 DebugMsg = 7, 00056 DataBlockMsg = 10, 00057 ZeroMsg = 0 };
enum G4INCL::ParticleType |
Proton | |
Neutron | |
PiPlus | |
PiMinus | |
PiZero | |
DeltaPlusPlus | |
DeltaPlus | |
DeltaZero | |
DeltaMinus | |
Composite | |
UnknownParticle |
Definition at line 49 of file G4INCLParticleType.hh.
00049 { 00050 Proton, 00051 Neutron, 00052 PiPlus, 00053 PiMinus, 00054 PiZero, 00055 DeltaPlusPlus, 00056 DeltaPlus, 00057 DeltaZero, 00058 DeltaMinus, 00059 Composite, 00060 UnknownParticle 00061 };
Definition at line 63 of file G4INCLParticleType.hh.
00063 { 00064 TargetSpectator, 00065 ProjectileSpectator, 00066 Participant 00067 };
Helper function for ProjectileRemnant::shuffleStoredComponents.
Definition at line 50 of file G4INCLProjectileRemnant.cc.
References G4INCL::Random::shoot1().
00050 { 00051 return (G4int)(Random::shoot1()*range); 00052 }