Geant4  10.02.p03
pyG4CrossSectionHandler.cc File Reference
#include <boost/python.hpp>
#include "G4CrossSectionHandler.hh"
Include dependency graph for pyG4CrossSectionHandler.cc:

Go to the source code of this file.

Functions

void export_G4CrossSectionHandler ()
 

Function Documentation

◆ export_G4CrossSectionHandler()

void export_G4CrossSectionHandler ( )

Definition at line 40 of file pyG4CrossSectionHandler.cc.

41 {
42  class_<G4CrossSectionHandler, bases<G4VCrossSectionHandler>,
43  boost::noncopyable>
44  ("G4CrossSectionHandler", "cross section handler")
45  .def(init<>())
46  ;
47 }
Here is the caller graph for this function: