ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_TDLocReco.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_TDLOCRECO_H
6#define AFP_TDLOCRECO_H
7
8
10#include "GaudiKernel/ToolHandle.h"
11#include "AthenaKernel/errorcheck.h" // CHECK( )
14
15#include <string>
16
19{
20public:
21 AFP_TDLocReco(const std::string& name, ISvcLocator* pSvcLocator);
22
25
26 StatusCode initialize();
27
29 StatusCode execute(const EventContext &ctx) const;
30
32 StatusCode finalize();
33
34private:
36 ToolHandle<IAFPTDLocRecoTool> m_recoToolHandle{this, "recoTool", "", "Tool that makes all ToF tracks reconstruction"};
37};
38
39#endif //AFP_TDLOCRECO_h
Helpers for checking error return status codes and reporting errors.
Header file for interface IAFPTDLocRecoTool.
~AFP_TDLocReco()
Does nothing.
StatusCode execute(const EventContext &ctx) const
Run pixel clustering tool and next run track reconstruction tools.
StatusCode initialize()
AFP_TDLocReco(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode finalize()
Does nothing.
ToolHandle< IAFPTDLocRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
An algorithm that can be simultaneously executed in multiple threads.