ATLAS Offline Software
LArFEBTempAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARCONDUTILS_LARFEBTEMPALG_H
6 #define LARCONDUTILS_LARFEBTEMPALG_H
7 
13 
15 
16  public:
17  LArFEBTempAlg(const std::string& name, ISvcLocator* pSvcLocator);
18 
19  virtual ~LArFEBTempAlg()=default;
20 
21  virtual StatusCode initialize() override final;
22  virtual StatusCode execute(const EventContext& ctx) const override final;
23 
24  private:
25 
26  SG::ReadCondHandleKey<CondAttrListCollection> m_foldernameKey{this, "folderName", "/LAR/DCS/FEBTEMP", "DCS folder with temperatures"};
27  SG::WriteCondHandleKey<LArFEBTempData> m_tempKey{this, "keyOutput", "LArFEBTemp", "Output key for LAr Feb temperature data"};
28 };
29 
30 #endif
LArFEBTempAlg::m_tempKey
SG::WriteCondHandleKey< LArFEBTempData > m_tempKey
Definition: LArFEBTempAlg.h:27
LArFEBTempData.h
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
LArFEBTempAlg
Definition: LArFEBTempAlg.h:14
LArFEBTempAlg::LArFEBTempAlg
LArFEBTempAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArFEBTempAlg.cxx:8
WriteCondHandleKey.h
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number....
Definition: CondAttrListCollection.h:52
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
LArFEBTempAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: LArFEBTempAlg.cxx:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArFEBTempAlg::~LArFEBTempAlg
virtual ~LArFEBTempAlg()=default
ReadCondHandleKey.h
LArFEBTempAlg::initialize
virtual StatusCode initialize() override final
Definition: LArFEBTempAlg.cxx:11
AthReentrantAlgorithm.h
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArFEBTempAlg::m_foldernameKey
SG::ReadCondHandleKey< CondAttrListCollection > m_foldernameKey
Definition: LArFEBTempAlg.h:26
SG::WriteCondHandleKey< LArFEBTempData >