LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyG4DecayTable.cc File Reference
#include <boost/python.hpp>
#include "G4DecayTable.hh"

Go to the source code of this file.

Functions

void export_G4DecayTable ()
 

Function Documentation

void export_G4DecayTable ( )

Definition at line 39 of file pyG4DecayTable.cc.

Referenced by BOOST_PYTHON_MODULE().

40 {
41  class_<G4DecayTable, G4DecayTable*, boost::noncopyable>
42  ("G4DecayTable", "decay table")
43  // ---
44  .def("DumpInfo", &G4DecayTable::DumpInfo)
45  ;
46 
47  // reduced functionality...
48  // ...
49 
50 }