ATLAS Offline Software
Loading...
Searching...
No Matches
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);
21
22 StatusCode initialize();
23 StatusCode execute(const EventContext &ctx) const;
24 StatusCode finalize();
25
26 private:
28 ToolHandle<IAFP_GlobRecoTool> m_recoToolHandle {this, "recoTool", "", "AFP proton reco tool"};
29};
30
31#endif
Header file for interface IAFP_GlobRecoTool.
ToolHandle< IAFP_GlobRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
StatusCode execute(const EventContext &ctx) const
StatusCode finalize()
An algorithm that can be simultaneously executed in multiple threads.
void initialize()