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

Go to the source code of this file.

Functions

void export_geomdefs ()
 

Function Documentation

void export_geomdefs ( )

Definition at line 39 of file pygeomdefs.cc.

References tca::kNormal, optdata::kUndefined, and value.

Referenced by BOOST_PYTHON_MODULE().

40 {
41  enum_<EAxis>("EAxis")
42  .value("kXAxis", kXAxis)
43  .value("kYAxis", kYAxis)
44  .value("kZAxis", kZAxis)
45  .value("kRho", kRho)
46  .value("kRadial3D", kRadial3D)
47  .value("kPhi", kPhi)
48  .value("kUndefined", kUndefined)
49  ;
50 
51  enum_<EInside>("EInside")
52  .value("kOutside", kOutside)
53  .value("kSurface", kSurface)
54  .value("kInside", kInside)
55  ;
56 
57  enum_<EVolume>("EVolume")
58  .value("kNormal", kNormal)
59  .value("kReplica", kReplica)
60  .value("kParameterised", kParameterised)
61  ;
62 }
double value
Definition: spectrum.C:18