Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyPhysicsLists Namespace Reference

Functions

void AddPhysicsList (const G4String &plname)
 
void ListPhysicsList ()
 

Variables

static std::vector< std::string > plList
 

Function Documentation

void pyPhysicsLists::AddPhysicsList ( const G4String plname)

Definition at line 73 of file pyPhysicsLists.cc.

73  {
74  plList.push_back(plname);
75 }
static std::vector< std::string > plList
void pyPhysicsLists::ListPhysicsList ( )

Definition at line 77 of file pyPhysicsLists.cc.

77  {
78  for (G4int i=0; i< plList.size(); i++) {
79  G4cout << plList[i] << G4endl;
80  }
81 }
int G4int
Definition: G4Types.hh:78
G4GLOB_DLL std::ostream G4cout
static std::vector< std::string > plList
#define G4endl
Definition: G4ios.hh:61

Here is the caller graph for this function:

Variable Documentation

std::vector<std::string> pyPhysicsLists::plList
static

Definition at line 71 of file pyPhysicsLists.cc.