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
sipixelobjects::DetectorIndex::row
int row
Definition: DetectorIndex.h:8
sipixelobjects
Definition: CablingPathToDetUnit.h:4
sipixelobjects::DetectorIndex::col
int col
Definition: DetectorIndex.h:9
sipixelobjects::DetectorIndex::rawId
uint32_t rawId
Definition: DetectorIndex.h:7
sipixelobjects::DetectorIndex
Definition: DetectorIndex.h:6