ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
AFP
AFP_Reconstruction
AFP_LocReco
AFP_LocReco
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
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "GaudiKernel/ToolHandle.h"
11
#include "
AthenaKernel/errorcheck.h
"
// CHECK( )
12
#include "
AthenaBaseComps/AthMsgStreamMacros.h
"
13
#include "
AFP_LocReco/IAFPTDLocRecoTool.h
"
14
15
#include <string>
16
18
class
AFP_TDLocReco
:
public
AthReentrantAlgorithm
19
{
20
public
:
21
AFP_TDLocReco
(
const
std::string& name, ISvcLocator* pSvcLocator);
22
24
~AFP_TDLocReco
() {}
25
26
StatusCode
initialize
();
27
29
StatusCode
execute
(
const
EventContext &ctx)
const
;
30
32
StatusCode
finalize
();
33
34
private
:
36
ToolHandle<IAFPTDLocRecoTool>
m_recoToolHandle
{
this
,
"recoTool"
,
""
,
"Tool that makes all ToF tracks reconstruction"
};
37
};
38
39
#endif
//AFP_TDLOCRECO_h
AthMsgStreamMacros.h
AthReentrantAlgorithm.h
errorcheck.h
Helpers for checking error return status codes and reporting errors.
IAFPTDLocRecoTool.h
Header file for interface IAFPTDLocRecoTool.
AFP_TDLocReco::~AFP_TDLocReco
~AFP_TDLocReco()
Does nothing.
Definition
AFP_TDLocReco.h:24
AFP_TDLocReco::execute
StatusCode execute(const EventContext &ctx) const
Run pixel clustering tool and next run track reconstruction tools.
Definition
AFP_TDLocReco.cxx:34
AFP_TDLocReco::initialize
StatusCode initialize()
Definition
AFP_TDLocReco.cxx:18
AFP_TDLocReco::AFP_TDLocReco
AFP_TDLocReco(const std::string &name, ISvcLocator *pSvcLocator)
Definition
AFP_TDLocReco.cxx:11
AFP_TDLocReco::finalize
StatusCode finalize()
Does nothing.
Definition
AFP_TDLocReco.cxx:47
AFP_TDLocReco::m_recoToolHandle
ToolHandle< IAFPTDLocRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
Definition
AFP_TDLocReco.h:36
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
Generated on
for ATLAS Offline Software by
1.17.0