00001 #ifndef CondFormats_SiPixelObjects_DetectorIndex_H 00002 #define CondFormats_SiPixelObjects_DetectorIndex_H 00003 00004 #include <boost/cstdint.hpp> 00005 00006 namespace sipixelobjects { 00007 struct DetectorIndex { uint32_t rawId; int row; int col; }; 00008 } 00009 #endif