ATLAS Offline Software
Loading...
Searching...
No Matches
IDeviceMagFieldProviderTool.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_IDEVICEMAGFIELDPROVIDERTOOL_H
6#define ACTSTRK_IDEVICEMAGFIELDPROVIDERTOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
9#include "GaudiKernel/EventContext.h"
10
11#include <traccc/utils/algorithm.hpp>
12#include <traccc/bfield/magnetic_field.hpp>
13
14namespace ActsTrk {
15
16class IDeviceMagFieldProviderTool : virtual public IAlgTool {
17public:
19
20
21 virtual traccc::magnetic_field getDeviceMagneticField(traccc::magnetic_field const& host_bfield) const = 0;
22
23};
24
25} // namespace ActsTrk
26
27#endif // ACTSTRK_IDEVICEMAGFIELDPROVIDERTOOL_H
virtual traccc::magnetic_field getDeviceMagneticField(traccc::magnetic_field const &host_bfield) const =0
DeclareInterfaceID(IDeviceMagFieldProviderTool, 1, 0)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...