ATLAS Offline Software
Loading...
Searching...
No Matches
MdtConditionsTestAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MDTConditionsTestAlgMT_H
6#define MDTConditionsTestAlgMT_H
7
8// STL
9#include <sstream>
10
11
12// Gaudi
15
16// Athena
17#include "Identifier/Identifier.h"
19
22public:
23 MdtConditionsTestAlg(const std::string &name, ISvcLocator *pSvcLocator);
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode execute() override;
28
29private:
30 SG::ReadCondHandleKey<MdtCondDbData> m_readKey{this, "ReadKey", "MdtCondDbData", "Key of MdtCondDbData"};
31
32 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
33
34}; // end of class
35
36#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
MdtConditionsTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
virtual StatusCode execute() override
virtual ~MdtConditionsTestAlg()
SG::ReadCondHandleKey< MdtCondDbData > m_readKey