#include <HGCalGeometryMode.h>
Public Member Functions | |
template<> | |
HGCalStringToEnumParser () | |
HGCalStringToEnumParser (void) | |
template<> | |
HGCalStringToEnumParser () | |
T | parseString (const std::string &value) |
Private Attributes | |
std::map< std::string, T > | enumMap |
Definition at line 10 of file HGCalGeometryMode.h.
HGCalStringToEnumParser< T >::HGCalStringToEnumParser | ( | void | ) |
HGCalStringToEnumParser< HGCalGeometryMode::GeometryMode >::HGCalStringToEnumParser | ( | void | ) |
Definition at line 5 of file HGCalGeometryMode.cc.
References HGCalGeometryMode::Hexagon, HGCalGeometryMode::Hexagon8, HGCalGeometryMode::Hexagon8Full, HGCalGeometryMode::HexagonFull, HGCalGeometryMode::Square, and HGCalGeometryMode::Trapezoid.
HGCalStringToEnumParser< HGCalGeometryMode::WaferMode >::HGCalStringToEnumParser | ( | void | ) |
Definition at line 16 of file HGCalGeometryMode.cc.
References HGCalGeometryMode::ExtrudedPolygon, and HGCalGeometryMode::Polyhedra.
|
inline |
Definition at line 16 of file HGCalGeometryMode.h.
|
private |
Definition at line 11 of file HGCalGeometryMode.h.