#include <boost/python.hpp>
#include "G4RunManagerKernel.hh"
Go to the source code of this file.
void export_G4RunManagerKernel |
( |
| ) |
|
Definition at line 53 of file pyG4RunManagerKernel.cc.
55 class_<G4RunManagerKernel>(
"G4RunManagerKernel",
"run manager kernel")
57 "Get an instance of G4RunManagerKernel",
58 return_value_policy<reference_existing_object>())
59 .staticmethod(
"GetRunManagerKernel")
65 f_RunInitialization())
static G4RunManagerKernel * GetRunManagerKernel()
G4bool RunInitialization(G4bool fakeRun=false)