ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRecUtils
src
LArFebRodMappingAlg.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef LARRECCONDITIONS_LARFEBRODMAPPINGALG_H
8
#define LARRECCONDITIONS_LARFEBRODMAPPINGALG_H
9
10
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
#include "
StoreGate/WriteCondHandleKey.h
"
13
14
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
15
#include "
LArRecConditions/LArFebRodMapping.h
"
16
#include "
PersistentDataModel/AthenaAttributeList.h
"
17
18
class
LArFebRodMappingAlg
:
public
AthCondAlgorithm
{
19
20
public
:
21
22
using
AthCondAlgorithm::AthCondAlgorithm;
23
24
virtual
~LArFebRodMappingAlg
() =
default
;
25
26
virtual
StatusCode
initialize
()
override
;
27
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
28
29
30
private
:
31
SG::ReadCondHandleKey<AthenaAttributeList>
m_readKey
{
this
,
"ReadKey"
,
"/LAR/Identifier/FebRodMap"
};
32
SG::WriteCondHandleKey<LArFebRodMapping>
m_writeKey
{
this
,
"WriteKey"
,
"LArFebRodMap"
};
33
};
34
35
36
37
#endif
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...
LArFebRodMapping.h
AthenaAttributeList.h
An AttributeList represents a logical row of attributes in a metadata table.
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
LArFebRodMappingAlg
Definition
LArFebRodMappingAlg.h:18
LArFebRodMappingAlg::m_readKey
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
Definition
LArFebRodMappingAlg.h:31
LArFebRodMappingAlg::initialize
virtual StatusCode initialize() override
Definition
LArFebRodMappingAlg.cxx:17
LArFebRodMappingAlg::~LArFebRodMappingAlg
virtual ~LArFebRodMappingAlg()=default
LArFebRodMappingAlg::m_writeKey
SG::WriteCondHandleKey< LArFebRodMapping > m_writeKey
Definition
LArFebRodMappingAlg.h:32
LArFebRodMappingAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
LArFebRodMappingAlg.cxx:29
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0