#include <boost/python.hpp>
#include "G4Event.hh"
Go to the source code of this file.
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<>())
G4VUserEventInformation * GetUserInformation() const
G4int GetNumberOfPrimaryVertex() const
void AddPrimaryVertex(G4PrimaryVertex *aPrimaryVertex)
G4TrajectoryContainer * GetTrajectoryContainer() const
void SetUserInformation(G4VUserEventInformation *anInfo)
G4PrimaryVertex * GetPrimaryVertex(G4int i=0) const