CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/SiStripCommon/interface/Constants.h

Go to the documentation of this file.
00001 // Last commit: $Id: Constants.h,v 1.8 2009/05/08 12:03:33 elmer Exp $
00002 
00003 #ifndef DataFormats_SiStripCommon_Constants_H
00004 #define DataFormats_SiStripCommon_Constants_H
00005 
00006 #include <string>
00007 #include <stdint.h>
00008 
00014 namespace sistrip { 
00015   
00016   static const uint32_t invalid32_ = 0xFFFFFFFF; 
00017   static const uint16_t invalid_   = 0xFFFF; // 65535
00018   static const uint16_t valid_     = 0xFFFD; // 65533
00019 
00020   static const uint16_t unknown_   = 0xFFFE; // 65534
00021   static const uint16_t maximum_   = 0x03FF; // 1023
00022 
00023   static const char null_[]   = "null";
00024   
00025 }
00026 
00027 #endif // DataFormats_SiStripCommon_Constants_H