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
9#include "GaudiKernel/ToolHandle.h"
12
13namespace Muon
14{
15
17 {
18 public:
19 TgcPrepDataReplicationAlg(const std::string& name, ISvcLocator* pSvcLocator); // Constructor
20
21 virtual StatusCode initialize() override;
22 virtual StatusCode execute(const EventContext& ctx) const override;
23
24 private:
26 ToolHandle<ITgcPrepDataReplicationTool> m_tool{this, "Tool", "Muon::TgcPrepDataReplicationTool"};
27 };
28} // end of namespace
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.