|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONCONDALG_RPCCONDDBALG_H
6 #define MUONCONDALG_RPCCONDDBALG_H
16 #include "GaudiKernel/ServiceHandle.h"
36 template <
class WriteCont>
44 Gaudi::Property<bool>
m_isData{
this,
"isData",
false};
51 "Key of input RPC condition data for MC dead elements"};
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
SG::WriteCondHandleKey< RpcCondDbData > m_writeKey
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
virtual ~RpcCondDbAlg()=default
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode loadMcElementStatus(const EventContext &ctx, RpcCondDbData &condData) const
AthROOTErrorHandlerSvc * svc
Gaudi::Property< bool > m_isData
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_folder_mc_deadElements
StatusCode addCondDependency(const EventContext &ctx, const SG::ReadCondHandleKey< CondAttrListCollection > &key, SG::WriteCondHandle< WriteCont > &writeHandle) const
virtual bool isReEntrant() const override
RpcCondDbAlg(const std::string &name, ISvcLocator *svc)
virtual StatusCode execute(const EventContext &) const override