#include <boost/python.hpp>
#include "G4Step.hh"
Go to the source code of this file.
Definition at line 41 of file pyG4Step.cc.
43 class_<G4Step, G4Step*>(
"G4Step",
"step class")
46 return_value_policy<reference_existing_object>())
48 return_internal_reference<>())
50 return_internal_reference<>())
G4double GetDeltaEnergy() const
G4double GetStepLength() const
G4StepPoint * GetPreStepPoint() const
G4ThreeVector GetDeltaMomentum() const
G4double GetDeltaTime() const
G4double GetTotalEnergyDeposit() const
G4StepPoint * GetPostStepPoint() const
G4Track * GetTrack() const
G4ThreeVector GetDeltaPosition() const