Geant4
10.02.p01
|
#include <boost/python.hpp>
Go to the source code of this file.
Functions | |
void | export_G4TrackingManager () |
void | export_G4UserSteppingAction () |
void | export_G4UserTrackingAction () |
BOOST_PYTHON_MODULE (G4tracking) | |
BOOST_PYTHON_MODULE | ( | G4tracking | ) |
Definition at line 43 of file pymodG4tracking.cc.
References export_G4TrackingManager(), export_G4UserSteppingAction(), and export_G4UserTrackingAction().
void export_G4TrackingManager | ( | ) |
Definition at line 40 of file pyG4TrackingManager.cc.
References G4TrackingManager::GetStoreTrajectory(), G4TrackingManager::GetVerboseLevel(), G4TrackingManager::SetStoreTrajectory(), G4TrackingManager::SetUserTrackInformation(), and G4TrackingManager::SetVerboseLevel().
Referenced by BOOST_PYTHON_MODULE().
void export_G4UserSteppingAction | ( | ) |
Definition at line 57 of file pyG4UserSteppingAction.cc.
References CB_G4UserSteppingAction::UserSteppingAction(), and G4UserSteppingAction::UserSteppingAction().
Referenced by BOOST_PYTHON_MODULE().
void export_G4UserTrackingAction | ( | ) |
Definition at line 68 of file pyG4UserTrackingAction.cc.
References CB_G4UserTrackingAction::PostUserTrackingAction(), G4UserTrackingAction::PostUserTrackingAction(), CB_G4UserTrackingAction::PreUserTrackingAction(), and G4UserTrackingAction::PreUserTrackingAction().
Referenced by BOOST_PYTHON_MODULE().