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

Go to the source code of this file.

Classes

struct  CB_G4UserTrackingAction
 

Functions

void export_G4UserTrackingAction ()
 

Function Documentation

void export_G4UserTrackingAction ( )

Definition at line 68 of file pyG4UserTrackingAction.cc.

69 {
70  class_<CB_G4UserTrackingAction, CB_G4UserTrackingAction*, boost::noncopyable>
71  ("G4UserTrackingAction", "tracking action class")
72  // ---
73  .def("PreUserTrackingAction",
76  .def("PostUserTrackingAction",
79  ;
80 }
void PostUserTrackingAction(const G4Track *atrack)
void PreUserTrackingAction(const G4Track *atrack)
virtual void PostUserTrackingAction(const G4Track *)
virtual void PreUserTrackingAction(const G4Track *)

Here is the call graph for this function:

Here is the caller graph for this function: