LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include <boost/python.hpp>
Go to the source code of this file.
Functions | |
void | export_G4ProcessManager () |
void | export_G4ProcessTable () |
void | export_G4VProcess () |
void | export_G4ProcVector () |
void | export_G4ProcessType () |
void | export_G4EmCalculator () |
void | export_G4ProductionCutsTable () |
void | export_G4VCrossSectionHandler () |
void | export_G4CrossSectionHandler () |
BOOST_PYTHON_MODULE (G4processes) | |
BOOST_PYTHON_MODULE | ( | G4processes | ) |
Definition at line 48 of file pymodG4processes.cc.
References export_G4CrossSectionHandler(), export_G4EmCalculator(), export_G4ProcessManager(), export_G4ProcessTable(), export_G4ProcessType(), export_G4ProcVector(), export_G4ProductionCutsTable(), export_G4VCrossSectionHandler(), and export_G4VProcess().
void export_G4CrossSectionHandler | ( | ) |
Definition at line 39 of file pyG4CrossSectionHandler.cc.
Referenced by BOOST_PYTHON_MODULE().
void export_G4EmCalculator | ( | ) |
Definition at line 213 of file pyG4EmCalculator.cc.
References pyG4EmCalculator::f1_ComputeElectronicDEDX, pyG4EmCalculator::f1_ComputeEnergyCutFromRangeCut, pyG4EmCalculator::f1_ComputeMeanFreePath, pyG4EmCalculator::f1_ComputeNuclearDEDX, pyG4EmCalculator::f1_GetCrossSectionPerVolume, pyG4EmCalculator::f1_GetDEDX, pyG4EmCalculator::f1_GetKinEnergy, pyG4EmCalculator::f1_GetRange, pyG4EmCalculator::f2_ComputeCrossSectionPerAtom, pyG4EmCalculator::f2_ComputeCrossSectionPerVolume, pyG4EmCalculator::f2_ComputeDEDX, pyG4EmCalculator::f2_ComputeElectronicDEDX, pyG4EmCalculator::f2_ComputeEnergyCutFromRangeCut, pyG4EmCalculator::f2_ComputeMeanFreePath, pyG4EmCalculator::f2_ComputeNuclearDEDX, pyG4EmCalculator::f2_ComputeTotalDEDX, pyG4EmCalculator::f2_GetCrossSectionPerVolume, pyG4EmCalculator::f2_GetDEDX, pyG4EmCalculator::f2_GetKinEnergy, and pyG4EmCalculator::f2_GetMeanFreePath.
Referenced by BOOST_PYTHON_MODULE().
void export_G4ProcessManager | ( | ) |
Definition at line 170 of file pyG4ProcessManager.cc.
References pyG4ProcessManager::f1_GetProcessActivation, pyG4ProcessManager::f1_SetProcessActivation, pyG4ProcessManager::f2_GetProcessActivation, pyG4ProcessManager::f2_RemoveProcess, pyG4ProcessManager::f2_SetProcessActivation, pyG4ProcessManager::f_GetProcessList(), pyG4ProcessManager::f_GetProcessVector(), and value.
Referenced by BOOST_PYTHON_MODULE().
void export_G4ProcessTable | ( | ) |
Definition at line 143 of file pyG4ProcessTable.cc.
References pyG4ProcessTable::f1_FindProcess, pyG4ProcessTable::f1_FindProcesses(), pyG4ProcessTable::f1_SetProcessActivation, pyG4ProcessTable::f2_FindProcess, pyG4ProcessTable::f2_FindProcesses(), pyG4ProcessTable::f2_SetProcessActivation, pyG4ProcessTable::f3_FindProcess, pyG4ProcessTable::f3_FindProcesses(), pyG4ProcessTable::f3_SetProcessActivation, pyG4ProcessTable::f4_FindProcesses(), pyG4ProcessTable::f4_SetProcessActivation, pyG4ProcessTable::f5_SetProcessActivation, pyG4ProcessTable::f6_SetProcessActivation, pyG4ProcessTable::f7_SetProcessActivation, pyG4ProcessTable::f8_SetProcessActivation, and tca::Length().
Referenced by BOOST_PYTHON_MODULE().
void export_G4ProcessType | ( | ) |
Definition at line 39 of file pyG4ProcessType.cc.
References value.
Referenced by BOOST_PYTHON_MODULE().
void export_G4ProcVector | ( | ) |
void export_G4ProductionCutsTable | ( | ) |
void export_G4VCrossSectionHandler | ( | ) |
Definition at line 60 of file pyG4VCrossSectionHandler.cc.
References pyG4VCrossSectionHandler::f1_FindValue, and pyG4VCrossSectionHandler::f2_FindValue.
Referenced by BOOST_PYTHON_MODULE().
void export_G4VProcess | ( | ) |