#include <boost/python.hpp>
#include "G4Run.hh"
#include "G4HCtable.hh"
#include "G4DCtable.hh"
Go to the source code of this file.
Definition at line 42 of file pyG4Run.cc.
44 class_<G4Run, G4Run*, boost::noncopyable>(
"G4Run",
"run class")
49 .def(
"GetNumberOfEventToBeProcessed",
51 .def(
"SetNumberOfEventToBeProcessed",
void SetNumberOfEventToBeProcessed(G4int n_ev)
G4int GetNumberOfEvent() const
G4int GetNumberOfEventToBeProcessed() const