Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:33

0001 #ifndef CondFormats_SiPixelObjects_GlobalPixel_H
0002 #define CondFormats_SiPixelObjects_GlobalPixel_H
0003 
0004 namespace sipixelobjects {
0005   /// global coordinates (row and column in DetUnit, as in PixelDigi)
0006   struct GlobalPixel {
0007     int row;
0008     int col;
0009   };
0010 }  // namespace sipixelobjects
0011 #endif