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

Go to the source code of this file.

Classes

struct  CB_G4UserSteppingAction
 

Functions

void export_G4UserSteppingAction ()
 

Function Documentation

void export_G4UserSteppingAction ( )

Definition at line 56 of file pyG4UserSteppingAction.cc.

References CB_G4UserSteppingAction::UserSteppingAction().

Referenced by BOOST_PYTHON_MODULE().

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