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