ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondAlg
src
TgcDigitCrosstalkCondAlg.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 MUONCONDALG_TGCDIGITCROSSTALKCONDALG_H_
6
#define MUONCONDALG_TGCDIGITCROSSTALKCONDALG_H_
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
10
#include "
MuonCondData/TgcDigitCrosstalkData.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
#include "
StoreGate/WriteCondHandleKey.h
"
13
14
namespace
Muon
{
15
class
TgcDigitCrosstalkCondAlg
:
public
AthCondAlgorithm
16
{
17
public
:
18
using
AthCondAlgorithm::AthCondAlgorithm;
19
virtual
~TgcDigitCrosstalkCondAlg
() =
default
;
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
22
23
private
:
24
SG::ReadCondHandleKey<CondAttrListCollection>
m_readKey
{
this
,
"ReadKey"
,
"/TGC/DIGIT/XTALK"
,
"SG key for TGCDIGITXTALK"
};
25
SG::WriteCondHandleKey<TgcDigitCrosstalkData>
m_writeKey
{
this
,
"WriteKey"
,
"TGCDigitCrosstalkData"
,
"SG Key of TgcDigitCrosstalk"
};
26
};
27
}
28
#endif
// MUONCONDALG_TGCDIGITTIMEOFFSETCONDALG_H_
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
TgcDigitCrosstalkData.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
Muon::TgcDigitCrosstalkCondAlg
Definition
TgcDigitCrosstalkCondAlg.h:16
Muon::TgcDigitCrosstalkCondAlg::m_writeKey
SG::WriteCondHandleKey< TgcDigitCrosstalkData > m_writeKey
Definition
TgcDigitCrosstalkCondAlg.h:25
Muon::TgcDigitCrosstalkCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
TgcDigitCrosstalkCondAlg.cxx:20
Muon::TgcDigitCrosstalkCondAlg::~TgcDigitCrosstalkCondAlg
virtual ~TgcDigitCrosstalkCondAlg()=default
Muon::TgcDigitCrosstalkCondAlg::initialize
virtual StatusCode initialize() override
Definition
TgcDigitCrosstalkCondAlg.cxx:13
Muon::TgcDigitCrosstalkCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
TgcDigitCrosstalkCondAlg.h: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