ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsGPUPatternRecognition
src
IDeviceTrkParamAlgProviderTool.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 ACTSTRK_IDEVICETRKPARAMALGPROVIDERTOOL_H
6
#define ACTSTRK_IDEVICETRKPARAMALGPROVIDERTOOL_H
7
8
// Framework include(s).
9
#include "GaudiKernel/EventContext.h"
10
#include "GaudiKernel/IAlgTool.h"
11
12
// ActsGPU include(s).
13
#include "
ActsGPUInterfaces/DeviceAlgorithmT.h
"
14
15
// Traccc include(s).
16
#include <traccc/seeding/device/seed_parameter_estimation_algorithm.hpp>
17
18
namespace
ActsTrk
{
19
22
class
IDeviceTrkParamAlgProviderTool
:
virtual
public
IAlgTool {
23
public
:
25
DeclareInterfaceID
(
IDeviceTrkParamAlgProviderTool
, 1, 0);
26
28
virtual
DeviceAlgorithmT<traccc::device::seed_parameter_estimation_algorithm>
29
getAlgorithm
(
30
const
EventContext& ctx,
31
const
traccc::track_params_estimation_config& trkparam_config)
const
= 0;
32
33
};
// class IDeviceTrkParamAlgProviderTool
34
35
}
// namespace ActsTrk
36
37
#endif
// ACTSTRK_IDEVICETRKPARAMALGPROVIDERTOOL_H
DeviceAlgorithmT.h
ActsTrk::DeviceAlgorithmT
Convenience type for the "algorithm provider" tools.
Definition
DeviceAlgorithmT.h:15
ActsTrk::IDeviceTrkParamAlgProviderTool
Interface for tools providing an Acts device/GPU track parameter estimation algorithm.
Definition
IDeviceTrkParamAlgProviderTool.h:22
ActsTrk::IDeviceTrkParamAlgProviderTool::getAlgorithm
virtual DeviceAlgorithmT< traccc::device::seed_parameter_estimation_algorithm > getAlgorithm(const EventContext &ctx, const traccc::track_params_estimation_config &trkparam_config) const =0
Get the device specific track parameter estimation algorithm.
ActsTrk::IDeviceTrkParamAlgProviderTool::DeclareInterfaceID
DeclareInterfaceID(IDeviceTrkParamAlgProviderTool, 1, 0)
Declare the interface ID for this tool.
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