ATLAS Offline Software
Loading...
Searching...
No Matches
LArFEBConfigCondAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARRECUTILS_LARFEBCONFIGCONDALG
6#define LARRECUTILS_LARFEBCONFIGCONDALG
7
13
14#include <map>
15
16class LArOnlineID;
17
19
20 public:
21 LArFEBConfigCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
22 virtual ~LArFEBConfigCondAlg();
23
24 virtual StatusCode initialize() override;
25 virtual StatusCode execute(const EventContext& ctx) const override;
26
27 private:
28
30 SG::ReadCondHandleKeyArray<CondAttrListCollection> m_listOfFolders{this,"ListOfFolders",{},"List of input folders"};
31 SG::WriteCondHandleKey<LArFebConfig> m_configKey{this, "keyOutput", "LArFebConfig", "Output key for LArFebConfig"};
32};
33
34#endif
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Base class for conditions algorithms.
SG::ReadCondHandleKeyArray< CondAttrListCollection > m_listOfFolders
LArFEBConfigCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteCondHandleKey< LArFebConfig > m_configKey
const LArOnlineID * m_onlineID
virtual StatusCode initialize() override
HandleKeyArray< ReadCondHandle< T >, CondHandleDefault::Key< ReadCondHandleKey< T > >, Gaudi::DataHandle::Reader > ReadCondHandleKeyArray