Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ParticleHPFFFissionFS.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4ParticleHPFinalState | |
void | adjust_final_state (G4LorentzVector) |
Protected Attributes inherited from G4ParticleHPFinalState | |
G4ParticleDefinition * | theProjectile {nullptr} |
G4ParticleHPManager * | fManager |
G4IonTable * | ionTable |
G4int | theBaseA {0} |
G4int | theBaseZ {0} |
G4int | theBaseM {0} |
G4int | theNDLDataZ {0} |
G4int | theNDLDataA {0} |
G4int | theNDLDataM {0} |
G4int | secID {-1} |
G4bool | hasXsec {true} |
G4bool | hasFSData {true} |
G4bool | hasAnyData {true} |
G4ParticleHPNames | theNames |
G4Cache< G4HadFinalState * > | theResult |
Definition at line 37 of file G4ParticleHPFFFissionFS.hh.
|
inline |
|
override |
Definition at line 37 of file G4ParticleHPFFFissionFS.cc.
G4DynamicParticleVector * G4ParticleHPFFFissionFS::ApplyYourself | ( | G4int | nNeutrons | ) |
Definition at line 151 of file G4ParticleHPFFFissionFS.cc.
void G4ParticleHPFFFissionFS::GetAFissionFragment | ( | G4double | energy, |
G4int & | fragZ, | ||
G4int & | fragA, | ||
G4int & | fragM ) |
Definition at line 159 of file G4ParticleHPFFFissionFS.cc.
Referenced by G4ParticleHPFissionFS::ApplyYourself().
|
overridevirtual |
Implements G4ParticleHPFinalState.
Definition at line 65 of file G4ParticleHPFFFissionFS.cc.
Referenced by G4ParticleHPFissionFS::Init().
|
inlineoverridevirtual |
Implements G4ParticleHPFinalState.
Definition at line 48 of file G4ParticleHPFFFissionFS.hh.