32 #include <boost/python.hpp> 
   36 using namespace boost::python;
 
   41 namespace pyG4VUserDetectorConstruction {
 
   47     return get_override(
"Construct")();
 
   53 using namespace pyG4VUserDetectorConstruction;
 
   63     (
"G4VUserDetectorConstruction",
 
   64      "base class of user detector construction")
 
   68          return_value_policy<reference_existing_object>())
 
virtual G4VPhysicalVolume * Construct()=0
 
G4VPhysicalVolume * Construct()
 
void export_G4VUserDetectorConstruction()