ATLAS Offline Software
Loading...
Searching...
No Matches
CSCConditionsTestAlgMT.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CSCConditionsTestAlgMT_H
6#define CSCConditionsTestAlgMT_H
7
8// STL
9#include <sstream>
10#include <string>
11
12// Gaudi
14#include "GaudiKernel/ServiceHandle.h"
15#include "GaudiKernel/StatusCode.h"
16
17// Athena
20
21// Forward declarations
22class ISvcLocator;
23class StatusCode;
24class CscCondDbData;
25
28public:
29 CSCConditionsTestAlgMT(const std::string &name, ISvcLocator *pSvcLocator);
31
32 StatusCode initialize() override;
33 StatusCode execute() override;
34
35private:
36 SG::ReadCondHandleKey<CscCondDbData> m_readKey{this, "ReadKey", "CscCondDbData", "Key of CscCondDbData"};
37
38}; // end of class
39
40#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual ~CSCConditionsTestAlgMT()
SG::ReadCondHandleKey< CscCondDbData > m_readKey
StatusCode initialize() override
StatusCode execute() override
CSCConditionsTestAlgMT(const std::string &name, ISvcLocator *pSvcLocator)