31 #include <boost/python.hpp>
35 using namespace boost::python;
40 namespace pyG4ChordFinder {
46 using namespace pyG4ChordFinder;
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*>())