Geant4  10.02.p03
g4alt::G4PhysListFactory Class Reference

#include <G4PhysListFactoryAlt.hh>

Collaboration diagram for g4alt::G4PhysListFactory:

Public Member Functions

 G4PhysListFactory ()
 
 ~G4PhysListFactory ()
 
G4VModularPhysicsListGetReferencePhysList (const G4String &)
 
G4VModularPhysicsListReferencePhysList ()
 
void SetDefaultReferencePhysList (const G4String &name="")
 
G4bool IsReferencePhysList (const G4String &)
 
const std::vector< G4String > & AvailablePhysLists () const
 
const std::vector< G4String > & AvailablePhysListsEM () const
 
void PrintAvailablePhysLists () const
 
void SetVerbose (G4int val)
 
G4int GetVerbose () const
 
void SetUnknownFatal (G4int val)
 
G4int GetUnknownFatal () const
 

Detailed Description

Definition at line 46 of file G4PhysListFactoryAlt.hh.

Constructor & Destructor Documentation

◆ G4PhysListFactory()

G4PhysListFactory::G4PhysListFactory ( )

Definition at line 44 of file G4PhysListFactoryAlt.cc.

45 {
46 }

◆ ~G4PhysListFactory()

G4PhysListFactory::~G4PhysListFactory ( )

Definition at line 48 of file G4PhysListFactoryAlt.cc.

49 {}

Member Function Documentation

◆ AvailablePhysLists()

const std::vector< G4String > & G4PhysListFactory::AvailablePhysLists ( ) const

Definition at line 74 of file G4PhysListFactoryAlt.cc.

75 {
77 }
const std::vector< G4String > & AvailablePhysLists() const
static G4PhysListRegistry * Instance()
Here is the call graph for this function:

◆ AvailablePhysListsEM()

const std::vector< G4String > & G4PhysListFactory::AvailablePhysListsEM ( ) const

Definition at line 80 of file G4PhysListFactoryAlt.cc.

81 {
83 }
static G4PhysListRegistry * Instance()
const std::vector< G4String > & AvailablePhysListsEM() const
Here is the call graph for this function:

◆ GetReferencePhysList()

G4VModularPhysicsList * G4PhysListFactory::GetReferencePhysList ( const G4String name)

Definition at line 63 of file G4PhysListFactoryAlt.cc.

64 {
66 }
static G4PhysListRegistry * Instance()
G4VModularPhysicsList * GetModularPhysicsList(const G4String &name)
Here is the call graph for this function:

◆ GetUnknownFatal()

G4int G4PhysListFactory::GetUnknownFatal ( ) const

Definition at line 105 of file G4PhysListFactoryAlt.cc.

106 {
108 }
G4int GetUnknownFatal() const
static G4PhysListRegistry * Instance()
Here is the call graph for this function:

◆ GetVerbose()

G4int G4PhysListFactory::GetVerbose ( ) const

Definition at line 95 of file G4PhysListFactoryAlt.cc.

96 {
98 }
static G4PhysListRegistry * Instance()
G4int GetVerbose() const
Here is the call graph for this function:

◆ IsReferencePhysList()

G4bool G4PhysListFactory::IsReferencePhysList ( const G4String name)

Definition at line 68 of file G4PhysListFactoryAlt.cc.

69 {
71 }
G4bool IsReferencePhysList(G4String nam) const
static G4PhysListRegistry * Instance()
Here is the call graph for this function:

◆ PrintAvailablePhysLists()

void G4PhysListFactory::PrintAvailablePhysLists ( ) const

Definition at line 85 of file G4PhysListFactoryAlt.cc.

86 {
88 }
static G4PhysListRegistry * Instance()
void PrintAvailablePhysLists() const
Here is the call graph for this function:

◆ ReferencePhysList()

G4VModularPhysicsList * G4PhysListFactory::ReferencePhysList ( )

Definition at line 57 of file G4PhysListFactoryAlt.cc.

58 {
60 }
G4VModularPhysicsList * GetModularPhysicsListFromEnv()
static G4PhysListRegistry * Instance()
Here is the call graph for this function:

◆ SetDefaultReferencePhysList()

void G4PhysListFactory::SetDefaultReferencePhysList ( const G4String name = "")

Definition at line 51 of file G4PhysListFactoryAlt.cc.

52 {
54 }
static G4PhysListRegistry * Instance()
void SetUserDefaultPhysList(const G4String &name="")
Here is the call graph for this function:

◆ SetUnknownFatal()

void G4PhysListFactory::SetUnknownFatal ( G4int  val)

Definition at line 100 of file G4PhysListFactoryAlt.cc.

101 {
103 }
static G4PhysListRegistry * Instance()
void SetUnknownFatal(G4int val)
Here is the call graph for this function:

◆ SetVerbose()

void G4PhysListFactory::SetVerbose ( G4int  val)

Definition at line 90 of file G4PhysListFactoryAlt.cc.

91 {
93 }
static G4PhysListRegistry * Instance()
void SetVerbose(G4int val)
Here is the call graph for this function:

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