ATLAS Offline Software
Loading...
Searching...
No Matches
AthCUDAExamples::TrackParticleCalibratorExampleAlg Class Reference

Example algorithm performing "track particle calibration". More...

#include <TrackParticleCalibratorExampleAlg.h>

Inheritance diagram for AthCUDAExamples::TrackParticleCalibratorExampleAlg:
Collaboration diagram for AthCUDAExamples::TrackParticleCalibratorExampleAlg:

Public Member Functions

virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
virtual bool filterPassed (const EventContext &ctx) const
 Get filter decision:
virtual void setFilterPassed (bool state, const EventContext &ctx) const
 Set filter decision:
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const
Function(s) inherited from @c AthReentrantAlgorithm
virtual StatusCode initialize () override
 Function initialising the algorithm.
virtual StatusCode execute (const EventContext &ctx) const override
 Function executing the algorithm.

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default).
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default).
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared
Algorithm properties
SG::ReadHandleKey< xAOD::TrackParticleContainerm_inputKey
 The input container.
SG::WriteHandleKey< xAOD::TrackParticleContainerm_outputKey
 The output container.
ToolHandle< AthDevice::IMemoryResourcesToolm_mrTool
 Host memory resource tool to use.
ToolHandle< AthDevice::ICopyToolm_hostCopyTool
 Host copy tool to use.
ToolHandle< AthDevice::ICopyToolm_deviceCopyTool
 Device copy tool to use.
ToolHandle< AthCUDA::IStreamToolm_streamTool
 Stream tool to use.

Detailed Description

Example algorithm performing "track particle calibration".

It uses the VecMem based AthExCUDA::TrackParticleContainer to offload information about xAOD::TrackParticle-s to the GPU, and to get the results of the calibration back. Converting the results back into an xAOD::TrackParticleContainer in the end.

Author
Attila Krasznahorkay Attil.nosp@m.a.Kr.nosp@m.aszna.nosp@m.hork.nosp@m.ay@ce.nosp@m.rn.c.nosp@m.h

Definition at line 36 of file TrackParticleCalibratorExampleAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode AthCUDAExamples::TrackParticleCalibratorExampleAlg::execute ( const EventContext & ctx) const
overridevirtual

Function executing the algorithm.

Definition at line 39 of file TrackParticleCalibratorExampleAlg.cxx.

40 {
41
42 // Retrieve the input container.
43 auto inputHandle = SG::makeHandle(m_inputKey, ctx);
44 const xAOD::TrackParticleContainer* input = inputHandle.cptr();
45 if (input == nullptr) {
46 ATH_MSG_ERROR("Failed to retrieve input container from: " << m_inputKey);
47 return StatusCode::FAILURE;
48 }
49
50 // The number of input/output tracks.
51 const std::size_t nTracks = input->size();
52
53 // If the input container is empty, then create an empty output container, and
54 // be done with it.
55 if (nTracks == 0) {
56 auto output = std::make_unique<xAOD::TrackParticleContainer>();
57 auto outputAux = std::make_unique<xAOD::AuxContainerBase>();
58 auto outputHandle = SG::makeHandle(m_outputKey, ctx);
59 ATH_CHECK(outputHandle.record(std::move(output), std::move(outputAux)));
60 return StatusCode::SUCCESS;
61 }
62
63 // Get the CUDA stream to use.
64 cudaStream_t stream = m_streamTool->stream(ctx);
65
66 // The object managing host memory copies.
67 auto hostCopy = m_hostCopyTool->copy(ctx);
68 // The object managing device memory copies.
69 auto deviceCopy = m_deviceCopyTool->copy(ctx);
70
71 // Buffer size(s) to create.
72 const std::vector<unsigned int> bufferSize(input->size(), 0u);
73
74 // Construct input buffer(s).
75 auto inputHostBuffer =
76 m_mrTool->hostMR()
77 ? traccc::edm::track_collection<
78 traccc::default_algebra>::buffer{bufferSize,
79 *(m_mrTool->hostMR())}
80 : traccc::edm::track_collection<traccc::default_algebra>::buffer{
81 bufferSize, m_mrTool->mainMR()};
82 auto inputDeviceBuffer =
83 m_mrTool->hostMR()
84 ? traccc::edm::track_collection<
85 traccc::default_algebra>::buffer{bufferSize, m_mrTool->mainMR(),
86 m_mrTool->hostMR()}
87 : traccc::edm::track_collection<traccc::default_algebra>::buffer{};
88 hostCopy->setup(inputHostBuffer)->wait();
89 deviceCopy->setup(inputDeviceBuffer)->ignore();
90
91 // Copy the relevant data into the input buffer.
92 traccc::edm::track_collection<traccc::default_algebra>::device inputHost{
93 inputHostBuffer};
94 for (unsigned int i = 0; i < input->size(); ++i) {
95 inputHost[i].params().set_theta(input->at(i)->theta());
96 inputHost[i].params().set_phi(input->at(i)->phi());
97 inputHost[i].params().set_qop(input->at(i)->qOverP());
98 }
99
100 // Copy the input buffer to the device.
101 if (m_mrTool->hostMR()) {
102 (*deviceCopy)(inputHostBuffer, inputDeviceBuffer)->ignore();
103 }
104
105 // Construct output buffer(s).
106 traccc::edm::track_collection<traccc::default_algebra>::buffer
107 outputDeviceBuffer(bufferSize, m_mrTool->mainMR(), m_mrTool->hostMR());
108 if (m_mrTool->hostMR()) {
109 deviceCopy->setup(outputDeviceBuffer)->ignore();
110 } else {
111 hostCopy->setup(outputDeviceBuffer)->ignore();
112 }
113 traccc::edm::track_collection<traccc::default_algebra>::host
114 outputHostCollection(m_mrTool->hostMR() ? *(m_mrTool->hostMR())
115 : m_mrTool->mainMR());
116
117 // Run the kernel.
119 stream, m_mrTool->hostMR() ? inputDeviceBuffer : inputHostBuffer,
120 outputDeviceBuffer));
121
122 // Get the output back to the host.
123 if (m_mrTool->hostMR()) {
124 (*deviceCopy)(outputDeviceBuffer, outputHostCollection)->wait();
125 } else {
126 (*hostCopy)(outputDeviceBuffer, outputHostCollection)->wait();
127 }
128
129 // Construct the output container.
130 auto outputAux = std::make_unique<xAOD::AuxContainerBase>();
131 SG::copyAuxStoreThinned(*(input->getConstStore()), *outputAux, nullptr);
132 auto output = std::make_unique<xAOD::TrackParticleContainer>();
133 for (std::size_t i = 0; i < nTracks; ++i) {
134 output->push_back(std::make_unique<xAOD::TrackParticle>());
135 }
136 output->setStore(outputAux.get());
137 for (std::size_t i = 0; i < nTracks; ++i) {
139 track->setDefiningParameters(input->at(i)->d0(), input->at(i)->z0(),
140 outputHostCollection[i].params().phi(),
141 outputHostCollection[i].params().theta(),
142 outputHostCollection[i].params().qop());
143 }
144
145 // Record the output container.
146 auto outputHandle = SG::makeHandle(m_outputKey, ctx);
147 ATH_CHECK(outputHandle.record(std::move(output), std::move(outputAux)));
148
149 // Return gracefully.
150 return StatusCode::SUCCESS;
151}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ERROR(x)
ToolHandle< AthDevice::ICopyTool > m_deviceCopyTool
Device copy tool to use.
ToolHandle< AthCUDA::IStreamTool > m_streamTool
Stream tool to use.
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_inputKey
The input container.
ToolHandle< AthDevice::IMemoryResourcesTool > m_mrTool
Host memory resource tool to use.
ToolHandle< AthDevice::ICopyTool > m_hostCopyTool
Host copy tool to use.
SG::WriteHandleKey< xAOD::TrackParticleContainer > m_outputKey
The output container.
StatusCode calibrateOnGPU(cudaStream_t stream, const traccc::edm::track_collection< traccc::default_algebra >::const_view &input, traccc::edm::track_collection< traccc::default_algebra >::view &output)
Perform the transformation on an NVIDIA GPU.
void copyAuxStoreThinned(const SG::IConstAuxStore &orig, SG::IAuxStore &copy, const SG::ThinningInfo *info)
Helper to copy an aux store while applying thinning.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
output
Definition merge.py:16
TrackParticle_v1 TrackParticle
Reference the current persistent version:
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ extraOutputDeps()

const DataObjIDColl & AthCommonAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 89 of file AthCommonAlgorithm.cxx.

54{
55 // If we didn't find any symlinks to add, just return the collection
56 // from the base class. Otherwise, return the extended collection.
57 if (!m_extendedExtraObjects.empty()) {
59 }
61}
Common base class for algorithms.

◆ filterPassed()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Get filter decision:

Definition at line 93 of file AthCommonAlgorithm.h.

93 {
94 return execState( ctx ).filterPassed();
95 }
virtual bool filterPassed(const EventContext &ctx) const
Get filter decision:

◆ initialize()

StatusCode AthCUDAExamples::TrackParticleCalibratorExampleAlg::initialize ( )
overridevirtual

Function initialising the algorithm.

Definition at line 19 of file TrackParticleCalibratorExampleAlg.cxx.

19 {
20
21 // Initialize the keys.
22 ATH_CHECK(m_inputKey.initialize());
23 ATH_CHECK(m_outputKey.initialize());
24
25 // Initialize the tools.
26 ATH_CHECK(m_mrTool.retrieve());
27 ATH_CHECK(m_hostCopyTool.retrieve());
28 ATH_CHECK(m_deviceCopyTool.retrieve());
29 ATH_CHECK(m_streamTool.retrieve());
30
31 // Print some information about the configuration:
32 ATH_MSG_INFO("Input container key: " << m_inputKey);
33 ATH_MSG_INFO("Output container key: " << m_outputKey);
34
35 // Return gracefully.
36 return StatusCode::SUCCESS;
37}
#define ATH_MSG_INFO(x)

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ isClonable()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::isClonable ( ) const
inlineoverridevirtualinherited

Specify if the algorithm is clonable.

Only relevant for non-reentrant algorithms. Actual number of clones needs to be set via the "Cardinality" property.

Reimplemented in AFP_DigiTop, AlgB, AlgT, BCM_Digitization, CscDigitBuilder, CscDigitToCscRDO, G4AtlasAlg, G4RunAlg, HGTD_Digitization, HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ISF::SimKernelMT, ITk::StripDigitization, ITkPixelCablingAlg, ITkStripCablingAlg, LArHitEMapMaker, LArTTL1Maker, LUCID_DigiTop, LVL1::L1TopoSimulation, MergeCalibHits, MergeGenericMuonSimHitColl, MergeHijingPars, MergeMcEventCollection, MergeTrackRecordCollection, MergeTruthJets, MergeTruthParticles, MuonDigitizer, PileUpMTAlg, PixelDigitization, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_Digitization, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, SGInputLoader, Simulation::BeamEffectsAlg, TileHitVecToCnt, TileMuonFitter, TilePulseForTileMuonReceiver, TileRawChannelMaker, TRTDigitization, and ZDC_DigiTop.

Definition at line 68 of file AthCommonAlgorithm.h.

68 {
69 return true;
70 }

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Set filter decision:

Reimplemented in AthFilterAlgorithm.

Definition at line 99 of file AthCommonAlgorithm.h.

99 {
101 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const
Set filter decision:

◆ sysExecute()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Reimplemented in AthAnalysisAlgorithm.

Definition at line 80 of file AthCommonAlgorithm.cxx.

41{
42 return BaseAlg::sysExecute (ctx);
43}

◆ sysInitialize()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, HypoBase, InputMakerBase, and PyAthena::Alg.

Definition at line 60 of file AthCommonAlgorithm.cxx.

71 {
73
74 if (sc.isFailure()) {
75 return sc;
76 }
77
78 ServiceHandle<ICondSvc> cs("CondSvc",name());
79 for (auto h : outputHandles()) {
80 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
81 // do this inside the loop so we don't create the CondSvc until needed
82 if ( cs.retrieve().isFailure() ) {
83 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
85 }
86 if (cs->regHandle(this,*h).isFailure()) {
88 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
89 << " with CondSvc");
90 }
91 }
92 }
93 return sc;
94}
#define ATH_MSG_WARNING(x)
virtual StatusCode sysInitialize() override
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }

Member Data Documentation

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_deviceCopyTool

ToolHandle<AthDevice::ICopyTool> AthCUDAExamples::TrackParticleCalibratorExampleAlg::m_deviceCopyTool
private
Initial value:
{
this, "DeviceCopyTool", "", "The device copy tool to use"}

Device copy tool to use.

Definition at line 75 of file TrackParticleCalibratorExampleAlg.h.

75 {
76 this, "DeviceCopyTool", "", "The device copy tool to use"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 108 of file AthCommonAlgorithm.h.

◆ m_hostCopyTool

ToolHandle<AthDevice::ICopyTool> AthCUDAExamples::TrackParticleCalibratorExampleAlg::m_hostCopyTool
private
Initial value:
{this, "HostCopyTool", "",
"The host copy tool to use"}

Host copy tool to use.

Definition at line 72 of file TrackParticleCalibratorExampleAlg.h.

72 {this, "HostCopyTool", "",
73 "The host copy tool to use"};

◆ m_inputKey

SG::ReadHandleKey<xAOD::TrackParticleContainer> AthCUDAExamples::TrackParticleCalibratorExampleAlg::m_inputKey
private
Initial value:
{
this, "InputContainer", "InDetTrackParticles",
"The input track particle container"}

The input container.

Definition at line 58 of file TrackParticleCalibratorExampleAlg.h.

58 {
59 this, "InputContainer", "InDetTrackParticles",
60 "The input track particle container"};

◆ m_mrTool

ToolHandle<AthDevice::IMemoryResourcesTool> AthCUDAExamples::TrackParticleCalibratorExampleAlg::m_mrTool
private
Initial value:
{
this, "MemoryResourcesTool", "",
"Tool providing the memory resource(s) to use"}

Host memory resource tool to use.

Definition at line 67 of file TrackParticleCalibratorExampleAlg.h.

67 {
68 this, "MemoryResourcesTool", "",
69 "Tool providing the memory resource(s) to use"};

◆ m_outputKey

SG::WriteHandleKey<xAOD::TrackParticleContainer> AthCUDAExamples::TrackParticleCalibratorExampleAlg::m_outputKey
private
Initial value:
{
this, "OutputContainer", "CalibratedInDetTrackParticles",
"The output track particle container"}

The output container.

Definition at line 62 of file TrackParticleCalibratorExampleAlg.h.

62 {
63 this, "OutputContainer", "CalibratedInDetTrackParticles",
64 "The output track particle container"};

◆ m_streamTool

ToolHandle<AthCUDA::IStreamTool> AthCUDAExamples::TrackParticleCalibratorExampleAlg::m_streamTool
private
Initial value:
{this, "StreamTool", "",
"The stream tool to use"}

Stream tool to use.

Definition at line 79 of file TrackParticleCalibratorExampleAlg.h.

79 {this, "StreamTool", "",
80 "The stream tool to use"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: