ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTauTrackingHypoAlg.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_TrigTauTrackingHypoAlg_H
7#define TrigTauHypo_TrigTauTrackingHypoAlg_H
8
12
14
15
21{
22public:
23 TrigTauTrackingHypoAlg(const std::string& name, ISvcLocator* pSvcLocator);
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode execute(const EventContext& context) const override;
27
28private:
29 ToolHandleArray<ITrigTauTrackingHypoTool> m_hypoTools {this, "HypoTools", {}, "Hypo tools"};
30
31 SG::ReadHandleKey<xAOD::TrackParticleContainer> m_tracksKey {this, "TracksKey", "", "Track particles in view"};
32
33 SG::ReadHandleKey<TrigRoiDescriptorCollection> m_roiKey {this, "RoIKey", "", "Updated RoI produced in view"};
34};
35
36#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.
TrigTauTrackingHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
virtual StatusCode execute(const EventContext &context) const override
ToolHandleArray< ITrigTauTrackingHypoTool > m_hypoTools
virtual StatusCode initialize() override