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_globals () |
void | export_geomdefs () |
void | export_G4StateManager () |
void | export_G4ApplicationState () |
void | export_G4String () |
void | export_G4ThreeVector () |
void | export_G4RotationMatrix () |
void | export_G4Transform3D () |
void | export_G4UnitsTable () |
void | export_Randomize () |
void | export_RandomEngines () |
void | export_G4RandomDirection () |
void | export_G4UserLimits () |
void | export_G4Timer () |
void | export_G4Version () |
void | export_G4Exception () |
void | export_G4ExceptionHandler () |
void | export_G4ExceptionSeverity () |
void | export_G4TwoVector () |
BOOST_PYTHON_MODULE (G4global) | |
BOOST_PYTHON_MODULE | ( | G4global | ) |
Definition at line 59 of file pymodG4global.cc.
References export_G4ApplicationState(), export_G4Exception(), export_G4ExceptionHandler(), export_G4ExceptionSeverity(), export_G4RandomDirection(), export_G4RotationMatrix(), export_G4StateManager(), export_G4String(), export_G4ThreeVector(), export_G4Timer(), export_G4Transform3D(), export_G4TwoVector(), export_G4UnitsTable(), export_G4UserLimits(), export_G4Version(), export_geomdefs(), export_globals(), export_RandomEngines(), and export_Randomize().
void export_G4ApplicationState | ( | ) |
Definition at line 41 of file pyG4ApplicationState.cc.
References value.
Referenced by BOOST_PYTHON_MODULE().
void export_G4Exception | ( | ) |
Definition at line 110 of file pyG4Exception.cc.
References pyG4Exception::f2_G4Exception().
Referenced by BOOST_PYTHON_MODULE().
void export_G4ExceptionHandler | ( | ) |
Definition at line 104 of file pyG4ExceptionHandler.cc.
Referenced by BOOST_PYTHON_MODULE().
void export_G4ExceptionSeverity | ( | ) |
Definition at line 41 of file pyG4ExceptionSeverity.cc.
References value.
Referenced by BOOST_PYTHON_MODULE().
void export_G4RandomDirection | ( | ) |
Definition at line 51 of file pyG4RandomDirection.cc.
References pyG4RandomDirection::G4RandomDirection_1, and pyG4RandomDirection::G4RandomDirection_2.
Referenced by BOOST_PYTHON_MODULE().
void export_G4RotationMatrix | ( | ) |
Definition at line 53 of file pyG4RotationMatrix.cc.
References pyG4RotationMatrix::f1_rotate, pyG4RotationMatrix::f2_rotate, trkf::invert(), xx, and zz.
Referenced by BOOST_PYTHON_MODULE().
void export_G4StateManager | ( | ) |
void export_G4String | ( | ) |
void export_G4ThreeVector | ( | ) |
Definition at line 98 of file pyG4ThreeVector.cc.
References geo::vect::cross(), geo::vect::dot(), pyG4ThreeVector::f1_angle, pyG4ThreeVector::f1_azimAngle, pyG4ThreeVector::f1_cos2Theta, pyG4ThreeVector::f1_cosTheta, pyG4ThreeVector::f1_eta, pyG4ThreeVector::f1_perp2, pyG4ThreeVector::f1_perpPart, pyG4ThreeVector::f1_polarAngle, pyG4ThreeVector::f1_project, pyG4ThreeVector::f1_rapidity, pyG4ThreeVector::f1_rotate, pyG4ThreeVector::f1_theta, pyG4ThreeVector::f2_angle, pyG4ThreeVector::f2_azimAngle, pyG4ThreeVector::f2_cos2Theta, pyG4ThreeVector::f2_cosTheta, pyG4ThreeVector::f2_eta, pyG4ThreeVector::f2_perp2, pyG4ThreeVector::f2_perpPart, pyG4ThreeVector::f2_polarAngle, pyG4ThreeVector::f2_project, pyG4ThreeVector::f2_rapidity, pyG4ThreeVector::f2_rotate, pyG4ThreeVector::f2_theta, pyG4ThreeVector::f5_rotate, geo::vect::mag2(), r, x, y, and z.
Referenced by BOOST_PYTHON_MODULE().
void export_G4Timer | ( | ) |
void export_G4Transform3D | ( | ) |
void export_G4TwoVector | ( | ) |
Definition at line 56 of file pyG4TwoVector.cc.
References geo::vect::dot(), geo::vect::mag2(), r, x, and y.
Referenced by BOOST_PYTHON_MODULE().
void export_G4UnitsTable | ( | ) |
void export_G4UserLimits | ( | ) |
Definition at line 40 of file pyG4UserLimits.cc.
Referenced by BOOST_PYTHON_MODULE().
void export_G4Version | ( | ) |
Definition at line 39 of file pyG4Version.cc.
Referenced by BOOST_PYTHON_MODULE().
void export_geomdefs | ( | ) |
Definition at line 39 of file pygeomdefs.cc.
References tca::kNormal, optdata::kUndefined, and value.
Referenced by BOOST_PYTHON_MODULE().
void export_globals | ( | ) |
Definition at line 76 of file pyglobals.cc.
References pyglobals::ResetG4PyCoutDestination(), and pyglobals::SetG4PyCoutDestination().
Referenced by BOOST_PYTHON_MODULE().
void export_RandomEngines | ( | ) |
void export_Randomize | ( | ) |
Definition at line 176 of file pyRandomize.cc.
References pyRandomize::f1_RandBit_shootBit(), pyRandomize::f1_RandGaussQ_shoot(), pyRandomize::f1_restoreEngineStatus(), pyRandomize::f1_saveEngineStatus(), pyRandomize::f1_setTheSeed(), pyRandomize::f1_setTheSeeds(), pyRandomize::f2_RandGaussQ_shoot(), pyRandomize::f2_restoreEngineStatus(), pyRandomize::f2_saveEngineStatus(), pyRandomize::f2_setTheSeed(), pyRandomize::f2_setTheSeeds(), pyRandomize::f_G4UniformRand(), pyRandomize::f_getTheSeeds(), and pyRandomize::f_getTheTableSeeds().
Referenced by BOOST_PYTHON_MODULE().