ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
Muon | |
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store. | |
Muon::nsw | |
Muon::nsw::STGTPL1A | |
Muon::nsw::STGTPPad | |
Muon::nsw::STGTPMMData | |
Muon::nsw::STGTPSegments | |
Muon::nsw::STGTPSegments::moduleIDBits | |
Enumerations | |
enum | Muon::nsw::STGTPSegments::MergedSegmentProperty { Muon::nsw::STGTPSegments::MergedSegmentProperty::Monitor = fill_bitmask<uint32_t>(0, size_output_segment_monitor), Muon::nsw::STGTPSegments::MergedSegmentProperty::Spare = fill_bitmask<uint32_t>(max_bit(Monitor) + 1, size_output_segment_spare), Muon::nsw::STGTPSegments::MergedSegmentProperty::lowRes = fill_bitmask<uint32_t>(max_bit(Spare) + 1, size_output_segment_lowRes), Muon::nsw::STGTPSegments::MergedSegmentProperty::phiRes = fill_bitmask<uint32_t>(max_bit(lowRes) + 1 , size_output_segment_phiRes), Muon::nsw::STGTPSegments::MergedSegmentProperty::dTheta = fill_bitmask<uint32_t>(max_bit(phiRes)+ 1, size_output_segment_dTheta), Muon::nsw::STGTPSegments::MergedSegmentProperty::phiID = fill_bitmask<uint32_t>(max_bit(dTheta)+1 , size_output_segment_phiID), Muon::nsw::STGTPSegments::MergedSegmentProperty::rIndex = fill_bitmask<uint32_t>(max_bit(phiID)+1, size_output_segment_rIndex) } |
enum | Muon::nsw::STGTPSegments::ModuleIDProperty { Muon::nsw::STGTPSegments::ModuleIDProperty::stationID = fill_bitmask<uint32_t>(0, moduleIDBits::stationID), Muon::nsw::STGTPSegments::ModuleIDProperty::detectorSite = fill_bitmask<uint32_t>(max_bit(stationID) +1, moduleIDBits::detectorSite), Muon::nsw::STGTPSegments::ModuleIDProperty::stationEta = fill_bitmask<uint32_t>(max_bit(detectorSite) + 1, moduleIDBits::stationEta), Muon::nsw::STGTPSegments::ModuleIDProperty::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) |