ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRecUtils
src
LArHVIdMappingAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARHVIDMAPPINGALG_H
6
#define LARHVIDMAPPINGALG_H
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
12
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
13
#include "
LArRecConditions/LArHVIdMapping.h
"
14
#include "
PersistentDataModel/AthenaAttributeList.h
"
15
16
class
LArHVIdMappingAlg
:
public
AthCondAlgorithm
{
17
18
public
:
19
using
AthCondAlgorithm::AthCondAlgorithm;
20
virtual
~LArHVIdMappingAlg
() =
default
;
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
24
25
private
:
26
27
SG::ReadCondHandleKey<AthenaAttributeList>
m_readKey
{
this
,
"ReadKey"
,
"/LAR/IdentifierOfl/HVLineToElectrodeMap"
,
"Cool folder with HV mapping"
};
28
SG::WriteCondHandleKey<LArHVIdMapping>
m_writeKey
{
this
,
"WriteKey"
,
"LArHVIdMap"
,
"Key for output mapping object"
} ;
29
//bool m_isSuperCell;
30
31
};
32
#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...
LArHVIdMapping.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
LArHVIdMappingAlg
Definition
LArHVIdMappingAlg.h:16
LArHVIdMappingAlg::m_writeKey
SG::WriteCondHandleKey< LArHVIdMapping > m_writeKey
Definition
LArHVIdMappingAlg.h:28
LArHVIdMappingAlg::m_readKey
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
Definition
LArHVIdMappingAlg.h:27
LArHVIdMappingAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
LArHVIdMappingAlg.cxx:30
LArHVIdMappingAlg::~LArHVIdMappingAlg
virtual ~LArHVIdMappingAlg()=default
LArHVIdMappingAlg::initialize
virtual StatusCode initialize() override
Definition
LArHVIdMappingAlg.cxx:18
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0