ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2CaloLayersAlg.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 TRIGCALOHYPO_TRIGL2CALOLAYERSALG
5#define TRIGCALOHYPO_TRIGL2CALOLAYERSALG
6
7#include <string>
8
9#include "GaudiKernel/ToolHandle.h"
14
20 public:
21
22 TrigL2CaloLayersAlg( 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 SG::ReadHandleKey<xAOD::TrigEMClusterContainer > m_caloContainerKey { this, "TrigClusterContainerKey", "LayersCluster","SG Key of clusters with layers"};
29 ToolHandleArray< ITrigL2CaloLayersHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
30};
31#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
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 initialize() override
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_caloContainerKey
TrigL2CaloLayersAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override
ToolHandleArray< ITrigL2CaloLayersHypoTool > m_hypoTools