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

Go to the source code of this file.

Functions

void Construct ()
 
 BOOST_PYTHON_MODULE (Qmaterials)
 

Function Documentation

BOOST_PYTHON_MODULE ( Qmaterials  )

Definition at line 47 of file pyQmaterials.cc.

47  {
48  def("Construct", Construct);
49 }
void Construct()
Definition: pyExN01geom.cc:48

Here is the call graph for this function:

void Construct ( )

Definition at line 48 of file pyExN01geom.cc.

49 {
51  runMgr-> SetUserInitialization(new ExN01DetectorConstruction);
52 }
static G4RunManager * GetRunManager()
Definition: G4RunManager.cc:79

Here is the call graph for this function:

Here is the caller graph for this function: