32 #include <boost/python.hpp> 33 #include "G4ProcessType.hh" 42 enum_<G4ProcessType>(
"G4ProcessType")
43 .
value(
"fNotDefined", fNotDefined)
44 .value(
"fTransportation", fTransportation)
45 .value(
"fElectromagnetic", fElectromagnetic)
46 .value(
"fOptical", fOptical)
47 .value(
"fHadronic", fHadronic)
48 .value(
"fPhotolepton_hadron", fPhotolepton_hadron)
49 .value(
"fDecay", fDecay)
50 .value(
"fGeneral", fGeneral)
51 .value(
"fParameterisation", fParameterisation)
52 .value(
"fUserDefined", fUserDefined)
std::string value(boost::any const &)
void export_G4ProcessType()