ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
17
19
20public:
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
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
An AttributeList represents a logical row of attributes in a metadata table.
Base class for conditions algorithms.
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
virtual StatusCode initialize() override
virtual ~LArFebRodMappingAlg()=default
SG::WriteCondHandleKey< LArFebRodMapping > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const override