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

Go to the source code of this file.

Functions

void export_G4TrackStatus ()
 

Function Documentation

void export_G4TrackStatus ( )

Definition at line 39 of file pyG4TrackStatus.cc.

References value.

Referenced by BOOST_PYTHON_MODULE().

40 {
41  enum_<G4TrackStatus>("G4TrackStatus")
42  .value("fAlive", fAlive)
43  .value("fStopButAlive", fStopButAlive)
44  .value("fStopAndKill", fStopAndKill)
45  .value("fKillTrackAndSecondaries", fKillTrackAndSecondaries)
46  .value("fSuspend", fSuspend)
47  .value("fPostponeToNextEvent", fPostponeToNextEvent)
48  ;
49 }
double value
Definition: spectrum.C:18