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 // Last commit: $Id: ConstantsForPresentation.h,v 1.4 2009/02/10 21:45:54 lowette Exp $
2 
3 #ifndef DataFormats_SiStripCommon_ConstantsForPresentation_H
4 #define DataFormats_SiStripCommon_ConstantsForPresentation_H
5 
7 #include <string>
8 
15 namespace sistrip {
16 
17  // ---------- Constants ----------
18 
19  static const char unknownPresentation_[] = "UnknownPresentation";
20  static const char undefinedPresentation_[] = "UndefinedPresentation";
21 
22  static const char histo1d_[] = "Histo1D";
23  static const char histo2dSum_[] = "Histo2DSum";
24  static const char histo2dScatter_[] = "Histo2DScatter";
25  static const char profile1D_[] = "Profile1D";
26 
27  // ---------- Enumerated type ----------
28 
31  HISTO_1D = 1,
35  };
36 
37 }
38 
39 #endif // DataFormats_SiStripCommon_ConstantsForPresentation_H
40 
41 
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:17
static const uint16_t unknown_
Definition: Constants.h:20
static const char histo1d_[]