Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pymodG4physicslists.cc File Reference
#include <boost/python.hpp>
Include dependency graph for pymodG4physicslists.cc:

Go to the source code of this file.

Functions

void export_PhysicsLists ()
 
 BOOST_PYTHON_MODULE (G4physicslists)
 

Function Documentation

BOOST_PYTHON_MODULE ( G4physicslists  )

Definition at line 41 of file pymodG4physicslists.cc.

42 {
44 }
void export_PhysicsLists()

Here is the call graph for this function:

void export_PhysicsLists ( )

Definition at line 90 of file pyPhysicsLists.cc.

91 {
92  def("ListPhysicsList", ListPhysicsList);
93 
114 
115  // sort PL vector
116  std::sort(plList.begin(), plList.end());
117 }
static std::vector< std::string > plList
#define ADD_PHYSICS_LIST(plname)
void ListPhysicsList()
Definition: LBE.hh:61
Definition: QBBC.hh:44

Here is the call graph for this function:

Here is the caller graph for this function: