ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetRecAlgs
InDetPriVxFinder
InDetPriVxFinder
HoughVtxFinder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETPRIVXFINDER__HOUGHVTXFINDER_H
6
#define INDETPRIVXFINDER__HOUGHVTXFINDER_H
7
8
#include "
ActsVertexReconstruction/HoughVtxFinderTool.h
"
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
StoreGate/WriteHandleKey.h
"
12
#include "
xAODInDetMeasurement/SpacePointContainer.h
"
13
#include "
xAODTracking/VertexContainer.h
"
14
15
#include <memory>
// unique_ptr
16
#include <utility>
// pair
17
18
class
HoughVtxFinder
:
public
AthReentrantAlgorithm
{
19
public
:
20
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
21
~HoughVtxFinder
() =
default
;
22
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
25
26
private
:
27
SG::ReadHandleKey<xAOD::SpacePointContainer>
m_inputPixelSpacePoints
{
this
,
"inputPixelSpacePoints"
,
"xAODInputPixelSpacePoints"
,
"input pixel spacepoints"
};
28
SG::WriteHandleKey<xAOD::VertexContainer>
m_outputHoughVtx
{
this
,
"outputHoughVtx"
,
"HoughVertices"
,
"output vertex container"
};
29
30
ToolHandle<ActsTrk::HoughVtxFinderTool>
m_VertexFinderTool
{
this
,
"HoughVtxFinderTool"
,
""
,
"Hough vertex finder tool"
};
31
};
32
33
#endif
// INDETPRIVXFINDER__HOUGHVTXFINDER_H
AthReentrantAlgorithm.h
SpacePointContainer.h
HoughVtxFinderTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
VertexContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
HoughVtxFinder
Definition
HoughVtxFinder.h:18
HoughVtxFinder::m_inputPixelSpacePoints
SG::ReadHandleKey< xAOD::SpacePointContainer > m_inputPixelSpacePoints
Definition
HoughVtxFinder.h:27
HoughVtxFinder::m_outputHoughVtx
SG::WriteHandleKey< xAOD::VertexContainer > m_outputHoughVtx
Definition
HoughVtxFinder.h:28
HoughVtxFinder::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
HoughVtxFinder.cxx:19
HoughVtxFinder::~HoughVtxFinder
~HoughVtxFinder()=default
HoughVtxFinder::initialize
virtual StatusCode initialize() override
Definition
HoughVtxFinder.cxx:8
HoughVtxFinder::m_VertexFinderTool
ToolHandle< ActsTrk::HoughVtxFinderTool > m_VertexFinderTool
Definition
HoughVtxFinder.h:30
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0