33 #include <boost/python.hpp>
37 using namespace boost::python;
42 namespace pyG4ChordFinder {
48 using namespace pyG4ChordFinder;
55 class_<G4ChordFinder, G4ChordFinder*, boost::noncopyable>
56 (
"G4ChordFinder",
"chord finder class", no_init)
58 .def(init<G4MagInt_Driver*>())
59 .def(init<G4MagneticField*>())
60 .def(init<G4MagneticField*, G4double>())
61 .def(init<G4MagneticField*, G4double, G4MagIntegratorStepper*>())