ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondTest
src
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
13
#include "
AthenaBaseComps/AthAlgorithm.h
"
14
#include "GaudiKernel/ServiceHandle.h"
15
#include "GaudiKernel/StatusCode.h"
16
17
// Athena
18
#include "
Identifier/IdentifierHash.h
"
19
#include "
MuonCondData/CscCondDbData.h
"
20
21
// Forward declarations
22
class
ISvcLocator;
23
class
StatusCode
;
24
class
CscCondDbData
;
25
27
class
CSCConditionsTestAlgMT
:
public
AthAlgorithm
{
28
public
:
29
CSCConditionsTestAlgMT
(
const
std::string &name, ISvcLocator *pSvcLocator);
30
virtual
~CSCConditionsTestAlgMT
();
31
32
StatusCode
initialize
()
override
;
33
StatusCode
execute
(
const
EventContext& ctx)
override
;
34
35
private
:
36
SG::ReadCondHandleKey<CscCondDbData>
m_readKey
{
this
,
"ReadKey"
,
"CscCondDbData"
,
"Key of CscCondDbData"
};
37
38
};
// end of class
39
40
#endif
AthAlgorithm.h
CscCondDbData.h
IdentifierHash.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
CSCConditionsTestAlgMT::~CSCConditionsTestAlgMT
virtual ~CSCConditionsTestAlgMT()
CSCConditionsTestAlgMT::m_readKey
SG::ReadCondHandleKey< CscCondDbData > m_readKey
Definition
CSCConditionsTestAlgMT.h:36
CSCConditionsTestAlgMT::initialize
StatusCode initialize() override
Definition
CSCConditionsTestAlgMT.cxx:14
CSCConditionsTestAlgMT::execute
StatusCode execute(const EventContext &ctx) override
Execute method.
Definition
CSCConditionsTestAlgMT.cxx:21
CSCConditionsTestAlgMT::CSCConditionsTestAlgMT
CSCConditionsTestAlgMT(const std::string &name, ISvcLocator *pSvcLocator)
Definition
CSCConditionsTestAlgMT.cxx:8
CscCondDbData
Definition
CscCondDbData.h:26
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Generated on
for ATLAS Offline Software by
1.17.0