Project
Loading...
Searching...
No Matches
o2::itsmft::StuckPixelEntry Struct Reference

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
 

Detailed Description

One stuck-pixel (RepeatingPixel error) record.

Definition at line 37 of file StuckPixelData.h.

Constructor & Destructor Documentation

◆ StuckPixelEntry() [1/2]

o2::itsmft::StuckPixelEntry::StuckPixelEntry ( )
default

◆ StuckPixelEntry() [2/2]

o2::itsmft::StuckPixelEntry::StuckPixelEntry ( Long64_t  o,
uint16_t  c,
uint16_t  r,
uint16_t  col_ 
)
inline

Definition at line 44 of file StuckPixelData.h.

Member Function Documentation

◆ ClassDefNV()

o2::itsmft::StuckPixelEntry::ClassDefNV ( StuckPixelEntry  ,
 
)

Member Data Documentation

◆ chipID

uint16_t o2::itsmft::StuckPixelEntry::chipID {0}

global chip ID (ITS only)

Definition at line 39 of file StuckPixelData.h.

◆ col

uint16_t o2::itsmft::StuckPixelEntry::col {0}

pixel column

Definition at line 41 of file StuckPixelData.h.

◆ orbit

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.

◆ row

uint16_t o2::itsmft::StuckPixelEntry::row {0}

pixel row

Definition at line 40 of file StuckPixelData.h.


The documentation for this struct was generated from the following file: