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 {
7  int row;
8  int col;
9  };
10 } // namespace sipixelobjects
11 #endif
global coordinates (row and column in DetUnit, as in PixelDigi)
Definition: GlobalPixel.h:6