ATLAS Offline Software
Loading...
Searching...
No Matches
MTCalibPebHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
6#define TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
7
8// Trigger includes
11
16public:
18 MTCalibPebHypoAlg(const std::string& name, ISvcLocator* svcLoc);
20 virtual ~MTCalibPebHypoAlg();
21
22 // ------------------------- AthReentrantAlgorithm methods -------------------
23 virtual StatusCode initialize() override;
24 virtual StatusCode finalize() override;
25 virtual StatusCode execute(const EventContext& eventContext) const override;
26private:
27 ToolHandleArray<MTCalibPebHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools to perform selection"};
28};
29
30#endif // TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
virtual StatusCode execute(const EventContext &eventContext) const override
ToolHandleArray< MTCalibPebHypoTool > m_hypoTools
virtual StatusCode initialize() override
virtual ~MTCalibPebHypoAlg()
Standard destructor.
MTCalibPebHypoAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
virtual StatusCode finalize() override