Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLCascade.hh>
Public Member Functions | |
INCL (Config const *const config) | |
~INCL () | |
G4bool | prepareReaction (const ParticleSpecies &projectileSpecies, const G4double kineticEnergy, const G4int A, const G4int Z) |
G4bool | initializeTarget (const G4int A, const G4int Z) |
const EventInfo & | processEvent () |
const EventInfo & | processEvent (ParticleSpecies const &projectileSpecies, const G4double kineticEnergy, const G4int targetA, const G4int targetZ) |
void | finalizeGlobalInfo () |
const GlobalInfo & | getGlobalInfo () const |
std::string | configToString () |
Definition at line 55 of file G4INCLCascade.hh.
G4INCL::INCL::INCL | ( | G4INCL::Config const *const | config | ) |
Definition at line 82 of file G4INCLCascade.cc.
G4INCL::INCL::~INCL | ( | ) |
Definition at line 171 of file G4INCLCascade.cc.
|
inline |
void G4INCL::INCL::finalizeGlobalInfo | ( | ) |
Definition at line 680 of file G4INCLCascade.cc.
|
inline |
Definition at line 79 of file G4INCLCascade.hh.
Definition at line 220 of file G4INCLCascade.cc.
Referenced by prepareReaction().
G4bool G4INCL::INCL::prepareReaction | ( | const ParticleSpecies & | projectileSpecies, |
const G4double | kineticEnergy, | ||
const G4int | A, | ||
const G4int | Z | ||
) |
Definition at line 185 of file G4INCLCascade.cc.
Referenced by processEvent().
Definition at line 63 of file G4INCLCascade.hh.
Referenced by G4INCLXXInterface::ApplyYourself(), and processEvent().
const EventInfo & G4INCL::INCL::processEvent | ( | ParticleSpecies const & | projectileSpecies, |
const G4double | kineticEnergy, | ||
const G4int | targetA, | ||
const G4int | targetZ | ||
) |
Definition at line 231 of file G4INCLCascade.cc.