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
14
15#include <map>
16
17class LArOnlineID;
18
20
21 public:
22 LArFEBConfigCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
23 virtual ~LArFEBConfigCondAlg();
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode execute(const EventContext& ctx) const override;
27
28 private:
29
31 SG::ReadCondHandleKeyArray<CondAttrListCollection> m_listOfFolders{this,"ListOfFolders",{},"List of input folders"};
32 SG::WriteCondHandleKey<LArFebConfig> m_configKey{this, "keyOutput", "LArFebConfig", "Output key for LArFebConfig"};
33};
34
35#endif
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
defines and typedefs for IOVSvc
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