#include <PixelChip.h>
|
| static constexpr uint16_t | DATAFRAME = 0x1 << 0 |
| |
| static constexpr uint16_t | EMPTYFRAME = 0x1 << 1 |
| |
| static constexpr uint16_t | BUSY_ON = 0x1 << 2 |
| |
| static constexpr uint16_t | BUSY_OFF = 0x1 << 3 |
| |
Definition at line 23 of file PixelChip.h.
◆ ClassDefNV()
| o2::focal::PixelChip::ClassDefNV |
( |
PixelChip |
, |
|
|
1 |
|
|
) |
| |
◆ isBusyOff()
| bool o2::focal::PixelChip::isBusyOff |
( |
| ) |
const |
|
inline |
◆ isBusyOn()
| bool o2::focal::PixelChip::isBusyOn |
( |
| ) |
const |
|
inline |
◆ isDataframe()
| bool o2::focal::PixelChip::isDataframe |
( |
| ) |
const |
|
inline |
◆ isEmptyframe()
| bool o2::focal::PixelChip::isEmptyframe |
( |
| ) |
const |
|
inline |
◆ operator<()
| bool o2::focal::PixelChip::operator< |
( |
const PixelChip & |
other | ) |
const |
|
inline |
◆ operator==()
| bool o2::focal::PixelChip::operator== |
( |
const PixelChip & |
other | ) |
const |
|
inline |
◆ removeBusyOff()
| void o2::focal::PixelChip::removeBusyOff |
( |
| ) |
|
|
inline |
◆ removeBusyOn()
| void o2::focal::PixelChip::removeBusyOn |
( |
| ) |
|
|
inline |
◆ removeDataframe()
| void o2::focal::PixelChip::removeDataframe |
( |
| ) |
|
|
inline |
◆ removeEmptyframe()
| void o2::focal::PixelChip::removeEmptyframe |
( |
| ) |
|
|
inline |
◆ setBusyOn()
| void o2::focal::PixelChip::setBusyOn |
( |
| ) |
|
|
inline |
◆ setDataframe()
| void o2::focal::PixelChip::setDataframe |
( |
| ) |
|
|
inline |
◆ setEmptyframe()
| void o2::focal::PixelChip::setEmptyframe |
( |
| ) |
|
|
inline |
◆ BUSY_OFF
| constexpr uint16_t o2::focal::PixelChip::BUSY_OFF = 0x1 << 3 |
|
staticconstexpr |
◆ BUSY_ON
| constexpr uint16_t o2::focal::PixelChip::BUSY_ON = 0x1 << 2 |
|
staticconstexpr |
◆ DATAFRAME
| constexpr uint16_t o2::focal::PixelChip::DATAFRAME = 0x1 << 0 |
|
staticconstexpr |
◆ EMPTYFRAME
| constexpr uint16_t o2::focal::PixelChip::EMPTYFRAME = 0x1 << 1 |
|
staticconstexpr |
◆ mChipID
| uint8_t o2::focal::PixelChip::mChipID |
◆ mFeeID
| uint8_t o2::focal::PixelChip::mFeeID |
◆ mHits
| std::vector<PixelHit> o2::focal::PixelChip::mHits |
◆ mLaneID
| uint8_t o2::focal::PixelChip::mLaneID |
◆ mStatusCode
| uint16_t o2::focal::PixelChip::mStatusCode |
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/FOCAL/include/DataFormatsFOCAL/PixelChip.h