![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | Muon |
| NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store. | |
| namespace | Muon::nsw |
| namespace | Muon::nsw::STGTPL1A |
| namespace | Muon::nsw::STGTPPad |
| namespace | Muon::nsw::STGTPMMData |
| namespace | Muon::nsw::STGTPSegments |
| namespace | Muon::nsw::STGTPSegments::moduleIDBits |
| namespace | Muon::nsw::STGTPStrips |
Enumerations | |
| enum class | Muon::nsw::STGTPSegments::MergedSegmentProperty { Muon::nsw::STGTPSegments::Monitor = fill_bitmask<uint32_t>(0, size_output_segment_monitor) , Muon::nsw::STGTPSegments::Spare = fill_bitmask<uint32_t>(max_bit(Monitor) + 1, size_output_segment_spare) , Muon::nsw::STGTPSegments::lowRes = fill_bitmask<uint32_t>(max_bit(Spare) + 1, size_output_segment_lowRes) , Muon::nsw::STGTPSegments::phiRes = fill_bitmask<uint32_t>(max_bit(lowRes) + 1 , size_output_segment_phiRes) , Muon::nsw::STGTPSegments::dTheta = fill_bitmask<uint32_t>(max_bit(phiRes)+ 1, size_output_segment_dTheta) , Muon::nsw::STGTPSegments::phiID = fill_bitmask<uint32_t>(max_bit(dTheta)+1 , size_output_segment_phiID) , Muon::nsw::STGTPSegments::rIndex = fill_bitmask<uint32_t>(max_bit(phiID)+1, size_output_segment_rIndex) } |
| enum class | Muon::nsw::STGTPSegments::ModuleIDProperty { Muon::nsw::STGTPSegments::stationID = fill_bitmask<uint32_t>(0, moduleIDBits::stationID) , Muon::nsw::STGTPSegments::detectorSite = fill_bitmask<uint32_t>(max_bit(stationID) +1, moduleIDBits::detectorSite) , Muon::nsw::STGTPSegments::stationEta = fill_bitmask<uint32_t>(max_bit(detectorSite) + 1, moduleIDBits::stationEta) , Muon::nsw::STGTPSegments::stationPhi = fill_bitmask<uint32_t>(max_bit(stationEta) + 1, moduleIDBits::stationPhi) } |
Functions | |
| constexpr uint32_t | Muon::nsw::STGTPSegments::getSegmentProperty (const uint32_t mask, const MergedSegmentProperty prop) |
| constexpr void | Muon::nsw::STGTPSegments::encodeSegmentProperty (const MergedSegmentProperty prop, const uint32_t word, uint32_t &buffer) |
| constexpr uint32_t | Muon::nsw::STGTPSegments::getIdentifierProperty (const uint32_t mask, const ModuleIDProperty prop) |
| constexpr void | Muon::nsw::STGTPSegments::encodeIdentifierProperty (const ModuleIDProperty prop, const uint32_t word, uint32_t &buffer) |