Geant4 9.6.0
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 | Clean () |
void | AddFactory (G4String, G4VBaseXSFactory *) |
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 86 of file G4CrossSectionDataSetRegistry.cc.
void G4CrossSectionDataSetRegistry::AddFactory | ( | G4String | name, |
G4VBaseXSFactory * | factory | ||
) |
Definition at line 132 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4CrossSectionFactory< T >::G4CrossSectionFactory().
void G4CrossSectionDataSetRegistry::Clean | ( | ) |
Definition at line 91 of file G4CrossSectionDataSetRegistry.cc.
Referenced by ~G4CrossSectionDataSetRegistry(), and G4HadronicProcessStore::~G4HadronicProcessStore().
void G4CrossSectionDataSetRegistry::DeRegister | ( | G4VCrossSectionDataSet * | p | ) |
Definition at line 118 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4VCrossSectionDataSet::~G4VCrossSectionDataSet().
G4VCrossSectionDataSet * G4CrossSectionDataSetRegistry::GetCrossSectionDataSet | ( | const G4String & | name, |
G4bool | warning = true |
||
) |
Definition at line 137 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4MiscBuilder::Build(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4IonPhysics::ConstructProcess(), HadronPhysicsFTFP_BERT::ConstructProcess(), HadronPhysicsFTFP_BERT_HP::ConstructProcess(), HadronPhysicsFTFP_BERT_TRV::ConstructProcess(), HadronPhysicsQGSP_FTFP_BERT_95::ConstructProcess(), HadronPhysicsShielding::ConstructProcess(), G4ChipsComponentXS::G4ChipsComponentXS(), G4ChipsElasticModel::G4ChipsElasticModel(), G4ChipsKaonZeroElasticXS::G4ChipsKaonZeroElasticXS(), G4ChipsKaonZeroInelasticXS::G4ChipsKaonZeroInelasticXS(), G4HyperonFTFPBuilder::G4HyperonFTFPBuilder(), and G4QuasiElRatios::G4QuasiElRatios().
|
static |
Definition at line 74 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4MiscBuilder::Build(), G4FTFBinaryKaonBuilder::Build(), G4QGSBinaryPiKBuilder::Build(), G4QGSPPiKBuilder::Build(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), G4IonPhysics::ConstructProcess(), G4HadronInelasticQBBC::ConstructProcess(), HadronPhysicsFTFP_BERT::ConstructProcess(), HadronPhysicsFTFP_BERT_HP::ConstructProcess(), HadronPhysicsFTFP_BERT_TRV::ConstructProcess(), HadronPhysicsQGSP_FTFP_BERT_95::ConstructProcess(), HadronPhysicsShielding::ConstructProcess(), G4ChipsComponentXS::G4ChipsComponentXS(), G4ChipsElasticModel::G4ChipsElasticModel(), G4ChipsKaonZeroElasticXS::G4ChipsKaonZeroElasticXS(), G4ChipsKaonZeroInelasticXS::G4ChipsKaonZeroInelasticXS(), G4CrossSectionFactory< T >::G4CrossSectionFactory(), G4HyperonFTFPBuilder::G4HyperonFTFPBuilder(), G4QuasiElRatios::G4QuasiElRatios(), G4VCrossSectionDataSet::G4VCrossSectionDataSet(), G4HadronicProcessStore::~G4HadronicProcessStore(), and G4VCrossSectionDataSet::~G4VCrossSectionDataSet().
void G4CrossSectionDataSetRegistry::Register | ( | G4VCrossSectionDataSet * | p | ) |
Definition at line 106 of file G4CrossSectionDataSetRegistry.cc.
Referenced by G4VCrossSectionDataSet::G4VCrossSectionDataSet().