CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/CondFormats/SiPixelObjects/interface/DetectorIndex.h

Go to the documentation of this file.
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