ATLAS Offline Software
Loading...
Searching...
No Matches
LArOnOffMappingAlg.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_LARONOFFMAPPINGALG_H
8#define LARRECCONDITIONS_LARONOFFMAPPINGALG_H
9
13
17
19
20public:
21 //Delegate constructor:
22 using AthCondAlgorithm::AthCondAlgorithm;
23
24 virtual ~LArOnOffMappingAlg() = 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/OnOnffMap"};
32 SG::WriteCondHandleKey<LArOnOffIdMapping> m_writeKey{this,"WriteKey","LArOnOffIdMap"};
33 Gaudi::Property<bool> m_isSuperCell{this,"isSuperCell",false};
34};
35
36
37
38#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.
virtual StatusCode initialize() override
virtual ~LArOnOffMappingAlg()=default
Gaudi::Property< bool > m_isSuperCell
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
SG::WriteCondHandleKey< LArOnOffIdMapping > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const override