#include <boost/python.hpp>
#include "G4StackManager.hh"
Go to the source code of this file.
◆ export_G4StackManager()
void export_G4StackManager |
( |
| ) |
|
Definition at line 55 of file pyG4StackManager.cc.
57 class_<G4StackManager, boost::noncopyable>
58 (
"G4StackManager",
"stack management class")
66 f_ClearWaitingStack())
G4int GetNTotalTrack() const
G4int GetNWaitingTrack(int i=0) const
void SetVerboseLevel(G4int const value)
G4int GetNUrgentTrack() const
void ClearPostponeStack()
void ClearWaitingStack(int i=0)