Geant4  10.02
G4HadronicInteractionRegistry Class Reference

#include <G4HadronicInteractionRegistry.hh>

+ Collaboration diagram for G4HadronicInteractionRegistry:

Public Member Functions

 ~G4HadronicInteractionRegistry ()
 
void RegisterMe (G4HadronicInteraction *aModel)
 
void RemoveMe (G4HadronicInteraction *aModel)
 
void Clean ()
 
G4HadronicInteractionFindModel (const G4String &name)
 
std::vector
< G4HadronicInteraction * > 
FindAllModels (const G4String &name)
 

Static Public Member Functions

static
G4HadronicInteractionRegistry
Instance ()
 

Private Member Functions

 G4HadronicInteractionRegistry ()
 

Private Attributes

std::vector
< G4HadronicInteraction * > 
allModels
 

Static Private Attributes

static G4ThreadLocal
G4HadronicInteractionRegistry
instance = 0
 

Friends

class G4ThreadLocalSingleton< G4HadronicInteractionRegistry >
 

Detailed Description

Definition at line 44 of file G4HadronicInteractionRegistry.hh.

Constructor & Destructor Documentation

G4HadronicInteractionRegistry::~G4HadronicInteractionRegistry ( )

Definition at line 50 of file G4HadronicInteractionRegistry.cc.

References Clean().

+ Here is the call graph for this function:

G4HadronicInteractionRegistry::G4HadronicInteractionRegistry ( )
private

Definition at line 45 of file G4HadronicInteractionRegistry.cc.

Member Function Documentation

void G4HadronicInteractionRegistry::Clean ( )

Definition at line 55 of file G4HadronicInteractionRegistry.cc.

References allModels, and G4INCL::Math::min().

Referenced by ~G4HadronicInteractionRegistry().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::vector< G4HadronicInteraction * > G4HadronicInteractionRegistry::FindAllModels ( const G4String name)

Definition at line 126 of file G4HadronicInteractionRegistry.cc.

References allModels, G4HadronicInteraction::GetModelName(), and name.

Referenced by G4INCLXXInterfaceStore::UseAblaDeExcitation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicInteractionRegistry::RegisterMe ( G4HadronicInteraction aModel)

Definition at line 80 of file G4HadronicInteractionRegistry.cc.

References allModels.

Referenced by G4HadronicInteraction::G4HadronicInteraction().

+ Here is the caller graph for this function:

void G4HadronicInteractionRegistry::RemoveMe ( G4HadronicInteraction aModel)

Definition at line 93 of file G4HadronicInteractionRegistry.cc.

References allModels.

Referenced by G4HadronicInteraction::~G4HadronicInteraction().

+ Here is the caller graph for this function:

Friends And Related Function Documentation

Member Data Documentation

std::vector<G4HadronicInteraction*> G4HadronicInteractionRegistry::allModels
private
G4ThreadLocal G4HadronicInteractionRegistry * G4HadronicInteractionRegistry::instance = 0
staticprivate

Definition at line 74 of file G4HadronicInteractionRegistry.hh.

Referenced by Instance().


The documentation for this class was generated from the following files: