Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLCascade.hh>
Public Member Functions | |
INCL (Config const *const config) | |
~INCL () | |
INCL (const INCL &rhs) | |
Dummy copy constructor to silence Coverity warning. | |
INCL & | operator= (const INCL &rhs) |
Dummy assignment operator to silence Coverity warning. | |
G4bool | prepareReaction (const ParticleSpecies &projectileSpecies, const G4double kineticEnergy, const G4int A, const G4int Z, const G4int S) |
G4bool | initializeTarget (const G4int A, const G4int Z, const G4int S) |
const EventInfo & | processEvent () |
const EventInfo & | processEvent (ParticleSpecies const &projectileSpecies, const G4double kineticEnergy, const G4int targetA, const G4int targetZ, const G4int targetS) |
void | finalizeGlobalInfo (Random::SeedVector const &initialSeeds) |
const GlobalInfo & | getGlobalInfo () const |
Definition at line 52 of file G4INCLCascade.hh.
G4INCL::INCL::INCL | ( | Config const *const | config | ) |
Definition at line 79 of file G4INCLCascade.cc.
G4INCL::INCL::~INCL | ( | ) |
Definition at line 163 of file G4INCLCascade.cc.
G4INCL::INCL::INCL | ( | const INCL & | rhs | ) |
Dummy copy constructor to silence Coverity warning.
void G4INCL::INCL::finalizeGlobalInfo | ( | Random::SeedVector const & | initialSeeds | ) |
Definition at line 744 of file G4INCLCascade.cc.
|
inline |
Definition at line 84 of file G4INCLCascade.hh.
Definition at line 233 of file G4INCLCascade.cc.
Referenced by prepareReaction().
Dummy assignment operator to silence Coverity warning.
G4bool G4INCL::INCL::prepareReaction | ( | const ParticleSpecies & | projectileSpecies, |
const G4double | kineticEnergy, | ||
const G4int | A, | ||
const G4int | Z, | ||
const G4int | S | ||
) |
Definition at line 185 of file G4INCLCascade.cc.
Referenced by processEvent().
|
inline |
Definition at line 66 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, | ||
const G4int | targetS | ||
) |
Definition at line 244 of file G4INCLCascade.cc.