ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaFastCaloHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOALG_H
5#define TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOALG_H 1
6
7#include <string>
15
21
22 public:
23
24 TrigEgammaFastCaloHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
25 virtual StatusCode initialize() override;
26 virtual StatusCode execute( const EventContext& context ) const override;
27
28
29 private:
30
31 SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey { this, "CaloClusters", "CaloClusters", "CaloClusters in view" };
32 SG::ReadHandleKey<xAOD::TrigRingerRingsContainer> m_ringsKey { this, "RingerKey","HLT_FastCaloRinger","Point to RingerKey"};
33 ToolHandleArray< ITrigEgammaFastCaloHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
34 ToolHandleArray<Ringer::IAsgRingerSelectorTool> m_ringerNNTools{this, "RingerNNSelectorTools", {}, "Ringer Neural Network tools." };
35 ToolHandle<ILumiBlockMuTool> m_lumiBlockMuTool;
36 ToolHandle< GenericMonitoringTool > m_monTool{ this, "MonTool", "", "Monitoring tool" };
37 Gaudi::Property<std::vector<std::string>> m_pidNames{this, "PidNames", {}, "Ringer pid names"};
38
39
40
41
42};
43
44#endif //> !TRIGEGAMMAHYPO_TESTTRIGEGAMMAFASTCALOHYPOALG_H
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.
ToolHandle< GenericMonitoringTool > m_monTool
SG::ReadHandleKey< xAOD::TrigRingerRingsContainer > m_ringsKey
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey
ToolHandleArray< ITrigEgammaFastCaloHypoTool > m_hypoTools
TrigEgammaFastCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::vector< std::string > > m_pidNames
ToolHandle< ILumiBlockMuTool > m_lumiBlockMuTool
ToolHandleArray< Ringer::IAsgRingerSelectorTool > m_ringerNNTools
virtual StatusCode execute(const EventContext &context) const override
virtual StatusCode initialize() override