CMS 3D CMS Logo

SiPixelErrorCompact.h
Go to the documentation of this file.
1 #ifndef DataFormats_SiPixelRawData_interface_SiPixelErrorCompact_h
2 #define DataFormats_SiPixelRawData_interface_SiPixelErrorCompact_h
3 
4 #include <cstdint>
5 
7  uint32_t rawId;
8  uint32_t word;
9  uint8_t errorType;
10  uint8_t fedId;
11 };
12 
13 #endif // DataFormats_SiPixelRawData_interface_SiPixelErrorCompact_h
SiPixelErrorCompact::errorType
uint8_t errorType
Definition: SiPixelErrorCompact.h:9
SiPixelErrorCompact::fedId
uint8_t fedId
Definition: SiPixelErrorCompact.h:10
SiPixelErrorCompact
Definition: SiPixelErrorCompact.h:6
SiPixelErrorCompact::rawId
uint32_t rawId
Definition: SiPixelErrorCompact.h:7
SiPixelErrorCompact::word
uint32_t word
Definition: SiPixelErrorCompact.h:8