Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

 pyExN03geom
 

Functions

void pyExN03geom::Construct ()
 
 BOOST_PYTHON_MODULE (ExN01geom)
 

Function Documentation

BOOST_PYTHON_MODULE ( ExN01geom  )

Definition at line 62 of file pyExN01geom.cc.

References pyExN03geom::Construct().

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