Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
g4alt::G4PhysListFactory Class Reference

#include <G4PhysListFactoryAlt.hh>

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 45 of file G4PhysListFactoryAlt.hh.

Constructor & Destructor Documentation

◆ G4PhysListFactory()

G4PhysListFactory::G4PhysListFactory ( )

Definition at line 43 of file G4PhysListFactoryAlt.cc.

44{
45}

◆ ~G4PhysListFactory()

G4PhysListFactory::~G4PhysListFactory ( )

Definition at line 47 of file G4PhysListFactoryAlt.cc.

48{}

Member Function Documentation

◆ AvailablePhysLists()

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

Definition at line 73 of file G4PhysListFactoryAlt.cc.

74{
76}
const std::vector< G4String > & AvailablePhysLists() const
static G4PhysListRegistry * Instance()

◆ AvailablePhysListsEM()

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

Definition at line 79 of file G4PhysListFactoryAlt.cc.

80{
82}
const std::vector< G4String > & AvailablePhysListsEM() const

◆ GetReferencePhysList()

G4VModularPhysicsList * G4PhysListFactory::GetReferencePhysList ( const G4String name)

Definition at line 62 of file G4PhysListFactoryAlt.cc.

63{
65}
G4VModularPhysicsList * GetModularPhysicsList(const G4String &name)

◆ GetUnknownFatal()

G4int G4PhysListFactory::GetUnknownFatal ( ) const

Definition at line 104 of file G4PhysListFactoryAlt.cc.

105{
107}
G4int GetUnknownFatal() const

◆ GetVerbose()

G4int G4PhysListFactory::GetVerbose ( ) const

Definition at line 94 of file G4PhysListFactoryAlt.cc.

95{
97}
G4int GetVerbose() const

◆ IsReferencePhysList()

G4bool G4PhysListFactory::IsReferencePhysList ( const G4String name)

Definition at line 67 of file G4PhysListFactoryAlt.cc.

68{
70}
G4bool IsReferencePhysList(G4String nam) const

◆ PrintAvailablePhysLists()

void G4PhysListFactory::PrintAvailablePhysLists ( ) const

Definition at line 84 of file G4PhysListFactoryAlt.cc.

◆ ReferencePhysList()

G4VModularPhysicsList * G4PhysListFactory::ReferencePhysList ( )

Definition at line 56 of file G4PhysListFactoryAlt.cc.

57{
59}
G4VModularPhysicsList * GetModularPhysicsListFromEnv()

◆ SetDefaultReferencePhysList()

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

Definition at line 50 of file G4PhysListFactoryAlt.cc.

51{
53}
void SetUserDefaultPhysList(const G4String &name="")

◆ SetUnknownFatal()

void G4PhysListFactory::SetUnknownFatal ( G4int  val)

Definition at line 99 of file G4PhysListFactoryAlt.cc.

100{
102}
void SetUnknownFatal(G4int val)

◆ SetVerbose()

void G4PhysListFactory::SetVerbose ( G4int  val)

Definition at line 89 of file G4PhysListFactoryAlt.cc.

90{
92}
void SetVerbose(G4int val)

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