LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include <boost/python.hpp>
#include "G4VCrossSectionHandler.hh"
#include "G4VDataSetAlgorithm.hh"
#include "G4Material.hh"
#include "G4Element.hh"
Go to the source code of this file.
Namespaces | |
pyG4VCrossSectionHandler | |
Functions | |
void | export_G4VCrossSectionHandler () |
Variables | |
G4double(G4VCrossSectionHandler::* | pyG4VCrossSectionHandler::f1_FindValue )(G4int, G4double) const = &G4VCrossSectionHandler::FindValue |
G4double(G4VCrossSectionHandler::* | pyG4VCrossSectionHandler::f2_FindValue )(G4int, G4double, G4int) const = &G4VCrossSectionHandler::FindValue |
void export_G4VCrossSectionHandler | ( | ) |
Definition at line 60 of file pyG4VCrossSectionHandler.cc.
References pyG4VCrossSectionHandler::f1_FindValue, and pyG4VCrossSectionHandler::f2_FindValue.
Referenced by BOOST_PYTHON_MODULE().