ATLAS Offline Software
Loading...
Searching...
No Matches
ToolWrapper.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8//
9// includes
10//
11
13
17
18
19//
20// method implementations
21//
22
23namespace columnar
24{
25 namespace TestUtils
26 {
27 ToolWrapperData ::
28 ToolWrapperData (ColumnVectorData *val_columnData, const ToolColumnVectorMap *val_wrapper) noexcept
29 : m_wrapper (val_wrapper), m_columnData (val_columnData)
30 {
31 }
32 }
33}
Define macros for attributes used to control the static checker.
a class that holds the columnar data for a single call
const ToolColumnVectorMap * m_wrapper
Definition ToolWrapper.h:58
a class that interfaces an IColumnarTool to a ColumnVectorHeader