Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pymodG4g4gdml.cc File Reference
#include <boost/python.hpp>

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (G4gdml)
 

Function Documentation

BOOST_PYTHON_MODULE ( G4gdml  )

Definition at line 44 of file pymodG4g4gdml.cc.

45 {
46 #ifdef ENABLE_GDML
47  export_G4GDMLParser();
48 #endif
49 }