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

Go to the source code of this file.

Functions

void export_G4ElementVector ()
 

Function Documentation

void export_G4ElementVector ( )

Definition at line 40 of file pyG4ElementVector.cc.

41 {
42  class_<G4ElementVector> ("G4ElementVector", "element vector")
44  .def(self_ns::str(self))
45  ;
46 }