![]() |
![]() |
00001 // Last commit: $Id: ConstantsForHistoType.h,v 1.2 2009/02/10 21:45:54 lowette Exp $ 00002 00003 #ifndef DataFormats_SiStripCommon_ConstantsForHistoType_H 00004 #define DataFormats_SiStripCommon_ConstantsForHistoType_H 00005 00006 #include "DataFormats/SiStripCommon/interface/Constants.h" 00007 #include <string> 00008 00015 namespace sistrip { 00016 00017 // ---------- Constants ---------- 00018 00019 static const char unknownHistoType_[] = "UnknownHistoType"; 00020 static const char undefinedHistoType_[] = "UndefinedHistoType"; 00021 00022 static const char expertHisto_[] = "ExpertHisto"; 00023 static const char summaryHisto_[] = "SummaryHisto"; 00024 00025 // ---------- Enumerated type ---------- 00026 00027 enum HistoType { UNKNOWN_HISTO_TYPE = sistrip::unknown_, 00028 UNDEFINED_HISTO_TYPE = sistrip::invalid_, 00029 EXPERT_HISTO = 1, 00030 SUMMARY_HISTO = 2 00031 }; 00032 00033 } 00034 00035 #endif // DataFormats_SiStripCommon_ConstantsForHistoType_H 00036 00037