CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConstantsForPresentation.h
Go to the documentation of this file.
1 
2 #ifndef DataFormats_SiStripCommon_ConstantsForPresentation_H
3 #define DataFormats_SiStripCommon_ConstantsForPresentation_H
4 
6 #include <string>
7 
14 namespace sistrip {
15 
16  // ---------- Constants ----------
17 
18  static const char unknownPresentation_[] = "UnknownPresentation";
19  static const char undefinedPresentation_[] = "UndefinedPresentation";
20 
21  static const char histo1d_[] = "Histo1D";
22  static const char histo2dSum_[] = "Histo2DSum";
23  static const char histo2dScatter_[] = "Histo2DScatter";
24  static const char profile1D_[] = "Profile1D";
25 
26  // ---------- Enumerated type ----------
27 
30  HISTO_1D = 1,
34  };
35 
36 }
37 
38 #endif // DataFormats_SiStripCommon_ConstantsForPresentation_H
39 
40 
static const char unknownPresentation_[]
static const char histo2dScatter_[]
static const char profile1D_[]
static const char histo2dSum_[]
static const char undefinedPresentation_[]
static const uint16_t invalid_
Definition: Constants.h:16
static const uint16_t unknown_
Definition: Constants.h:19
static const char histo1d_[]