CMS 3D CMS Logo

Constants.h

Go to the documentation of this file.
00001 // Last commit: $Id: Constants.h,v 1.6 2007/07/31 15:20:24 ratnik Exp $
00002 
00003 #ifndef DataFormats_SiStripCommon_Constants_H
00004 #define DataFormats_SiStripCommon_Constants_H
00005 
00006 #include <string>
00007 
00013 namespace sistrip { 
00014   
00015   static const uint32_t invalid32_ = 0xFFFFFFFF; 
00016   static const uint16_t invalid_   = 0xFFFF; // 65535
00017   static const uint16_t valid_     = 0xFFFD; // 65533
00018 
00019   static const uint16_t unknown_   = 0xFFFE; // 65534
00020   static const uint16_t maximum_   = 0x03FF; // 1023
00021 
00022   static const std::string null_   = "null";
00023   
00024 }
00025 
00026 #endif // DataFormats_SiStripCommon_Constants_H

Generated on Tue Jun 9 17:31:44 2009 for CMSSW by  doxygen 1.5.4