Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhysListFactory.hh>
Public Member Functions | |
G4PhysListFactory () | |
~G4PhysListFactory () | |
G4VModularPhysicsList * | GetReferencePhysList (const G4String &) |
G4VModularPhysicsList * | ReferencePhysList () |
G4bool | IsReferencePhysList (const G4String &) |
const std::vector< G4String > & | AvailablePhysLists () const |
const std::vector< G4String > & | AvailablePhysListsEM () const |
void | SetVerbose (G4int val) |
Definition at line 45 of file G4PhysListFactory.hh.
G4PhysListFactory::G4PhysListFactory | ( | ) |
Definition at line 79 of file G4PhysListFactory.cc.
G4PhysListFactory::~G4PhysListFactory | ( | ) |
Definition at line 101 of file G4PhysListFactory.cc.
const std::vector< G4String > & G4PhysListFactory::AvailablePhysLists | ( | ) | const |
Definition at line 246 of file G4PhysListFactory.cc.
const std::vector< G4String > & G4PhysListFactory::AvailablePhysListsEM | ( | ) | const |
Definition at line 252 of file G4PhysListFactory.cc.
G4VModularPhysicsList * G4PhysListFactory::GetReferencePhysList | ( | const G4String & | name | ) |
Definition at line 127 of file G4PhysListFactory.cc.
Referenced by ReferencePhysList().
Definition at line 222 of file G4PhysListFactory.cc.
G4VModularPhysicsList * G4PhysListFactory::ReferencePhysList | ( | ) |
Definition at line 107 of file G4PhysListFactory.cc.
|
inline |
Definition at line 68 of file G4PhysListFactory.hh.