|
ATLAS Offline Software
|
Go to the documentation of this file.
3 #include "GaudiKernel/IDataProviderSvc.h"
4 #include "GaudiKernel/ISvcLocator.h"
5 #include "GaudiKernel/PropertyMgr.h"
6 #include "GaudiKernel/SmartDataPtr.h"
25 return StatusCode::SUCCESS;
47 if (mdtPrds->
size()) {
51 for (;
it != it_end; ++
it) {
52 ATH_MSG_DEBUG(
"MDT ********** Collections size: " << (*it)->size());
56 for (; cit != cit_end; ++cit) {
67 if (rpcPrds->
size()) {
71 for (;
it != it_end; ++
it) {
72 ATH_MSG_DEBUG(
"********** RPC Collections size: " << (*it)->size());
76 for (; cit != cit_end; ++cit) {
86 if (tgcPrds->
size()) {
90 for (;
it != it_end; ++
it) {
91 ATH_MSG_DEBUG(
"********** TGC Collections size: " << (*it)->size());
95 for (; cit != cit_end; ++cit) {
102 return StatusCode::SUCCESS;
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode finalize() override
Const iterator class for DataVector/DataList.
uint64_t eventNumber() const
The current event's event number.
const_pointer_type cptr()
Dereference the pointer.
virtual MsgStream & dump(MsgStream &stream) const override final
Dumps information about the PRD.
size_t size() const
Duplicate of fullSize for backwards compatability.
uint32_t eventTypeBitmask() const
The event type bitmask.
uint32_t timeStampNSOffset() const
Nanosecond time offset wrt. the time stamp.
uint32_t runNumber() const
The current event's run number.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
An algorithm that can be simultaneously executed in multiple threads.
Class to represent RPC measurements.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual MsgStream & dump(MsgStream &stream) const override
Dumps information about the PRD.
MuonCalibStreamTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
const_iterator end() const
return const_iterator for end of container
const_iterator begin() const
return const_iterator for first entry
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
uint32_t lumiBlock() const
The current event's luminosity block number.
virtual StatusCode initialize() override
Initialize.
Property holding a SG store/key/clid from which a WriteHandle is made.
Class to represent measurements from the Monitored Drift Tubes.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
Class describing the basic event information.
SG::ReadHandleKey< Muon::MdtPrepDataContainer > m_MdtPrepDataKey
virtual MsgStream & dump(MsgStream &stream) const override
Dumps information about the PRD.
SG::ReadHandleKey< Muon::TgcPrepDataContainer > m_TgcPrepDataKey
Class to represent TGC measurements.
uint32_t timeStamp() const
POSIX time in seconds from 1970. January 1st.
uint32_t bcid() const
The bunch crossing ID of the event.
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_RpcPrepDataKey