ATLAS Offline Software
Loading...
Searching...
No Matches
TgcPrepDataReplicationAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TgcPrepDataReplicationAlg_h
6#define TgcPrepDataReplicationAlg_h
7
10#include "GaudiKernel/ToolHandle.h"
12
13namespace Muon {
14
16 public:
17 TgcPrepDataReplicationAlg(const std::string& name,
18 ISvcLocator* pSvcLocator); // Constructor
19
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute(const EventContext& ctx) const override;
22
23 private:
25 ToolHandle<ITgcPrepDataReplicationTool> m_tool{
26 this, "Tool", "Muon::TgcPrepDataReplicationTool"};
27};
28} // namespace Muon
29
30#endif // TgcPrepDataReplicationAlg_h
Define macros for attributes used to control the static checker.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
TgcPrepDataReplicationAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandle< ITgcPrepDataReplicationTool > m_tool
ITgcPrepDataReplicationTool.h.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.