CMS 3D CMS Logo

GlobalPixel.h
Go to the documentation of this file.
1 #ifndef CondFormats_SiPixelObjects_GlobalPixel_H
2 #define CondFormats_SiPixelObjects_GlobalPixel_H
3 
4 namespace sipixelobjects {
6  struct GlobalPixel { int row; int col; };
7 }
8 #endif
global coordinates (row and column in DetUnit, as in PixelDigi)
Definition: GlobalPixel.h:6