Geant4-11
Data Structures | Namespaces | Functions
pyG4VUserDetectorConstruction.cc File Reference
#include <boost/python.hpp>
#include "G4VUserDetectorConstruction.hh"
#include "G4VPhysicalVolume.hh"

Go to the source code of this file.

Data Structures

struct  pyG4VUserDetectorConstruction::CB_G4VUserDetectorConstruction
 

Namespaces

namespace  pyG4VUserDetectorConstruction
 

Functions

void export_G4VUserDetectorConstruction ()
 

Function Documentation

◆ export_G4VUserDetectorConstruction()

void export_G4VUserDetectorConstruction ( )

Definition at line 58 of file pyG4VUserDetectorConstruction.cc.

59{
61 boost::noncopyable>
62 ("G4VUserDetectorConstruction",
63 "base class of user detector construction")
64
65 .def("Construct",
67 return_value_policy<reference_existing_object>())
68 ;
69}
virtual G4VPhysicalVolume * Construct()=0

References G4VUserDetectorConstruction::Construct().

Referenced by BOOST_PYTHON_MODULE().