32 #include <boost/python.hpp> 
   37 using namespace boost::python;
 
   44   class_<G4ProductionCutsTable, boost::noncopyable>
 
   45     (
"G4ProductionCutsTable", 
"production cuts table", no_init)    
 
   46     .def(
"GetProductionCutsTable", 
 
   48          return_value_policy<reference_existing_object>())
 
   49     .staticmethod(
"GetProductionCutsTable")
 
   60 #if G4VERSION_NUMBER >= 830 
G4double GetHighEdgeEnergy() const 
 
void SetEnergyRange(G4double lowedge, G4double highedge)
 
void export_G4ProductionCutsTable()
 
void SetVerboseLevel(G4int value)
 
G4double GetLowEdgeEnergy() const 
 
static G4ProductionCutsTable * GetProductionCutsTable()
 
G4bool IsModified() const 
 
G4double ConvertRangeToEnergy(const G4ParticleDefinition *particle, const G4Material *material, G4double range)
 
G4int GetVerboseLevel() const