3#include "GaudiKernel/IDataProviderSvc.h"
4#include "GaudiKernel/ISvcLocator.h"
5#include "GaudiKernel/SmartDataPtr.h"
24 return StatusCode::SUCCESS;
45 ATH_MSG_DEBUG(
"****** MDT Container size: " << mdtPrds->size());
46 if (mdtPrds->size()) {
50 for (; it != it_end; ++it) {
51 ATH_MSG_DEBUG(
"MDT ********** Collections size: " << (*it)->size());
55 for (; cit != cit_end; ++cit) {
64 ATH_MSG_DEBUG(
"****** RPC Container size: " << rpcPrds->size());
66 if (rpcPrds->size()) {
70 for (; it != it_end; ++it) {
71 ATH_MSG_DEBUG(
"********** RPC Collections size: " << (*it)->size());
75 for (; cit != cit_end; ++cit) {
84 ATH_MSG_DEBUG(
"****** TGC Container size: " << tgcPrds->size());
85 if (tgcPrds->size()) {
89 for (; it != it_end; ++it) {
90 ATH_MSG_DEBUG(
"********** TGC Collections size: " << (*it)->size());
94 for (; cit != cit_end; ++cit) {
101 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
DataModel_detail::const_iterator< DataVector > const_iterator
SG::ReadHandleKey< Muon::TgcPrepDataContainer > m_TgcPrepDataKey
virtual StatusCode initialize() override
Initialize.
virtual StatusCode finalize() override
SG::ReadHandleKey< Muon::MdtPrepDataContainer > m_MdtPrepDataKey
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
MuonCalibStreamTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_RpcPrepDataKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Class to represent measurements from the Monitored Drift Tubes.
virtual MsgStream & dump(MsgStream &stream) const override
Dumps information about the PRD.
Class to represent RPC measurements.
virtual MsgStream & dump(MsgStream &stream) const override
Dumps information about the PRD.
Class to represent TGC measurements.
virtual MsgStream & dump(MsgStream &stream) const override final
Dumps information about the PRD.
const_pointer_type cptr()
Dereference the pointer.
uint32_t lumiBlock() const
The current event's luminosity block number.
uint32_t eventTypeBitmask() const
The event type bitmask.
uint32_t bcid() const
The bunch crossing ID of the event.
uint32_t timeStamp() const
POSIX time in seconds from 1970. January 1st.
uint32_t runNumber() const
The current event's run number.
uint32_t timeStampNSOffset() const
Nanosecond time offset wrt. the time stamp.
uint64_t eventNumber() const
The current event's event number.
EventInfo_v1 EventInfo
Definition of the latest event info version.