Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include <cstdint>
0002 #ifndef CondFormats_SiPixelObjects_DetectorIndex_H
0003 #define CondFormats_SiPixelObjects_DetectorIndex_H
0004 
0005 namespace sipixelobjects {
0006   struct DetectorIndex {
0007     uint32_t rawId;
0008     int row;
0009     int col;
0010   };
0011 }  // namespace sipixelobjects
0012 #endif