ATLAS Offline Software
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 
20 public:
21  //Delegate constructor:
23 
24  virtual ~LArOnOffMappingAlg() = default;
25 
26  virtual StatusCode initialize() override;
27  virtual StatusCode execute() 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
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
WriteCondHandleKey.h
AthAlgorithm.h
LArOnOffIdMapping.h
LArOnOffMappingAlg::initialize
virtual StatusCode initialize() override
Definition: LArOnOffMappingAlg.cxx:17
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArOnOffMappingAlg::m_readKey
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
Definition: LArOnOffMappingAlg.h:31
LArOnOffMappingAlg::m_writeKey
SG::WriteCondHandleKey< LArOnOffIdMapping > m_writeKey
Definition: LArOnOffMappingAlg.h:32
LArOnOffMappingAlg
Definition: LArOnOffMappingAlg.h:18
AthAlgorithm
Definition: AthAlgorithm.h:47
LArOnOffMappingAlg::execute
virtual StatusCode execute() override
Definition: LArOnOffMappingAlg.cxx:29
ReadCondHandleKey.h
AthenaAttributeList.h
An AttributeList represents a logical row of attributes in a metadata table. The name and type of eac...
SG::ReadCondHandleKey< AthenaAttributeList >
SG::WriteCondHandleKey< LArOnOffIdMapping >
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
LArOnOffMappingAlg::m_isSuperCell
Gaudi::Property< bool > m_isSuperCell
Definition: LArOnOffMappingAlg.h:33
LArOnOffMappingAlg::~LArOnOffMappingAlg
virtual ~LArOnOffMappingAlg()=default