#include <boost/python.hpp>
#include "G4TrackingManager.hh"
Go to the source code of this file.
void export_G4TrackingManager |
( |
| ) |
|
Definition at line 40 of file pyG4TrackingManager.cc.
42 class_<G4TrackingManager>
43 (
"G4TrackingManager",
"tracking manager class")
51 .def(
"SetUserTrackInformation",
void SetStoreTrajectory(G4int value)
void SetUserTrackInformation(G4VUserTrackInformation *aValue)
void SetVerboseLevel(G4int vLevel)
G4int GetStoreTrajectory() const
G4int GetVerboseLevel() const