LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
pyG4ExceptionSeverity.cc File Reference
#include <boost/python.hpp>
#include "G4ExceptionSeverity.hh"

Go to the source code of this file.

Functions

void export_G4ExceptionSeverity ()
 

Function Documentation

void export_G4ExceptionSeverity ( )

Definition at line 42 of file pyG4ExceptionSeverity.cc.

References fhicl::detail::atom::value().

Referenced by BOOST_PYTHON_MODULE().

43 {
44  enum_<G4ExceptionSeverity>("G4ExceptionSeverity")
45  .value("FatalException", FatalException)
46  .value("FatalErrorInArgument", FatalErrorInArgument)
47  .value("RunMustBeAborted", RunMustBeAborted)
48  .value("EventMustBeAborted", EventMustBeAborted)
49  .value("JustWarning", JustWarning)
50  ;
51 
52 }
std::string value(boost::any const &)