ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsGPUEventCnv
src
TracccCellValidationAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef ACTSGPUEVENT_TRACCCCELLVALIDATOR_H
5
#define ACTSGPUEVENT_TRACCCCELLVALIDATOR_H
6
7
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
8
#include "
ActsGPUEvent/TracccSiliconCellCollection.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
AthDeviceInterfaces/IMemoryResourceTool.h
"
11
#include "
AthDeviceInterfaces/ICopyTool.h
"
12
13
namespace
ActsTrk
{
14
23
24
class
TracccCellValidationAlg
:
public
AthReentrantAlgorithm
25
{
26
public
:
27
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
28
29
virtual
StatusCode
initialize
()
override
;
30
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
31
32
private
:
33
SG::ReadHandleKey<traccc::edm::silicon_cell_collection::const_view>
m_referenceCellsKey
{
34
this
,
"ReferenceCells"
,
""
,
"The reference cells which the other will be compared to"
};
35
SG::ReadHandleKey<traccc::edm::silicon_cell_collection::const_view>
m_cellsKey
{
36
this
,
"Cells"
,
""
,
"The cells to validate against the reference"
};
37
38
ToolHandle<AthDevice::IMemoryResourceTool>
m_hostMR
{
39
this
,
"HostMR"
,
""
,
"Host memory resource provider"
};
40
ToolHandle<AthDevice::ICopyTool>
m_deviceCopy
{
41
this
,
"DeviceCopyTool"
,
""
,
"Device copy provider"
};
42
};
43
44
}
// namespace ActsTrk
45
46
#endif
// ACTSGPUEVENT_RDOTOTRACCCCELLCONVERTERALG_H
AthReentrantAlgorithm.h
ICopyTool.h
IMemoryResourceTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TracccSiliconCellCollection.h
ActsTrk::TracccCellValidationAlg
Algo that compares two traccc silicon_cell_collection.
Definition
TracccCellValidationAlg.h:25
ActsTrk::TracccCellValidationAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
TracccCellValidationAlg.cxx:38
ActsTrk::TracccCellValidationAlg::m_referenceCellsKey
SG::ReadHandleKey< traccc::edm::silicon_cell_collection::const_view > m_referenceCellsKey
Definition
TracccCellValidationAlg.h:33
ActsTrk::TracccCellValidationAlg::m_hostMR
ToolHandle< AthDevice::IMemoryResourceTool > m_hostMR
Definition
TracccCellValidationAlg.h:38
ActsTrk::TracccCellValidationAlg::m_deviceCopy
ToolHandle< AthDevice::ICopyTool > m_deviceCopy
Definition
TracccCellValidationAlg.h:40
ActsTrk::TracccCellValidationAlg::initialize
virtual StatusCode initialize() override
Definition
TracccCellValidationAlg.cxx:28
ActsTrk::TracccCellValidationAlg::m_cellsKey
SG::ReadHandleKey< traccc::edm::silicon_cell_collection::const_view > m_cellsKey
Definition
TracccCellValidationAlg.h:35
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
Generated on
for ATLAS Offline Software by
1.17.0