CMS 3D CMS Logo

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 
28  enum Presentation {
31  HISTO_1D = 1,
35  };
36 
37 } // namespace sistrip
38 
39 #endif // DataFormats_SiStripCommon_ConstantsForPresentation_H
static const char unknownPresentation_[]
static const char histo2dScatter_[]
static const char profile1D_[]
sistrip classes
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_[]