ATLAS Offline Software
Loading...
Searching...
No Matches
SPCountHypoAlg.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGMINBIAS_SPCOUNTHYPOALG_H
5#define TRIGMINBIAS_SPCOUNTHYPOALG_H
6
7// Framework includes
8#include "SPCountHypoTool.h"
12
13// STL includes
14#include <string>
15
17{
18
19public:
20 SPCountHypoAlg(const std::string &name, ISvcLocator *pSvcLocator);
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext &context) const override;
24
25private:
27 ToolHandleArray<SPCountHypoTool> m_hypoTools{this, "HypoTools", {}, "Tools that perform actual selection"};
29};
30
31#endif // TRIGMINBIAS_SPCOUNTHYPOALG_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.
ToolHandleArray< SPCountHypoTool > m_hypoTools
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &context) const override
SPCountHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_spacePointsKey