Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

void export_G4DecayTable ( )

Definition at line 40 of file pyG4DecayTable.cc.

References G4DecayTable::DumpInfo().

Referenced by BOOST_PYTHON_MODULE().

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