|
Geant4_10
|
#include <G4CrossSectionDataSetRegistry.hh>
Public Member Functions | |
| ~G4CrossSectionDataSetRegistry () | |
| void | Register (G4VCrossSectionDataSet *) |
| void | DeRegister (G4VCrossSectionDataSet *) |
| void | Clean () |
| G4VCrossSectionDataSet * | GetCrossSectionDataSet (const G4String &name, G4bool warning=true) |
Static Public Member Functions | |
| static G4CrossSectionDataSetRegistry * | Instance () |
Definition at line 56 of file G4CrossSectionDataSetRegistry.hh.
| G4CrossSectionDataSetRegistry::~G4CrossSectionDataSetRegistry | ( | ) |
Definition at line 89 of file G4CrossSectionDataSetRegistry.cc.

| void G4CrossSectionDataSetRegistry::Clean | ( | ) |
Definition at line 94 of file G4CrossSectionDataSetRegistry.cc.

| void G4CrossSectionDataSetRegistry::DeRegister | ( | G4VCrossSectionDataSet * | p | ) |
Definition at line 121 of file G4CrossSectionDataSetRegistry.cc.

| G4VCrossSectionDataSet * G4CrossSectionDataSetRegistry::GetCrossSectionDataSet | ( | const G4String & | name, |
| G4bool | warning = true |
||
| ) |
Definition at line 140 of file G4CrossSectionDataSetRegistry.cc.


|
static |
Definition at line 77 of file G4CrossSectionDataSetRegistry.cc.

| void G4CrossSectionDataSetRegistry::Register | ( | G4VCrossSectionDataSet * | p | ) |
Definition at line 109 of file G4CrossSectionDataSetRegistry.cc.

1.8.5