#include <boost/python.hpp>
#include "G4UserEventAction.hh"
#include "G4Event.hh"
 
Go to the source code of this file.
◆ export_G4UserEventAction()
      
        
          | void export_G4UserEventAction  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 65 of file pyG4UserEventAction.cc.
   67   class_<CB_G4UserEventAction, CB_G4UserEventAction*, boost::noncopyable>
    68     ( 
"G4UserEventAction", 
"event action class")
 void BeginOfEventAction(const G4Event *anEvent)
 
virtual void EndOfEventAction(const G4Event *anEvent)
 
virtual void BeginOfEventAction(const G4Event *anEvent)
 
void EndOfEventAction(const G4Event *anEvent)