Public Member Functions | List of all members
g4nu::G4PhysListFactory Class Reference

#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 PrintAvailableLists () const
 
void SetDefaultName (const G4String &defname)
 
const G4String & GetDefaultName () const
 

Detailed Description

Definition at line 59 of file G4PhysListFactory.hh.

Constructor & Destructor Documentation

g4nu::G4PhysListFactory::G4PhysListFactory ( const G4String &  defname = "<none>")
G4PhysListFactory::~G4PhysListFactory ( )

Definition at line 56 of file G4PhysListFactory.cc.

57 {}

Member Function Documentation

const std::vector<G4String>& g4nu::G4PhysListFactory::AvailablePhysLists ( ) const
const G4String& g4nu::G4PhysListFactory::GetDefaultName ( ) const
G4VModularPhysicsList* g4nu::G4PhysListFactory::GetReferencePhysList ( const G4String &  )
G4bool g4nu::G4PhysListFactory::IsReferencePhysList ( const G4String &  )
void g4nu::G4PhysListFactory::PrintAvailableLists ( ) const
inline

Definition at line 79 of file G4PhysListFactory.hh.

void PrintAvailablePhysLists() const
void g4nu::G4PhysListFactory::PrintAvailablePhysLists ( ) const
G4VModularPhysicsList * G4PhysListFactory::ReferencePhysList ( )

Definition at line 59 of file G4PhysListFactory.cc.

60 {
61  // instantiate PhysList by environment variable "PHYSLIST"
63 }
static G4PhysListFactorySingleton & Instance()
void G4PhysListFactory::SetDefaultName ( const G4String &  defname)

Definition at line 92 of file G4PhysListFactory.cc.


The documentation for this class was generated from the following files: