ATLAS Offline Software
Loading...
Searching...
No Matches
ALineInjectTestAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONCONDTEST_ALINEINJECTTESTALG_H
5#define MUONCONDTEST_ALINEINJECTTESTALG_H
6
11
16
18 public:
19
20 ALineInjectTestAlg(const std::string& name, ISvcLocator* pSvcLocator);
21 virtual ~ALineInjectTestAlg() = default;
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext& ctx) const override;
24 private:
25 SG::WriteCondHandleKey<ALineContainer> m_writeKey{this, "WriteKey", "InjectedALines",
26 "Key of output muon alignment ALine condition data"};
27
28 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29
30};
31#endif
virtual StatusCode initialize() override
virtual ~ALineInjectTestAlg()=default
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteCondHandleKey< ALineContainer > m_writeKey
ALineInjectTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
An algorithm that can be simultaneously executed in multiple threads.