Geant4  10.02.p01
pymodG4track.cc File Reference
#include <boost/python.hpp>
+ Include dependency graph for pymodG4track.cc:

Go to the source code of this file.

Functions

void export_G4Track ()
 
void export_G4TrackStatus ()
 
void export_G4Step ()
 
void export_G4StepPoint ()
 
void export_G4StepStatus ()
 
 BOOST_PYTHON_MODULE (G4track)
 

Function Documentation

BOOST_PYTHON_MODULE ( G4track  )

Definition at line 45 of file pymodG4track.cc.

References export_G4Step(), export_G4StepPoint(), export_G4StepStatus(), export_G4Track(), and export_G4TrackStatus().

+ Here is the call graph for this function:

void export_G4Step ( )

Definition at line 41 of file pyG4Step.cc.

References G4Step::GetDeltaEnergy(), G4Step::GetDeltaMomentum(), G4Step::GetDeltaPosition(), G4Step::GetDeltaTime(), G4Step::GetPostStepPoint(), G4Step::GetPreStepPoint(), G4Step::GetStepLength(), G4Step::GetTotalEnergyDeposit(), and G4Step::GetTrack().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_G4StepPoint ( )

Definition at line 41 of file pyG4StepPoint.cc.

References G4StepPoint::GetBeta(), G4StepPoint::GetCharge(), G4StepPoint::GetGamma(), G4StepPoint::GetGlobalTime(), G4StepPoint::GetKineticEnergy(), G4StepPoint::GetLocalTime(), G4StepPoint::GetMass(), G4StepPoint::GetMaterial(), G4StepPoint::GetMomentum(), G4StepPoint::GetMomentumDirection(), G4StepPoint::GetPolarization(), G4StepPoint::GetPosition(), G4StepPoint::GetProcessDefinedStep(), G4StepPoint::GetProperTime(), G4StepPoint::GetStepStatus(), G4StepPoint::GetTotalEnergy(), G4StepPoint::GetTouchable(), G4StepPoint::GetVelocity(), and G4StepPoint::GetWeight().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_G4StepStatus ( )

Definition at line 40 of file pyG4StepStatus.cc.

References fAlongStepDoItProc, fAtRestDoItProc, fExclusivelyForcedProc, fGeomBoundary, fPostStepDoItProc, fUndefined, fUserDefinedLimit, and fWorldBoundary.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4TrackStatus ( )

Definition at line 40 of file pyG4TrackStatus.cc.

References fAlive, fKillTrackAndSecondaries, fPostponeToNextEvent, fStopAndKill, fStopButAlive, and fSuspend.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function: