LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
pyG4ProcVector.cc File Reference
#include <boost/python.hpp>
#include "pyG4indexing.hh"
#include "G4VProcess.hh"

Go to the source code of this file.

Namespaces

 pyG4ProcVector
 

Typedefs

typedef std::vector< G4VProcess * > pyG4ProcVector::G4ProcVector
 

Functions

void export_G4ProcVector ()
 

Function Documentation

void export_G4ProcVector ( )

Definition at line 49 of file pyG4ProcVector.cc.

Referenced by BOOST_PYTHON_MODULE().

50 {
51  class_<G4ProcVector> ("G4ProcVector", "process vector")
53  ;
54 }