Geant4-11
Namespaces | Functions
pyExN01geom.cc File Reference
#include <boost/python.hpp>
#include "G4RunManager.hh"
#include "ExN01DetectorConstruction.hh"

Go to the source code of this file.

Namespaces

namespace  pyExN03geom
 

Functions

 BOOST_PYTHON_MODULE (_ExN01geom)
 
void pyExN03geom::Construct ()
 

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( _ExN01geom  )

Definition at line 61 of file pyExN01geom.cc.

61 {
62
64 bases<G4VUserDetectorConstruction> >
65 ("ExN01DetectorConstruction", "ExN01 detector")
66 ;
67
68 // ---
69 def("Construct", Construct);
70}
void Construct()
Definition: pyExN01geom.cc:47

References pyExN03geom::Construct().