Geant4-11
Functions
pyG4CrossSectionHandler.cc File Reference
#include <boost/python.hpp>
#include "G4CrossSectionHandler.hh"

Go to the source code of this file.

Functions

void export_G4CrossSectionHandler ()
 

Function Documentation

◆ export_G4CrossSectionHandler()

void export_G4CrossSectionHandler ( )

Definition at line 39 of file pyG4CrossSectionHandler.cc.

40{
41 class_<G4CrossSectionHandler, bases<G4VCrossSectionHandler>,
42 boost::noncopyable>
43 ("G4CrossSectionHandler", "cross section handler")
44 .def(init<>())
45 ;
46}

Referenced by BOOST_PYTHON_MODULE().