Geant4  10.00.p01
pymodG4global.cc File Reference
#include <boost/python.hpp>
+ Include dependency graph for pymodG4global.cc:

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)
 

Function Documentation

void export_G4ApplicationState ( )

Definition at line 42 of file pyG4ApplicationState.cc.

References G4State_Abort, G4State_EventProc, G4State_GeomClosed, G4State_Idle, G4State_Init, G4State_PreInit, and G4State_Quit.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4Exception ( )

Definition at line 110 of file pyG4Exception.cc.

References pyG4Exception::f2_G4Exception().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_G4ExceptionHandler ( )

Definition at line 104 of file pyG4ExceptionHandler.cc.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4ExceptionSeverity ( )

Definition at line 42 of file pyG4ExceptionSeverity.cc.

References EventMustBeAborted, FatalErrorInArgument, FatalException, JustWarning, and RunMustBeAborted.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4RandomDirection ( )

Definition at line 40 of file pyG4RandomDirection.cc.

References G4RandomDirection().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_G4RotationMatrix ( )

Definition at line 54 of file pyG4RotationMatrix.cc.

References pyG4RotationMatrix::f1_rotate, and pyG4RotationMatrix::f2_rotate.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4StateManager ( )

Definition at line 40 of file pyG4StateManager.cc.

References G4StateManager::GetCurrentState(), G4StateManager::GetPreviousState(), G4StateManager::GetStateManager(), and G4StateManager::GetStateString().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_G4String ( )

Definition at line 48 of file pyG4String.cc.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4Timer ( )

Definition at line 40 of file pyG4Timer.cc.

References G4Timer::GetRealElapsed(), G4Timer::GetSystemElapsed(), G4Timer::GetUserElapsed(), G4Timer::IsValid(), G4Timer::Start(), and G4Timer::Stop().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_G4Transform3D ( )

Definition at line 44 of file pyG4Transform3D.cc.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4TwoVector ( )

Definition at line 61 of file pyG4TwoVector.cc.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_G4UnitsTable ( )
void export_G4UserLimits ( )

Definition at line 41 of file pyG4UserLimits.cc.

References G4UserLimits::GetType(), G4UserLimits::GetUserMaxTime(), G4UserLimits::GetUserMaxTrackLength(), G4UserLimits::GetUserMinEkine(), G4UserLimits::GetUserMinRange(), G4UserLimits::SetMaxAllowedStep(), G4UserLimits::SetType(), G4UserLimits::SetUserMaxTime(), G4UserLimits::SetUserMaxTrackLength(), G4UserLimits::SetUserMinEkine(), and G4UserLimits::SetUserMinRange().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_G4Version ( )

Definition at line 40 of file pyG4Version.cc.

References G4Date, G4Version, and G4VERSION_NUMBER.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_geomdefs ( )

Definition at line 40 of file pygeomdefs.cc.

References kInside, kNormal, kOutside, kParameterised, kPhi, kRadial3D, kReplica, kRho, kSurface, kUndefined, kXAxis, kYAxis, and kZAxis.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_globals ( )

Definition at line 78 of file pyglobals.cc.

References pyglobals::ResetG4PyCoutDestination(), and pyglobals::SetG4PyCoutDestination().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void export_RandomEngines ( )

Definition at line 45 of file pyRandomEngines.cc.

Referenced by BOOST_PYTHON_MODULE().

+ Here is the caller graph for this function:

void export_Randomize ( )

Definition at line 177 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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: