LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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.

Referenced by export_PhysicsLists().

77  {
78  for (G4int i=0; i< plList.size(); i++) {
79  G4cout << plList[i] << G4endl;
80  }
81 }
static std::vector< std::string > plList

Variable Documentation

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

Definition at line 71 of file pyPhysicsLists.cc.

Referenced by export_PhysicsLists().