ATLAS Offline Software
LArMCSymCondAlg.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_LARMCSYMCONDGALG_H
8 #define LARRECCONDITIONS_LARMCSYMCONDGALG_H
9 
13 
16 
18 
19 public:
21 
22  ~LArMCSymCondAlg()=default;
23 
26  StatusCode finalize() {return StatusCode::SUCCESS;}
27 
28  private:
29  SG::ReadCondHandleKey<LArOnOffIdMapping> m_readKey {this,"ReadKey","LArOnOffIdMap"};
30  SG::WriteCondHandleKey<LArMCSym> m_writeKey {this,"WriteKey","LArMCSym"};
31 };
32 
33 
34 
35 #endif
LArMCSymCondAlg::~LArMCSymCondAlg
~LArMCSymCondAlg()=default
WriteCondHandleKey.h
LArMCSymCondAlg::m_writeKey
SG::WriteCondHandleKey< LArMCSym > m_writeKey
Definition: LArMCSymCondAlg.h:30
LArMCSymCondAlg::m_readKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_readKey
Definition: LArMCSymCondAlg.h:29
AthAlgorithm.h
LArOnOffIdMapping.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArMCSymCondAlg
Definition: LArMCSymCondAlg.h:17
LArMCSymCondAlg::initialize
StatusCode initialize()
Definition: LArMCSymCondAlg.cxx:12
AthAlgorithm
Definition: AthAlgorithm.h:47
ReadCondHandleKey.h
SG::ReadCondHandleKey< LArOnOffIdMapping >
LArMCSymCondAlg::execute
StatusCode execute()
Definition: LArMCSymCondAlg.cxx:24
SG::WriteCondHandleKey< LArMCSym >
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
LArMCSymCondAlg::finalize
StatusCode finalize()
Definition: LArMCSymCondAlg.h:26
LArMCSym.h