![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <cstdint>#include <string>
Include dependency graph for GBTWord.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | mvtx::GBTWord |
| struct | mvtx::GBTCalibDataWord |
Namespaces | |
| namespace | mvtx |
Variables | |
| constexpr uint64_t | mvtx::LANESMask = (0x1 << 9) - 1 |
| constexpr uint8_t | mvtx::GBTFlagIHW = 0xe0 |
| GBT payload header flag. | |
| constexpr uint8_t | mvtx::GBTFlagTDH = 0xe8 |
| GBT trigger status word flag. | |
| constexpr uint8_t | mvtx::GBTFlagCDW = 0xf8 |
| GBT calibration status word flag. | |
| constexpr uint8_t | mvtx::GBTFlagTDT = 0xf0 |
| GBT payload trailer flag. | |
| constexpr uint8_t | mvtx::GBTFlagDDW = 0xe4 |
| GBT diagnostic status word flag. | |
| constexpr uint8_t | mvtx::GBTFlagRDH = 0x00 |
| constexpr uint8_t | mvtx::GBTFlagDataIB = 0x20 |
| constexpr uint8_t | mvtx::GBTFlagDiagnosticIB = 0xa0 |
| constexpr int | mvtx::GBTWordLength = 10 |