ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondAlg
src
TgcDigitASDposCondAlg.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 TGCDIGITASDPOSCONDALG_H
6
#define TGCDIGITASDPOSCONDALG_H
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
10
#include "
MuonCondData/TgcDigitASDposData.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
#include "
StoreGate/WriteCondHandleKey.h
"
13
14
namespace
Muon
{
15
class
TgcDigitASDposCondAlg
:
public
AthCondAlgorithm
16
{
17
public
:
18
using
AthCondAlgorithm::AthCondAlgorithm;
19
virtual
~TgcDigitASDposCondAlg
() =
default
;
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
22
private
:
23
SG::ReadCondHandleKey<CondAttrListCollection>
m_readKey_ASDpos
{
this
,
"ReadKeyAsdPos"
,
"/TGC/DIGIT/ASDPOS"
,
"SG key for TGCDIGITASDPOS"
};
24
SG::WriteCondHandleKey<TgcDigitASDposData>
m_writeKey
{
this
,
"WriteKey"
,
"TGCDigitASDposData"
,
"SG Key of TGCDigit AsdPos"
};
25
};
26
}
27
#endif
28
29
AthCondAlgorithm.h
Base class for conditions algorithms.
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
ReadCondHandleKey.h
TgcDigitASDposData.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
Muon::TgcDigitASDposCondAlg
Definition
TgcDigitASDposCondAlg.h:16
Muon::TgcDigitASDposCondAlg::~TgcDigitASDposCondAlg
virtual ~TgcDigitASDposCondAlg()=default
Muon::TgcDigitASDposCondAlg::m_writeKey
SG::WriteCondHandleKey< TgcDigitASDposData > m_writeKey
Definition
TgcDigitASDposCondAlg.h:24
Muon::TgcDigitASDposCondAlg::m_readKey_ASDpos
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_ASDpos
Definition
TgcDigitASDposCondAlg.h:23
Muon::TgcDigitASDposCondAlg::initialize
virtual StatusCode initialize() override
Definition
TgcDigitASDposCondAlg.cxx:14
Muon::TgcDigitASDposCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
TgcDigitASDposCondAlg.cxx:24
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Generated on
for ATLAS Offline Software by
1.17.0