ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsGPUDataPreparation
src
cuda
CUDASPFormationAlgProviderTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
CUDASPFormationAlgProviderTool.h
"
5
6
#include "traccc/cuda/seeding/silicon_pixel_spacepoint_formation_algorithm.hpp"
7
8
#include "
ActsInterop/Logger.h
"
9
10
namespace
ActsTrk
{
11
12
StatusCode
CUDASPFormationAlgProviderTool::initialize
()
13
{
14
ATH_MSG_DEBUG
(
"Initializing."
);
15
16
ATH_CHECK
(
m_MRs
.retrieve());
17
ATH_CHECK
(
m_copy
.retrieve());
18
ATH_CHECK
(
m_streamTool
.retrieve());
19
20
ATH_MSG_DEBUG
(
"Successfully initialized"
);
21
return
StatusCode::SUCCESS;
22
}
23
24
std::pair<std::shared_ptr<const vecmem::copy>, std::shared_ptr<const traccc::device::silicon_pixel_spacepoint_formation_algorithm>>
25
CUDASPFormationAlgProviderTool::getPixelSPFormationAlgorithm
(
const
EventContext& ctx)
const
26
{
27
28
ATH_MSG_VERBOSE
(
"Constructing CUDA traccc pixel spacepoint formation algorithm"
);
29
traccc::memory_resource mr{
m_MRs
->mainMR(),
m_MRs
->hostMR()};
30
auto
copy =
m_copy
->copy(ctx);
31
32
return
std::make_pair(copy, std::make_shared<traccc::cuda::silicon_pixel_spacepoint_formation_algorithm>(
33
mr,
34
*copy,
35
traccc::cuda::stream_wrapper{
m_streamTool
->stream(ctx)},
36
makeActsAthenaLogger
(
this
,
"TracccSPFormationCUDA"
)));
37
38
}
39
40
}
// namespace ActsTrk
ATH_CHECK
#define ATH_CHECK
Evaluate an expression and check for errors.
Definition
AthCheckMacros.h:40
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition
AthMsgStreamMacros.h:28
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition
AthMsgStreamMacros.h:29
CUDASPFormationAlgProviderTool.h
Logger.h
makeActsAthenaLogger
std::unique_ptr< const Acts::Logger > makeActsAthenaLogger(IMessageSvc *svc, const std::string &name, int level, std::optional< std::string > parent_name)
Definition
Logger.cxx:64
ActsTrk::CUDASPFormationAlgProviderTool::m_copy
ToolHandle< AthDevice::ICopyTool > m_copy
Definition
CUDASPFormationAlgProviderTool.h:56
ActsTrk::CUDASPFormationAlgProviderTool::getPixelSPFormationAlgorithm
virtual std::pair< std::shared_ptr< const vecmem::copy >, std::shared_ptr< const traccc::device::silicon_pixel_spacepoint_formation_algorithm > > getPixelSPFormationAlgorithm(const EventContext &ctx) const override
Function constructing the traccc cuda clusterization algorithm.
Definition
CUDASPFormationAlgProviderTool.cxx:25
ActsTrk::CUDASPFormationAlgProviderTool::m_MRs
ToolHandle< AthDevice::IMemoryResourcesTool > m_MRs
Definition
CUDASPFormationAlgProviderTool.h:51
ActsTrk::CUDASPFormationAlgProviderTool::initialize
virtual StatusCode initialize() override
Function initializing the algorithm.
Definition
CUDASPFormationAlgProviderTool.cxx:12
ActsTrk::CUDASPFormationAlgProviderTool::m_streamTool
ToolHandle< AthCUDA::IStreamTool > m_streamTool
Definition
CUDASPFormationAlgProviderTool.h:59
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