Geant4-11
Functions
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

◆ export_G4DecayTable()

void export_G4DecayTable ( )

Definition at line 39 of file pyG4DecayTable.cc.

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}
void DumpInfo() const

References G4DecayTable::DumpInfo().

Referenced by BOOST_PYTHON_MODULE().