32 #include <boost/python.hpp>    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 void SetEnergyRange(G4double lowedge, G4double highedge)
 
G4int GetVerboseLevel() const
 
void export_G4ProductionCutsTable()
 
void SetVerboseLevel(G4int value)
 
G4bool IsModified() const
 
static G4ProductionCutsTable * GetProductionCutsTable()
 
G4double GetHighEdgeEnergy() const
 
G4double ConvertRangeToEnergy(const G4ParticleDefinition *particle, const G4Material *material, G4double range)
 
G4double GetLowEdgeEnergy() const