ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTauJetHypoAlg.h
Go to the documentation of this file.
1// emacs: this is -*- c++ -*-
2/*
3 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
4*/
5
6#ifndef TRIGTAUHYPO_TrigTauJetHypoAlg_H
7#define TRIGTAUHYPO_TrigTauJetHypoAlg_H
8
11
12#include "ITrigTauJetHypoTool.h"
13
14
20{
21public:
22 TrigTauJetHypoAlg(const std::string& name, ISvcLocator* pSvcLocator);
23
24 virtual StatusCode initialize() override;
25 virtual StatusCode execute(const EventContext& context) const override;
26
27private:
28 ToolHandleArray<ITrigTauJetHypoTool> m_hypoTools {this, "HypoTools", {}, "Hypo tools"};
29
30 SG::ReadHandleKey<xAOD::TauJetContainer> m_tauJetKey {this, "TauJetsKey", "", "TauJets in view"};
31};
32
33#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 ReadHandle is made.
TrigTauJetHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< ITrigTauJetHypoTool > m_hypoTools
virtual StatusCode execute(const EventContext &context) const override
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetKey
virtual StatusCode initialize() override