Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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: