Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyEMSTDpl.cc File Reference
#include <boost/python.hpp>
#include "G4RunManager.hh"
#include "PhysicsListEMstd.hh"
Include dependency graph for pyEMSTDpl.cc:

Go to the source code of this file.

Namespaces

 pyEMSTDpl
 

Functions

PhysicsListEMstdpyEMSTDpl::Construct ()
 
 BOOST_PYTHON_MODULE (EMSTDpl)
 

Function Documentation

BOOST_PYTHON_MODULE ( EMSTDpl  )

Definition at line 66 of file pyEMSTDpl.cc.

66  {
67 
68  class_<PhysicsListEMstd, PhysicsListEMstd*, bases<G4VUserPhysicsList> >
69  ("PhysicsListEMstd", "Electron/Gamma EM-standard physics list")
70  ;
71 
72  // ---
73  def("Construct", Construct,
74  return_value_policy<reference_existing_object>());
75 
76 }
void Construct()
Definition: pyExN01geom.cc:48

Here is the call graph for this function: