LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "G4PhysListFactory.hh"
Public Member Functions | |
G4PhysListFactory (const G4String &defname="<none>") | |
~G4PhysListFactory () | |
G4VModularPhysicsList * | GetReferencePhysList (const G4String &) |
G4VModularPhysicsList * | ReferencePhysList () |
G4bool | IsReferencePhysList (const G4String &) |
const std::vector< G4String > & | AvailablePhysLists () const |
void | PrintAvailablePhysLists () const |
void | SetDefaultName (const G4String &defname) |
const G4String & | GetDefaultName () const |
Definition at line 59 of file G4PhysListFactory.hh.
G4PhysListFactory::G4PhysListFactory | ( | const G4String & | defname = "<none>" | ) |
Definition at line 47 of file G4PhysListFactory.cc.
References SetDefaultName().
G4PhysListFactory::~G4PhysListFactory | ( | ) |
Definition at line 56 of file G4PhysListFactory.cc.
const std::vector< G4String > & G4PhysListFactory::AvailablePhysLists | ( | ) | const |
Definition at line 79 of file G4PhysListFactory.cc.
References G4PhysListFactorySingleton::AvailablePhysLists(), and G4PhysListFactorySingleton::Instance().
const G4String & G4PhysListFactory::GetDefaultName | ( | ) | const |
Definition at line 97 of file G4PhysListFactory.cc.
References G4PhysListFactorySingleton::GetDefaultName(), and G4PhysListFactorySingleton::Instance().
G4VModularPhysicsList * G4PhysListFactory::GetReferencePhysList | ( | const G4String & | name | ) |
Definition at line 65 of file G4PhysListFactory.cc.
References G4PhysListFactorySingleton::GetReferencePhysList(), and G4PhysListFactorySingleton::Instance().
Referenced by g4b::G4Helper::SetPhysicsList().
G4bool G4PhysListFactory::IsReferencePhysList | ( | const G4String & | name | ) |
Definition at line 72 of file G4PhysListFactory.cc.
References G4PhysListFactorySingleton::Instance(), and G4PhysListFactorySingleton::IsReferencePhysList().
void G4PhysListFactory::PrintAvailablePhysLists | ( | ) | const |
Definition at line 85 of file G4PhysListFactory.cc.
References G4PhysListFactorySingleton::Instance(), and G4PhysListFactorySingleton::PrintAvailablePhysLists().
G4VModularPhysicsList * G4PhysListFactory::ReferencePhysList | ( | ) |
Definition at line 59 of file G4PhysListFactory.cc.
References G4PhysListFactorySingleton::Instance(), and G4PhysListFactorySingleton::ReferencePhysList().
void G4PhysListFactory::SetDefaultName | ( | const G4String & | defname | ) |
Definition at line 92 of file G4PhysListFactory.cc.
References G4PhysListFactorySingleton::Instance(), and G4PhysListFactorySingleton::SetDefaultName().
Referenced by G4PhysListFactory().