ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetTLAHypoAlg.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
6#ifndef TrigHLTJetHypo_TrigJetTLAHypoAlg_H
7#define TrigHLTJetHypo_TrigJetTLAHypoAlg_H
8
9#include <string>
10
13
15
16#include "TrigJetTLAHypoTool.h"
17
28
30 public:
31
32 TrigJetTLAHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
33
34 virtual StatusCode initialize() override;
35 virtual StatusCode execute( const EventContext& context ) const override;
36
37 private:
38
39 ToolHandleArray<TrigJetTLAHypoTool> m_hypoTools {
40 this, "HypoTools", {}, "Hypo tools"};
41
43 this, "TLAOutputName", "TLAOutputName", "TLA jet container key"};
44
45};
46
47#endif
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< xAOD::JetContainer > m_TLAjetsKey
virtual StatusCode execute(const EventContext &context) const override
virtual StatusCode initialize() override
TrigJetTLAHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< TrigJetTLAHypoTool > m_hypoTools