LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 72 of file pyPhysicsLists.cc.

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

Definition at line 76 of file pyPhysicsLists.cc.

Referenced by export_PhysicsLists().

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

Variable Documentation

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

Definition at line 70 of file pyPhysicsLists.cc.

Referenced by export_PhysicsLists().