CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConstantsForView.h
Go to the documentation of this file.
1 #ifndef DataFormats_SiStripCommon_ConstantsForView_H
2 #define DataFormats_SiStripCommon_ConstantsForView_H
3 
5 #include <string>
6 
13 namespace sistrip {
14 
15  // ---------- Constants ----------
16 
17  static const char unknownView_[] = "UnknownView";
18  static const char undefinedView_[] = "UndefinedView";
19 
20  static const char readoutView_[] = "ReadoutView";
21  static const char controlView_[] = "ControlView";
22  static const char detectorView_[] = "DetectorView";
23 
24  // ---------- Enumerated type ----------
25 
31  };
32 
33 }
34 
35 #endif // DataFormats_SiStripCommon_ConstantsForView_H
36 
37 
static const char unknownView_[]
static const char detectorView_[]
static const char undefinedView_[]
static const char controlView_[]
static const uint16_t invalid_
Definition: Constants.h:16
static const uint16_t unknown_
Definition: Constants.h:19
static const char readoutView_[]