ATLAS Offline Software
LArCalorimeter
LArRecUtils
src
LArFebRodMappingAlg.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef LARRECCONDITIONS_LARFEBRODMAPPINGALG_H
8
#define LARRECCONDITIONS_LARFEBRODMAPPINGALG_H
9
10
#include "
AthenaBaseComps/AthAlgorithm.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
#include "
StoreGate/WriteCondHandleKey.h
"
13
14
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
15
#include "
LArRecConditions/LArFebRodMapping.h
"
16
17
class
LArFebRodMappingAlg
:
public
AthAlgorithm
{
18
19
public
:
20
21
using
AthAlgorithm::AthAlgorithm
;
22
23
virtual
~LArFebRodMappingAlg
() =
default
;
24
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
()
override
;
27
28
29
private
:
30
SG::ReadCondHandleKey<AthenaAttributeList>
m_readKey
{
this
,
"ReadKey"
,
"/LAR/Identifier/FebRodMap"
};
31
SG::WriteCondHandleKey<LArFebRodMapping>
m_writeKey
{
this
,
"WriteKey"
,
"LArFebRodMap"
};
32
};
33
34
35
36
#endif
LArFebRodMappingAlg::m_writeKey
SG::WriteCondHandleKey< LArFebRodMapping > m_writeKey
Definition:
LArFebRodMappingAlg.h:31
LArFebRodMapping.h
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
WriteCondHandleKey.h
LArFebRodMappingAlg::~LArFebRodMappingAlg
virtual ~LArFebRodMappingAlg()=default
LArFebRodMappingAlg::execute
virtual StatusCode execute() override
Definition:
LArFebRodMappingAlg.cxx:29
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArFebRodMappingAlg
Definition:
LArFebRodMappingAlg.h:17
AthAlgorithm
Definition:
AthAlgorithm.h:47
ReadCondHandleKey.h
SG::ReadCondHandleKey< AthenaAttributeList >
LArFebRodMappingAlg::m_readKey
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
Definition:
LArFebRodMappingAlg.h:30
LArFebRodMappingAlg::initialize
virtual StatusCode initialize() override
Definition:
LArFebRodMappingAlg.cxx:17
SG::WriteCondHandleKey< LArFebRodMapping >
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
Generated on Thu Nov 7 2024 21:19:37 for ATLAS Offline Software by
1.8.18