ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaForwardFastCaloHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TrigEgammaForwardFastCaloHypoAlg_h
5#define TrigEgammaForwardFastCaloHypoAlg_h
6
7#include <string>
14
20 public:
21
22 TrigEgammaForwardFastCaloHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
23
24 virtual StatusCode initialize() override;
25 virtual StatusCode execute( const EventContext& context ) const override;
26
27 private:
28
29 ToolHandle< GenericMonitoringTool > m_monTool{ this, "MonTool", "", "Monitoring tool" };
30 ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
31 SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey { this, "CaloClusters", "HLT_ForwardFastCaloEMClusters", "CaloClusters in view" };
32 SG::ReadHandleKey<xAOD::TrigRingerRingsContainer> m_ringsKey { this, "RingerKey","HLT_ForwardFastCaloRinger","Point to RingerKey"};
33};
34
35#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.
virtual StatusCode execute(const EventContext &context) const override
ToolHandle< GenericMonitoringTool > m_monTool
TrigEgammaForwardFastCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::TrigRingerRingsContainer > m_ringsKey
ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey