#include <cstdint>
#include <iostream>
#include <set>
Go to the source code of this file.
|
| Muon |
| NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
|
|
◆ CABLING_OPERATORS
#define CABLING_OPERATORS |
( |
|
CL_NAME | ) |
|
Value:
bool
operator!()
const {
return !m_cache.hash;} \
\
CL_NAME() = default; \
CL_NAME(
const CL_NAME&
other): CL_NAME{} { \
m_cache.hash =
other.m_cache.hash; \
} \
CL_NAME& operator=(
const CL_NAME&
other) { \
return *this; \
}
: 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 18 of file RpcCablingData.h.