ATLAS Offline Software
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 
9 #include "StoreGate/ReadHandle.h"
10 #include "TrigConfData/HLTMenu.h"
11 
21 public:
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
SG::ReadHandleKey< TrigConf::HLTMenu >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
TrigChainNameParserChecker
Checks the output of the ChainNameParser against the current menu.
Definition: TrigChainNameParserChecker.h:20
TrigChainNameParserChecker::m_HLTMenuKey
SG::ReadHandleKey< TrigConf::HLTMenu > m_HLTMenuKey
Definition: TrigChainNameParserChecker.h:26
TrigChainNameParserChecker::initialize
virtual StatusCode initialize() override
Definition: TrigChainNameParserChecker.cxx:8
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
HLTMenu.h
ReadHandle.h
Handle class for reading from StoreGate.
TrigChainNameParserChecker::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: TrigChainNameParserChecker.cxx:13