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 // Last commit: $Id: ConstantsForKeyType.h,v 1.3 2009/02/10 21:45:54 lowette Exp $
2 
3 #ifndef DataFormats_SiStripCommon_ConstantsForKeyType_H
4 #define DataFormats_SiStripCommon_ConstantsForKeyType_H
5 
7 #include <string>
8 
15 namespace sistrip {
16 
17  // ---------- Constants ----------
18 
19  static const char unknownKey_[] = "UnknownKey";
20  static const char undefinedKey_[] = "UndefinedKey";
21 
22  static const char fedKey_[] = "FedKey";
23  static const char fecKey_[] = "FecKey";
24  static const char detKey_[] = "DetKey";
25 
26  // ---------- Enumerated type ----------
27 
30  FED_KEY = 1,
31  FEC_KEY = 2,
32  DET_KEY = 3
33  };
34 
35 }
36 
37 #endif // DataFormats_SiStripCommon_ConstantsForKeyType_H
38 
39 
static const char undefinedKey_[]
static const char unknownKey_[]
static const char fedKey_[]
static const char fecKey_[]
static const uint16_t invalid_
Definition: Constants.h:17
static const uint16_t unknown_
Definition: Constants.h:20
static const char detKey_[]