CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/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