ATLAS Offline Software
Loading...
Searching...
No Matches
TGCTriggerCondAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TGCTRIGGERCONDALG_H
6#define TGCTRIGGERCONDALG_H
7
14
16
17 public:
18 using AthCondAlgorithm::AthCondAlgorithm;
19
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute(const EventContext& ctx) const override;
22
23 private:
24
25 SG::ReadCondHandleKey<CondAttrListCollection> m_readKey_bw{this, "ReadKeyBw", "/TGC/TRIGGER/CW_BW_RUN3"};
26 SG::WriteCondHandleKey<TGCTriggerLUTs> m_writeKey{this, "WriteKey", "TGCTriggerLUTs"};
27
28 // LUT Readers
30 };
31
32#endif
33
34
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.
TGCTriggerBWCWReader m_bwCWReader
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey_bw
SG::WriteCondHandleKey< TGCTriggerLUTs > m_writeKey
virtual StatusCode initialize() override