ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
AFP
AFP_Reconstruction
AFP_GlobReco
AFP_GlobReco
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
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
#include "GaudiKernel/ToolHandle.h"
12
13
#include "
AFP_GlobReco/IAFP_GlobRecoTool.h
"
14
15
16
class
AFP_GlobReco
:
public
AthReentrantAlgorithm
17
{
18
public
:
19
AFP_GlobReco
(
const
std::string& name, ISvcLocator* pSvcLocator);
20
~AFP_GlobReco
();
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
AthReentrantAlgorithm.h
IAFP_GlobRecoTool.h
Header file for interface IAFP_GlobRecoTool.
AFP_GlobReco::m_recoToolHandle
ToolHandle< IAFP_GlobRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
Definition
AFP_GlobReco.h:28
AFP_GlobReco::execute
StatusCode execute(const EventContext &ctx) const
Definition
AFP_GlobReco.cxx:35
AFP_GlobReco::finalize
StatusCode finalize()
Definition
AFP_GlobReco.cxx:45
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
AFP_GlobReco
Definition
AFP_GlobReco.py:1
initialize
void initialize()
Definition
run_EoverP.cxx:894
Generated on
for ATLAS Offline Software by
1.17.0