31#include <boost/python.hpp>
35using namespace boost::python;
53 class_<G4ChordFinder, G4ChordFinder*, boost::noncopyable>
54 (
"G4ChordFinder",
"chord finder class", no_init)
56 .def(init<G4MagneticField*>())
57 .def(init<G4MagneticField*, G4double>())
58 .def(init<G4MagneticField*, G4double, G4MagIntegratorStepper*>())
G4double GetDeltaChord() const
G4int SetVerbose(G4int newvalue=1)
void SetDeltaChord(G4double newval)
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_ClearWaitingStack, ClearWaitingStack, 0, 1) BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_GetNWaitingTrack
void export_G4ChordFinder()