#include <boost/python.hpp>
#include "G4Event.hh"
 
Go to the source code of this file.
◆ export_G4Event()
Definition at line 51 of file pyG4Event.cc.
   53   class_<G4Event, G4Event*, boost::noncopyable>(
"G4Event", 
"event class")
    66      f_GetPrimaryVertex()[return_internal_reference<>()])
    69      return_internal_reference<>())
    72      return_internal_reference<>())
 
void AddPrimaryVertex(G4PrimaryVertex *aPrimaryVertex)
 
G4int GetNumberOfPrimaryVertex() const
 
G4VUserEventInformation * GetUserInformation() const
 
void SetUserInformation(G4VUserEventInformation *anInfo)
 
G4TrajectoryContainer * GetTrajectoryContainer() const
 
G4PrimaryVertex * GetPrimaryVertex(G4int i=0) const