ATLAS Offline Software
Loading...
Searching...
No Matches
TrigChainNameParserChecker.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 TRIGVALALGS_TRIGCHAINAMEPARSERCHECKER_H
6#define TRIGVALALGS_TRIGCHAINAMEPARSERCHECKER_H
7
11
21public:
22 using AthReentrantAlgorithm::AthReentrantAlgorithm;
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute (const EventContext& ctx) const override;
25
26 SG::ReadHandleKey<TrigConf::HLTMenu> m_HLTMenuKey{this, "HLTTriggerMenu", "DetectorStore+HLTTriggerMenu", "HLT Menu key"};
27};
28
29#endif // TRIGVALALGS_TRIGCHAINAMEPARSERCHECKER_H
Handle class for reading from StoreGate.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Checks the output of the ChainNameParser against the current menu.
SG::ReadHandleKey< TrigConf::HLTMenu > m_HLTMenuKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override