ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaTLAPhotonHypoAlg.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 TrigEgammaTLAPhotonHypoAlg_H
6#define TrigEgammaTLAPhotonHypoAlg_H
7
8#include <string>
10
13
15
16
17
19
20 public:
21 TrigEgammaTLAPhotonHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
22
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute( const EventContext& context ) const override;
25
26
27 private:
28 ToolHandleArray<TrigEgammaTLAPhotonHypoTool> m_hypoTools {
29 this, "HypoTools", {}, "Hypo Tools"
30 };
31
32
34 this, "TLAOutputName", "TLAOutputName", "TLA Photon container key"
35 };
36
37};
38
39#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.
virtual StatusCode initialize() override
TrigEgammaTLAPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::PhotonContainer > m_TLAPhotonsKey
virtual StatusCode execute(const EventContext &context) const override
ToolHandleArray< TrigEgammaTLAPhotonHypoTool > m_hypoTools