CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConstantsForHistoType.h
Go to the documentation of this file.
1 // Last commit: $Id: ConstantsForHistoType.h,v 1.2 2009/02/10 21:45:54 lowette Exp $
2 
3 #ifndef DataFormats_SiStripCommon_ConstantsForHistoType_H
4 #define DataFormats_SiStripCommon_ConstantsForHistoType_H
5 
7 #include <string>
8 
15 namespace sistrip {
16 
17  // ---------- Constants ----------
18 
19  static const char unknownHistoType_[] = "UnknownHistoType";
20  static const char undefinedHistoType_[] = "UndefinedHistoType";
21 
22  static const char expertHisto_[] = "ExpertHisto";
23  static const char summaryHisto_[] = "SummaryHisto";
24 
25  // ---------- Enumerated type ----------
26 
31  };
32 
33 }
34 
35 #endif // DataFormats_SiStripCommon_ConstantsForHistoType_H
36 
37 
static const char summaryHisto_[]
static const char unknownHistoType_[]
static const char expertHisto_[]
static const uint16_t invalid_
Definition: Constants.h:17
static const uint16_t unknown_
Definition: Constants.h:20
static const char undefinedHistoType_[]