|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONRDO_MM_RAWDATA_H
6 #define MUONRDO_MM_RAWDATA_H
11 #include "Identifier/Identifier.h"
MsgStream & operator<<(MsgStream &sl, const Muon::MM_RawData &coll)
Overload of << operator for MsgStream for debug output.
static constexpr double s_lowerTimeBound
bool timeAndChargeInCounts() const
const Identifier & identify() const
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
static constexpr int s_BCWindow
MM_RawData & operator=(const MM_RawData &)=default
int m_charge
adc counts or electrons
Temporary class to hold the MM RDO.
MM_RawData(const Identifier &id, const int channel, const int time, const int charge, const uint16_t relBcid, bool timeAndChargeInCounts)
MM_RawData(MM_RawData &&)=default
MM_RawData & operator=(MM_RawData &&)=default
int m_time
tdc counts or ns
MM_RawData(const MM_RawData &)=default
uint16_t m_relBcid
rel bcid
bool m_timeAndChargeInCounts
MM_RawData(const Identifier &id)