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 
10 namespace MTDTopologyMode {
11 
12  enum class Mode { undefined=0, tile=1, bar=2, barzflat=3 };
13 
15 
16 }
17 
18 #endif // Geometry_MTDCommonData_MTDTopologyMode_H
Mode MTDStringToEnumParser(const std::string &)