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

Go to the source code of this file.

Classes

struct  CB_G4UserSteppingAction
 

Functions

void export_G4UserSteppingAction ()
 

Function Documentation

void export_G4UserSteppingAction ( )

Definition at line 57 of file pyG4UserSteppingAction.cc.

58 {
59  class_<CB_G4UserSteppingAction, CB_G4UserSteppingAction*, boost::noncopyable>
60  ("G4UserSteppingAction", "stepping action class")
61 
62  .def("UserSteppingAction", &G4UserSteppingAction::UserSteppingAction,
64  ;
65 }
virtual void UserSteppingAction(const G4Step *)
void UserSteppingAction(const G4Step *astep)

Here is the call graph for this function:

Here is the caller graph for this function: