#include <boost/python.hpp>
#include "G4Version.hh"
#include "G4ProductionCutsTable.hh"
#include "G4Material.hh"
Go to the source code of this file.
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
G4double GetHighEdgeEnergy() const
void SetEnergyRange(G4double lowedge, G4double highedge)
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