![]() |
ATLAS Offline Software
|
#include <cstdint>#include <iostream>#include <set>Go to the source code of this file.
Classes | |
| struct | Muon::RpcCablingOfflineID |
| Struct to represent the offline identifier of the Rpc measurement decomposed into the particular fields of the layer Identifier: More... | |
| struct | Muon::RpcCablingOnlineID |
| In an analogous way to the RpcCablingOfflineID, the RpcCablingOnlineID, holds all information needed to navigate to a particular RPC gasGap from the readout-side. More... | |
| struct | Muon::RpcCablingData |
| Helper struct that is parsed to the cabling map to translate between the offline & online Identifiers. More... | |
Namespaces | |
| namespace | Muon |
| NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store. | |
Macros | |
| #define | CABLING_OPERATORS(CL_NAME) |
| : Helper structs to convert the Identifier of a Rpc measurement from its offline representation into its online equivalent. | |
Functions | |
| std::ostream & | Muon::operator<< (std::ostream &ostr, const RpcCablingOfflineID &obj) |
| std::ostream & | Muon::operator<< (std::ostream &ostr, const RpcCablingOnlineID &obj) |
| std::ostream & | Muon::operator<< (std::ostream &ostr, const RpcCablingData &obj) |
| #define CABLING_OPERATORS | ( | CL_NAME | ) |
: Helper structs to convert the Identifier of a Rpc measurement from its offline representation into its online equivalent.
Unlike, for the other detectors, the offline fields do correpond to a one by one translation of the online fields. As readout cards may be shared between two different readout elements. Helper macro to define the constructors and comparison operators of the Online & Offline Identifiers of the cabling
Definition at line 17 of file RpcCablingData.h.