|
Geant4-11
|
#include <G4PhysListFactoryAlt.hh>
Public Member Functions | |
| const std::vector< G4String > & | AvailablePhysLists () const |
| const std::vector< G4String > & | AvailablePhysListsEM () const |
| G4PhysListFactory (G4int verbose=1) | |
| G4VModularPhysicsList * | GetReferencePhysList (const G4String &) |
| G4int | GetUnknownFatal () const |
| G4int | GetVerbose () const |
| G4bool | IsReferencePhysList (const G4String &) const |
| void | PrintAvailablePhysLists () const |
| G4VModularPhysicsList * | ReferencePhysList () |
| void | SetDefaultReferencePhysList (const G4String &name="") |
| void | SetUnknownFatal (G4int val) |
| void | SetVerbose (G4int val) |
| ~G4PhysListFactory () | |
Definition at line 45 of file G4PhysListFactoryAlt.hh.
| G4PhysListFactory::G4PhysListFactory | ( | G4int | verbose = 1 | ) |
Definition at line 43 of file G4PhysListFactoryAlt.cc.
References SetVerbose().
| G4PhysListFactory::~G4PhysListFactory | ( | ) |
Definition at line 48 of file G4PhysListFactoryAlt.cc.
| const std::vector< G4String > & G4PhysListFactory::AvailablePhysLists | ( | ) | const |
Definition at line 74 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::AvailablePhysLists(), and G4PhysListRegistry::Instance().
| const std::vector< G4String > & G4PhysListFactory::AvailablePhysListsEM | ( | ) | const |
Definition at line 80 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::AvailablePhysListsEM(), and G4PhysListRegistry::Instance().
| G4VModularPhysicsList * G4PhysListFactory::GetReferencePhysList | ( | const G4String & | name | ) |
Definition at line 63 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::GetModularPhysicsList(), G4PhysListRegistry::Instance(), and G4InuclParticleNames::name().
| G4int G4PhysListFactory::GetUnknownFatal | ( | ) | const |
Definition at line 105 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::GetUnknownFatal(), and G4PhysListRegistry::Instance().
| G4int G4PhysListFactory::GetVerbose | ( | ) | const |
Definition at line 95 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::GetVerbose(), and G4PhysListRegistry::Instance().
Definition at line 68 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::Instance(), G4PhysListRegistry::IsReferencePhysList(), and G4InuclParticleNames::name().
| void G4PhysListFactory::PrintAvailablePhysLists | ( | ) | const |
Definition at line 85 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::Instance(), and G4PhysListRegistry::PrintAvailablePhysLists().
| G4VModularPhysicsList * G4PhysListFactory::ReferencePhysList | ( | ) |
Definition at line 57 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::GetModularPhysicsListFromEnv(), and G4PhysListRegistry::Instance().
| void G4PhysListFactory::SetDefaultReferencePhysList | ( | const G4String & | name = "" | ) |
Definition at line 51 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::Instance(), G4InuclParticleNames::name(), and G4PhysListRegistry::SetUserDefaultPhysList().
| void G4PhysListFactory::SetUnknownFatal | ( | G4int | val | ) |
Definition at line 100 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::Instance(), and G4PhysListRegistry::SetUnknownFatal().
| void G4PhysListFactory::SetVerbose | ( | G4int | val | ) |
Definition at line 90 of file G4PhysListFactoryAlt.cc.
References G4PhysListRegistry::Instance(), and G4PhysListRegistry::SetVerbose().
Referenced by G4PhysListFactory().