Geant4-11
|
#include <G4HadronicInteractionRegistry.hh>
Public Member Functions | |
void | Clean () |
std::vector< G4HadronicInteraction * > | FindAllModels (const G4String &name) |
G4HadronicInteraction * | FindModel (const G4String &name) |
void | InitialiseModels () |
void | RegisterMe (G4HadronicInteraction *aModel) |
void | RemoveMe (G4HadronicInteraction *aModel) |
~G4HadronicInteractionRegistry () | |
Static Public Member Functions | |
static G4HadronicInteractionRegistry * | Instance () |
Private Member Functions | |
G4HadronicInteractionRegistry () | |
Private Attributes | |
std::vector< G4HadronicInteraction * > | allModels |
Static Private Attributes | |
static G4ThreadLocal G4HadronicInteractionRegistry * | instance = nullptr |
Friends | |
class | G4ThreadLocalSingleton< G4HadronicInteractionRegistry > |
Definition at line 43 of file G4HadronicInteractionRegistry.hh.
G4HadronicInteractionRegistry::~G4HadronicInteractionRegistry | ( | ) |
Definition at line 48 of file G4HadronicInteractionRegistry.cc.
References Clean().
|
private |
Definition at line 45 of file G4HadronicInteractionRegistry.cc.
void G4HadronicInteractionRegistry::Clean | ( | ) |
Definition at line 53 of file G4HadronicInteractionRegistry.cc.
References allModels.
Referenced by ~G4HadronicInteractionRegistry().
std::vector< G4HadronicInteraction * > G4HadronicInteractionRegistry::FindAllModels | ( | const G4String & | name | ) |
Definition at line 123 of file G4HadronicInteractionRegistry.cc.
References allModels, and G4InuclParticleNames::name().
Referenced by G4INCLXXInterfaceStore::UseAblaDeExcitation().
G4HadronicInteraction * G4HadronicInteractionRegistry::FindModel | ( | const G4String & | name | ) |
Definition at line 110 of file G4HadronicInteractionRegistry.cc.
References allModels, and G4InuclParticleNames::name().
Referenced by G4TheoFSGenerator::ApplyYourself(), G4HadronInelasticQBBC::ConstructProcess(), G4IonINCLXXPhysics::ConstructProcess(), G4IonPhysics::ConstructProcess(), G4IonPhysicsPHP::ConstructProcess(), G4IonQMDPhysics::ConstructProcess(), G4BinaryCascade::G4BinaryCascade(), G4BinaryLightIonReaction::G4BinaryLightIonReaction(), G4ElectroVDNuclearModel::G4ElectroVDNuclearModel(), G4ExcitedStringDecay::G4ExcitedStringDecay(), G4GeneratorPrecompoundInterface::G4GeneratorPrecompoundInterface(), G4HadronicAbsorptionFritiof::G4HadronicAbsorptionFritiof(), G4INCLXXInterface::G4INCLXXInterface(), G4INCLXXNeutronBuilder::G4INCLXXNeutronBuilder(), G4INCLXXProtonBuilder::G4INCLXXProtonBuilder(), G4LENDInelastic::G4LENDInelastic(), G4LowEGammaNuclearModel::G4LowEGammaNuclearModel(), G4MuMinusCapturePrecompound::G4MuMinusCapturePrecompound(), G4MuonVDNuclearModel::G4MuonVDNuclearModel(), G4PreCompoundDeexcitation::G4PreCompoundDeexcitation(), and G4INCLXXInterfaceStore::UseAblaDeExcitation().
void G4HadronicInteractionRegistry::InitialiseModels | ( | ) |
Definition at line 76 of file G4HadronicInteractionRegistry.cc.
References allModels.
Referenced by G4HadronicProcessStore::PrintInfo().
|
static |
Definition at line 36 of file G4HadronicInteractionRegistry.cc.
References G4ThreadLocalSingleton< T >::Instance(), and instance.
Referenced by G4TheoFSGenerator::ApplyYourself(), G4HadronInelasticQBBC::ConstructProcess(), G4IonINCLXXPhysics::ConstructProcess(), G4IonPhysics::ConstructProcess(), G4IonPhysicsPHP::ConstructProcess(), G4IonQMDPhysics::ConstructProcess(), G4BinaryCascade::G4BinaryCascade(), G4BinaryLightIonReaction::G4BinaryLightIonReaction(), G4ElectroVDNuclearModel::G4ElectroVDNuclearModel(), G4ExcitedStringDecay::G4ExcitedStringDecay(), G4GeneratorPrecompoundInterface::G4GeneratorPrecompoundInterface(), G4HadronicAbsorptionFritiof::G4HadronicAbsorptionFritiof(), G4HadronicInteraction::G4HadronicInteraction(), G4INCLXXInterface::G4INCLXXInterface(), G4INCLXXNeutronBuilder::G4INCLXXNeutronBuilder(), G4INCLXXProtonBuilder::G4INCLXXProtonBuilder(), G4LENDInelastic::G4LENDInelastic(), G4LowEGammaNuclearModel::G4LowEGammaNuclearModel(), G4MuMinusCapturePrecompound::G4MuMinusCapturePrecompound(), G4MuonVDNuclearModel::G4MuonVDNuclearModel(), G4PreCompoundDeexcitation::G4PreCompoundDeexcitation(), G4HadronicProcessStore::PrintInfo(), and G4INCLXXInterfaceStore::UseAblaDeExcitation().
void G4HadronicInteractionRegistry::RegisterMe | ( | G4HadronicInteraction * | aModel | ) |
Definition at line 84 of file G4HadronicInteractionRegistry.cc.
References allModels.
Referenced by G4HadronicInteraction::G4HadronicInteraction().
void G4HadronicInteractionRegistry::RemoveMe | ( | G4HadronicInteraction * | aModel | ) |
Definition at line 96 of file G4HadronicInteractionRegistry.cc.
References allModels.
Referenced by G4HadronicInteraction::~G4HadronicInteraction().
|
friend |
Definition at line 1 of file G4HadronicInteractionRegistry.hh.
|
private |
Definition at line 78 of file G4HadronicInteractionRegistry.hh.
Referenced by Clean(), FindAllModels(), FindModel(), InitialiseModels(), RegisterMe(), and RemoveMe().
|
staticprivate |
Definition at line 76 of file G4HadronicInteractionRegistry.hh.
Referenced by Instance().