ATLAS Offline Software
AFP_GlobReco.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef AFP_GLOBRECO_h
6 #define AFP_GLOBRECO_h
7 
8 
9 
11 #include "GaudiKernel/ToolHandle.h"
12 
14 
15 
17 {
18  public:
19  AFP_GlobReco(const std::string& name, ISvcLocator* pSvcLocator);
20  ~AFP_GlobReco();
21 
23  StatusCode execute(const EventContext &ctx) const;
25 
26  private:
28  ToolHandle<IAFP_GlobRecoTool> m_recoToolHandle {this, "recoTool", "", "AFP proton reco tool"};
29 };
30 
31 #endif
AFP_GlobReco::m_recoToolHandle
ToolHandle< IAFP_GlobRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
Definition: AFP_GlobReco.h:28
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
IAFP_GlobRecoTool.h
Header file for interface IAFP_GlobRecoTool.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AFP_GlobReco::finalize
StatusCode finalize()
Definition: AFP_GlobReco.cxx:45
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
AFP_GlobReco::initialize
StatusCode initialize()
Definition: AFP_GlobReco.cxx:19
AFP_GlobReco::execute
StatusCode execute(const EventContext &ctx) const
Definition: AFP_GlobReco.cxx:35
AFP_GlobReco::AFP_GlobReco
AFP_GlobReco(const std::string &name, ISvcLocator *pSvcLocator)
Definition: AFP_GlobReco.cxx:8
AFP_GlobReco
Definition: AFP_GlobReco.py:1
AFP_GlobReco::~AFP_GlobReco
~AFP_GlobReco()
Definition: AFP_GlobReco.cxx:14