ATLAS Offline Software
Loading...
Searching...
No Matches
TrigZVertexHypoAlg.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 TRIGMINBIAS_TRIGZVERTEXHYPOALG_H
5#define TRIGMINBIAS_TRIGZVERTEXHYPOALG_H
6
10#include "TrigZVertexHypoTool.h"
11#include <string>
12
18public:
19 TrigZVertexHypoAlg(const std::string& name, ISvcLocator* pSvcLocator);
20 virtual ~TrigZVertexHypoAlg() override;
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext& context) const override;
24 virtual StatusCode finalize() override;
25
26private:
27
28 ToolHandleArray<TrigZVertexHypoTool> m_hypoTools{ this, "HypoTools", {}, "Tools that perform actual selection" };
29 SG::ReadHandleKey<xAOD::TrigCompositeContainer> m_zVertexCollKey{ this, "ZVertexKey", "Undefined", "Input" };
30
31};
32
33#endif // TRIGMINBIAS_TRIGZVERTEXHYPOALG_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.
virtual StatusCode execute(const EventContext &context) const override
virtual StatusCode finalize() override
TrigZVertexHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
virtual ~TrigZVertexHypoAlg() override
ToolHandleArray< TrigZVertexHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_zVertexCollKey