ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaForwardPrecisionCaloHypoAlg.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 TrigEgammaForwardPrecisionCaloHypoAlg_h
5#define TrigEgammaForwardPrecisionCaloHypoAlg_h
6
7#include <string>
8
9#include "AthViews/View.h"
14
20 public:
21
22 TrigEgammaForwardPrecisionCaloHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute( const EventContext& context ) const override;
25
26 private:
27 ToolHandleArray< ITrigEgammaForwardPrecisionCaloHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
28 SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey { this, "CaloClusters", "CaloClusters", "CaloClusters in roi" };
29
30
31};
32
33#endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONCALOHYPOALG_H
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey
ToolHandleArray< ITrigEgammaForwardPrecisionCaloHypoTool > m_hypoTools
virtual StatusCode execute(const EventContext &context) const override
TrigEgammaForwardPrecisionCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)