CMS 3D CMS Logo

MTDTopologyMode.h
Go to the documentation of this file.
1 #ifndef Geometry_MTDCommonData_MTDTopologyMode_H
2 #define Geometry_MTDCommonData_MTDTopologyMode_H
3 
5 #include <map>
6 #include <string>
7 #include <algorithm>
8 
9 namespace MTDTopologyMode {
10 
11  enum class Mode { undefined = 0, tile = 1, bar = 2, barzflat = 3, barphiflat = 4 };
12 
14 
15 } // namespace MTDTopologyMode
16 
17 #endif // Geometry_MTDCommonData_MTDTopologyMode_H
Mode MTDStringToEnumParser(const std::string &)