Geant4.10
|
#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 44 of file G4PhysListFactory.hh.
G4PhysListFactory::G4PhysListFactory | ( | ) |
Definition at line 66 of file G4PhysListFactory.cc.
G4PhysListFactory::~G4PhysListFactory | ( | ) |
Definition at line 87 of file G4PhysListFactory.cc.
const std::vector< G4String > & G4PhysListFactory::AvailablePhysLists | ( | ) | const |
Definition at line 214 of file G4PhysListFactory.cc.
const std::vector< G4String > & G4PhysListFactory::AvailablePhysListsEM | ( | ) | const |
Definition at line 220 of file G4PhysListFactory.cc.
G4VModularPhysicsList * G4PhysListFactory::GetReferencePhysList | ( | const G4String & | name | ) |
Definition at line 111 of file G4PhysListFactory.cc.
References G4cout, G4endl, G4VModularPhysicsList::GetVerboseLevel(), n, G4VModularPhysicsList::ReplacePhysics(), and G4VModularPhysicsList::SetVerboseLevel().
Referenced by PhysicsList::AddPackage(), ML2PhysicsList::AddPackage(), main(), and ReferencePhysList().
G4VModularPhysicsList * G4PhysListFactory::ReferencePhysList | ( | ) |
Definition at line 91 of file G4PhysListFactory.cc.
References G4cout, G4endl, and GetReferencePhysList().
Referenced by main().
Definition at line 67 of file G4PhysListFactory.hh.