ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
EFTracking
EFTrackingFPGAIntegration
FPGAClusterSorting
FPGAClusterSorting
FPGAClusterSortingAlg.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3
#ifndef FPGACLUSTERSORTING
4
#define FPGACLUSTERSORTING
5
6
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
7
#include "
StoreGate/ReadHandleKey.h
"
8
#include "
StoreGate/WriteHandleKey.h
"
9
#include <
AthContainers/ConstDataVector.h
>
10
11
#include "
xAODInDetMeasurement/PixelClusterContainer.h
"
12
#include "
xAODInDetMeasurement/StripClusterContainer.h
"
13
14
15
class
FPGAClusterSortingAlg
:
public
::AthReentrantAlgorithm
{
16
public
:
17
FPGAClusterSortingAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
18
virtual
~FPGAClusterSortingAlg
() =
default
;
19
20
virtual
StatusCode
initialize
() override final;
21
virtual StatusCode
execute
(
const
EventContext& ctx)
const
override final;
22
23
private
:
24
SG
::ReadHandleKey <
xAOD
::PixelClusterContainer>
m_xAODPixelClusterContainerKey
{
this
,
"xAODPixelClusterContainer"
,
""
,
""
};
25
SG::ReadHandleKey <xAOD::StripClusterContainer>
m_xAODStripClusterContainerKeys
{
this
,
"xAODStripClusterContainer"
,
""
,
""
};
26
27
SG::WriteHandleKey <xAOD::PixelClusterContainer>
m_sortedxAODPixelClusterContainerKey
{
this
,
"sortedxAODPixelClusterContainer"
,
""
,
""
};
28
SG::WriteHandleKey <xAOD::StripClusterContainer>
m_sortedxAODStripClusterContainerKeys
{
this
,
"sortedxAODStripClusterContainer"
,
""
,
""
};
29
};
30
31
#endif
AthReentrantAlgorithm.h
ConstDataVector.h
DataVector adapter that acts like it holds const pointers.
PixelClusterContainer.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.
StripClusterContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
FPGAClusterSortingAlg::m_xAODPixelClusterContainerKey
SG::ReadHandleKey< xAOD::PixelClusterContainer > m_xAODPixelClusterContainerKey
Definition
FPGAClusterSortingAlg.h:24
FPGAClusterSortingAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
FPGAClusterSortingAlg.cxx:23
FPGAClusterSortingAlg::m_sortedxAODPixelClusterContainerKey
SG::WriteHandleKey< xAOD::PixelClusterContainer > m_sortedxAODPixelClusterContainerKey
Definition
FPGAClusterSortingAlg.h:27
FPGAClusterSortingAlg::~FPGAClusterSortingAlg
virtual ~FPGAClusterSortingAlg()=default
FPGAClusterSortingAlg::FPGAClusterSortingAlg
FPGAClusterSortingAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
FPGAClusterSortingAlg.cxx:8
FPGAClusterSortingAlg::m_xAODStripClusterContainerKeys
SG::ReadHandleKey< xAOD::StripClusterContainer > m_xAODStripClusterContainerKeys
Definition
FPGAClusterSortingAlg.h:25
FPGAClusterSortingAlg::m_sortedxAODStripClusterContainerKeys
SG::WriteHandleKey< xAOD::StripClusterContainer > m_sortedxAODStripClusterContainerKeys
Definition
FPGAClusterSortingAlg.h:28
FPGAClusterSortingAlg::initialize
virtual StatusCode initialize() override final
Definition
FPGAClusterSortingAlg.cxx:13
const
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
private
#define private
Definition
testRead.cxx:27
Generated on
for ATLAS Offline Software by
1.17.0