LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyG4StepStatus.cc File Reference
#include <boost/python.hpp>
#include "G4StepStatus.hh"

Go to the source code of this file.

Functions

void export_G4StepStatus ()
 

Function Documentation

void export_G4StepStatus ( )

Definition at line 39 of file pyG4StepStatus.cc.

References value.

Referenced by BOOST_PYTHON_MODULE().

40 {
41  enum_<G4StepStatus>("G4StepStatus")
42  .value("fWorldBoundary", fWorldBoundary)
43  .value("fGeomBoundary", fGeomBoundary)
44  .value("fAtRestDoItProc", fAtRestDoItProc)
45  .value("fAlongStepDoItProc", fAlongStepDoItProc)
46  .value("fPostStepDoItProc", fPostStepDoItProc)
47  .value("fUserDefinedLimit", fUserDefinedLimit)
48  .value("fExclusivelyForcedProc", fExclusivelyForcedProc)
49  .value("fUndefined", fUndefined)
50  ;
51 }
double value
Definition: spectrum.C:18