Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4HadronicInteractionRegistry.hh>
Public Member Functions | |
~G4HadronicInteractionRegistry () | |
void | Clean () |
void | RegisterMe (G4HadronicInteraction *aModel) |
void | RemoveMe (G4HadronicInteraction *aModel) |
G4HadronicInteraction * | FindModel (const G4String &name) |
Static Public Member Functions | |
static G4HadronicInteractionRegistry * | Instance () |
Definition at line 43 of file G4HadronicInteractionRegistry.hh.
G4HadronicInteractionRegistry::~G4HadronicInteractionRegistry | ( | ) |
Definition at line 48 of file G4HadronicInteractionRegistry.cc.
void G4HadronicInteractionRegistry::Clean | ( | ) |
Definition at line 53 of file G4HadronicInteractionRegistry.cc.
Referenced by ~G4HadronicInteractionRegistry(), and G4HadronicProcessStore::~G4HadronicProcessStore().
G4HadronicInteraction * G4HadronicInteractionRegistry::FindModel | ( | const G4String & | name | ) |
Definition at line 104 of file G4HadronicInteractionRegistry.cc.
Referenced by G4HadronInelasticQBBC::ConstructProcess(), G4BinaryCascade::G4BinaryCascade(), G4BinaryLightIonReaction::G4BinaryLightIonReaction(), G4GeneratorPrecompoundInterface::G4GeneratorPrecompoundInterface(), G4HadronicAbsorptionFritiof::G4HadronicAbsorptionFritiof(), and G4MuMinusCapturePrecompound::G4MuMinusCapturePrecompound().
|
static |
Definition at line 36 of file G4HadronicInteractionRegistry.cc.
Referenced by G4HadronInelasticQBBC::ConstructProcess(), G4BinaryCascade::G4BinaryCascade(), G4BinaryLightIonReaction::G4BinaryLightIonReaction(), G4GeneratorPrecompoundInterface::G4GeneratorPrecompoundInterface(), G4HadronicAbsorptionFritiof::G4HadronicAbsorptionFritiof(), G4HadronicInteraction::G4HadronicInteraction(), G4MuMinusCapturePrecompound::G4MuMinusCapturePrecompound(), G4HadronicInteraction::~G4HadronicInteraction(), and G4HadronicProcessStore::~G4HadronicProcessStore().
void G4HadronicInteractionRegistry::RegisterMe | ( | G4HadronicInteraction * | aModel | ) |
Definition at line 73 of file G4HadronicInteractionRegistry.cc.
Referenced by G4HadronicInteraction::G4HadronicInteraction().
void G4HadronicInteractionRegistry::RemoveMe | ( | G4HadronicInteraction * | aModel | ) |
Definition at line 88 of file G4HadronicInteractionRegistry.cc.
Referenced by G4HadronicInteraction::~G4HadronicInteraction().