![]() |
Project
|
One stuck-pixel (RepeatingPixel error) record. More...
#include <StuckPixelData.h>
Public Member Functions | |
| StuckPixelEntry ()=default | |
| StuckPixelEntry (Long64_t o, uint16_t c, uint16_t r, uint16_t col_) | |
| ClassDefNV (StuckPixelEntry, 1) | |
Public Attributes | |
| Long64_t | orbit {0} |
| first orbit of the TF in which the error was seen | |
| uint16_t | chipID {0} |
| global chip ID (ITS only) | |
| uint16_t | row {0} |
| pixel row | |
| uint16_t | col {0} |
| pixel column | |
One stuck-pixel (RepeatingPixel error) record.
Definition at line 37 of file StuckPixelData.h.
|
default |
|
inline |
Definition at line 44 of file StuckPixelData.h.
| o2::itsmft::StuckPixelEntry::ClassDefNV | ( | StuckPixelEntry | , |
| 1 | |||
| ) |
| uint16_t o2::itsmft::StuckPixelEntry::chipID {0} |
global chip ID (ITS only)
Definition at line 39 of file StuckPixelData.h.
| uint16_t o2::itsmft::StuckPixelEntry::col {0} |
pixel column
Definition at line 41 of file StuckPixelData.h.
| Long64_t o2::itsmft::StuckPixelEntry::orbit {0} |
first orbit of the TF in which the error was seen
Definition at line 38 of file StuckPixelData.h.
| uint16_t o2::itsmft::StuckPixelEntry::row {0} |
pixel row
Definition at line 40 of file StuckPixelData.h.