CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Region.h
Go to the documentation of this file.
1 #ifndef REGION_HH_
2 #define REGION_HH_
3 
4 
5 namespace pftools {
6 
7 enum Region {
9 };
10 
11 const char* const RegionNames[] = { "NOREGION", "BARREL_POS", "TRANSITION_POS", "ENDCAP_POS" };
12 
13 
14 }
15 #endif //REGION_HH_
const char *const RegionNames[]
Definition: Region.h:11
Region
Definition: Region.h:7