CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/CondFormats/SiPixelObjects/interface/GlobalPixel.h

Go to the documentation of this file.
00001 #ifndef CondFormats_SiPixelObjects_GlobalPixel_H
00002 #define CondFormats_SiPixelObjects_GlobalPixel_H
00003 
00004 namespace sipixelobjects {
00006    struct GlobalPixel { int row; int col; };
00007 }
00008 #endif