ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaPrecisionCaloHypoAlg.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 TRIGEGAMMAHYPO_TRIGPRECISIONCALOHYPOALG_PRECISION_H
5#define TRIGEGAMMAHYPO_TRIGPRECISIONCALOHYPOALG_PRECISION_H 1
6
7#include <string>
8
9#include "AthViews/View.h"
13
15
21 public:
22
23 TrigEgammaPrecisionCaloHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode execute( const EventContext& context ) const override;
27
28 private:
29 ToolHandleArray< ITrigEgammaPrecisionCaloHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
30
31 SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey { this, "CaloClusters", "CaloClusters", "CaloClusters in roi" };
32
33
34};
35
36#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
virtual StatusCode execute(const EventContext &context) const override
ToolHandleArray< ITrigEgammaPrecisionCaloHypoTool > m_hypoTools
TrigEgammaPrecisionCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)