Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CrossSectionDataSetRegistry.hh>
Public Member Functions | |
~G4CrossSectionDataSetRegistry () | |
void | Register (G4VCrossSectionDataSet *) |
void | DeRegister (G4VCrossSectionDataSet *) |
void | Register (G4VComponentCrossSection *) |
void | DeRegister (G4VComponentCrossSection *) |
void | DeleteComponent (G4VComponentCrossSection *) |
void | Clean () |
G4VCrossSectionDataSet * | GetCrossSectionDataSet (const G4String &name, G4bool warning=false) |
G4VComponentCrossSection * | GetComponentCrossSection (const G4String &name) |
Static Public Member Functions | |
static G4CrossSectionDataSetRegistry * | Instance () |
Friends | |
class | G4ThreadLocalSingleton< G4CrossSectionDataSetRegistry > |
Definition at line 55 of file G4CrossSectionDataSetRegistry.hh.
G4CrossSectionDataSetRegistry::~G4CrossSectionDataSetRegistry | ( | ) |
Definition at line 83 of file G4CrossSectionDataSetRegistry.cc.
void G4CrossSectionDataSetRegistry::Clean | ( | ) |
Definition at line 88 of file G4CrossSectionDataSetRegistry.cc.
Referenced by ~G4CrossSectionDataSetRegistry().
void G4CrossSectionDataSetRegistry::DeleteComponent | ( | G4VComponentCrossSection * | p | ) |
Definition at line 163 of file G4CrossSectionDataSetRegistry.cc.
void G4CrossSectionDataSetRegistry::DeRegister | ( | G4VComponentCrossSection * | p | ) |
Definition at line 148 of file G4CrossSectionDataSetRegistry.cc.
void G4CrossSectionDataSetRegistry::DeRegister | ( | G4VCrossSectionDataSet * | p | ) |
Definition at line 123 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4VComponentCrossSection::~G4VComponentCrossSection(), and G4VCrossSectionDataSet::~G4VCrossSectionDataSet().
G4VComponentCrossSection * G4CrossSectionDataSetRegistry::GetComponentCrossSection | ( | const G4String & | name | ) |
Definition at line 200 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4HadProcesses::ElasticXS(), G4AntiNuclElastic::G4AntiNuclElastic(), G4FTFPAntiBarionBuilder::G4FTFPAntiBarionBuilder(), G4FTFParameters::G4FTFParameters(), G4NeutronElasticXS::G4NeutronElasticXS(), G4NeutronInelasticXS::G4NeutronInelasticXS(), G4QGSPAntiBarionBuilder::G4QGSPAntiBarionBuilder(), and G4HadProcesses::InelasticXS().
G4VCrossSectionDataSet * G4CrossSectionDataSetRegistry::GetCrossSectionDataSet | ( | const G4String & | name, |
G4bool | warning = false ) |
Definition at line 178 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4NeutronCrossSectionXS::ConstructProcess(), G4GammaNuclearXS::G4GammaNuclearXS(), and G4QuasiElRatios::G4QuasiElRatios().
|
static |
Definition at line 71 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4INCLXXNeutronBuilder::Build(), LBE::ConstructHad(), G4NeutronCrossSectionXS::ConstructProcess(), G4HadProcesses::ElasticXS(), G4AntiNuclElastic::G4AntiNuclElastic(), G4ChipsComponentXS::G4ChipsComponentXS(), G4ChipsElasticModel::G4ChipsElasticModel(), G4ChipsKaonZeroElasticXS::G4ChipsKaonZeroElasticXS(), G4ChipsKaonZeroInelasticXS::G4ChipsKaonZeroInelasticXS(), G4ElectroVDNuclearModel::G4ElectroVDNuclearModel(), G4FTFPAntiBarionBuilder::G4FTFPAntiBarionBuilder(), G4FTFParameters::G4FTFParameters(), G4GammaNuclearXS::G4GammaNuclearXS(), G4MuonVDNuclearModel::G4MuonVDNuclearModel(), G4NeutronElasticXS::G4NeutronElasticXS(), G4NeutronInelasticXS::G4NeutronInelasticXS(), G4ParticleInelasticXS::G4ParticleInelasticXS(), G4QGSPAntiBarionBuilder::G4QGSPAntiBarionBuilder(), G4QuasiElRatios::G4QuasiElRatios(), G4VComponentCrossSection::G4VComponentCrossSection(), G4VCrossSectionDataSet::G4VCrossSectionDataSet(), and G4HadProcesses::InelasticXS().
void G4CrossSectionDataSetRegistry::Register | ( | G4VComponentCrossSection * | p | ) |
Definition at line 137 of file G4CrossSectionDataSetRegistry.cc.
void G4CrossSectionDataSetRegistry::Register | ( | G4VCrossSectionDataSet * | p | ) |
Definition at line 112 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4VComponentCrossSection::G4VComponentCrossSection(), and G4VCrossSectionDataSet::G4VCrossSectionDataSet().
|
friend |
Definition at line 1 of file G4CrossSectionDataSetRegistry.hh.