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

Go to the source code of this file.

Namespaces

namespace  pyQgeom
 

Functions

 BOOST_PYTHON_MODULE (_Qgeom)
 
void pyQgeom::Construct ()
 

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( _Qgeom  )

Definition at line 61 of file pyQgeom.cc.

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

References pyQgeom::Construct().