![]() |
ATLAS Offline Software
|
#include <cstdint>#include <numbers>Go to the source code of this file.
Namespaces | |
| namespace | L0Muon |
| namespace | L0Muon::NSWTPBits |
Variables | |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_ETA_SHIFT = 0 |
| Segment position in eta. | |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_ETA_MASK = 0x3FFF |
| constexpr float | L0Muon::NSWTPBits::ETA_MAX_RAW = 16383.0f |
| constexpr float | L0Muon::NSWTPBits::ETA_MIN = -2.7f |
| constexpr float | L0Muon::NSWTPBits::ETA_MAX = 2.7f |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_PHI_SHIFT = 14 |
| Segment position in phi. | |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_PHI_MASK = 0x3FF |
| constexpr float | L0Muon::NSWTPBits::PHI_MAX_RAW = 1023.0f |
| constexpr float | L0Muon::NSWTPBits::PHI_MAX = static_cast<float>(std::numbers::pi * 2.0) |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_DTH_SHIFT = 24 |
| Angular deviation of the locally defined segment from the infinite momentum track. | |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_DTH_MASK = 0x1F |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_QUAL_SHIFT = 29 |
| Valid flag and detector information. | |
| constexpr uint32_t | L0Muon::NSWTPBits::RUN4_NSWTP_QUAL_MASK = 0x7 |