CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConstantsForKeyType.h
Go to the documentation of this file.
1 
2 #ifndef DataFormats_SiStripCommon_ConstantsForKeyType_H
3 #define DataFormats_SiStripCommon_ConstantsForKeyType_H
4 
6 #include <string>
7 
14 namespace sistrip {
15 
16  // ---------- Constants ----------
17 
18  static const char unknownKey_[] = "UnknownKey";
19  static const char undefinedKey_[] = "UndefinedKey";
20 
21  static const char fedKey_[] = "FedKey";
22  static const char fecKey_[] = "FecKey";
23  static const char detKey_[] = "DetKey";
24 
25  // ---------- Enumerated type ----------
26 
29  FED_KEY = 1,
30  FEC_KEY = 2,
31  DET_KEY = 3
32  };
33 
34 }
35 
36 #endif // DataFormats_SiStripCommon_ConstantsForKeyType_H
37 
38 
static const char undefinedKey_[]
static const char unknownKey_[]
static const char fedKey_[]
static const char fecKey_[]
static const uint16_t invalid_
Definition: Constants.h:16
static const uint16_t unknown_
Definition: Constants.h:19
static const char detKey_[]