CMS 3D CMS Logo

DetectorIndex.h
Go to the documentation of this file.
1 #include <cstdint>
2 #ifndef CondFormats_SiPixelObjects_DetectorIndex_H
3 #define CondFormats_SiPixelObjects_DetectorIndex_H
4 
5 namespace sipixelobjects {
6  struct DetectorIndex {
7  uint32_t rawId;
8  int row;
9  int col;
10  };
11 } // namespace sipixelobjects
12 #endif