ATLAS Offline Software
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
9 #include "MTCalibPebHypoTool.h"
11 
15 class MTCalibPebHypoAlg : public HypoBase {
16 public:
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;
26 private:
27  ToolHandleArray<MTCalibPebHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools to perform selection"};
28 };
29 
30 #endif // TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
MTCalibPebHypoTool.h
MTCalibPebHypoAlg::initialize
virtual StatusCode initialize() override
Definition: MTCalibPebHypoAlg.cxx:35
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MTCalibPebHypoAlg::finalize
virtual StatusCode finalize() override
Definition: MTCalibPebHypoAlg.cxx:44
MTCalibPebHypoAlg::m_hypoTools
ToolHandleArray< MTCalibPebHypoTool > m_hypoTools
Definition: MTCalibPebHypoAlg.h:27
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
MTCalibPebHypoAlg::~MTCalibPebHypoAlg
virtual ~MTCalibPebHypoAlg()
Standard destructor.
Definition: MTCalibPebHypoAlg.cxx:30
MTCalibPebHypoAlg::MTCalibPebHypoAlg
MTCalibPebHypoAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
Definition: MTCalibPebHypoAlg.cxx:24
MTCalibPebHypoAlg::execute
virtual StatusCode execute(const EventContext &eventContext) const override
Definition: MTCalibPebHypoAlg.cxx:53
HypoBase.h
MTCalibPebHypoAlg
Hypo algorithm for framework testing.
Definition: MTCalibPebHypoAlg.h:15