Geant4  10.02.p03
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()

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:

◆ export_PhysicsLists()

void export_PhysicsLists ( )

Definition at line 86 of file pyPhysicsLists.cc.

87 {
88  def("ListPhysicsList", ListPhysicsList);
89 
107 
108  // sort PL vector
109  std::sort(plList.begin(), plList.end());
110 }
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: