#include <boost/python.hpp>
#include "G4Version.hh"
#include "G4ProductionCutsTable.hh"
#include "G4Material.hh"
 
Go to the source code of this file.
◆ export_G4ProductionCutsTable()
      
        
          | void export_G4ProductionCutsTable  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 42 of file pyG4ProductionCutsTable.cc.
   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 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