Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyG4TrackingManager.cc File Reference
#include <boost/python.hpp>
#include "G4TrackingManager.hh"
Include dependency graph for pyG4TrackingManager.cc:

Go to the source code of this file.

Functions

void export_G4TrackingManager ()
 

Function Documentation

void export_G4TrackingManager ( )

Definition at line 40 of file pyG4TrackingManager.cc.

41 {
42  class_<G4TrackingManager>
43  ("G4TrackingManager", "tracking manager class")
44  // ---
45  // Note that exposed items are limited, because this class object
46  // is mainly for internal uses.
47  .def("GetStoreTrajectory", &G4TrackingManager::GetStoreTrajectory)
48  .def("SetStoreTrajectory", &G4TrackingManager::SetStoreTrajectory)
49  .def("SetVerboseLevel", &G4TrackingManager::SetVerboseLevel)
50  .def("GetVerboseLevel", &G4TrackingManager::GetVerboseLevel)
51  .def("SetUserTrackInformation",
53  ;
54 }
void SetStoreTrajectory(G4int value)
void SetUserTrackInformation(G4VUserTrackInformation *aValue)
void SetVerboseLevel(G4int vLevel)
G4int GetStoreTrajectory() const
G4int GetVerboseLevel() const

Here is the call graph for this function:

Here is the caller graph for this function: