LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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

void export_G4CrossSectionHandler ( )

Definition at line 39 of file pyG4CrossSectionHandler.cc.

Referenced by BOOST_PYTHON_MODULE().

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