![]() |
ATLAS Offline Software
|
a class that holds a reference to a ToolColumnVectorMap and a ColumnVectorData More...
#include <ToolWrapper.h>
Public Member Functions | |
ToolWrapperData (ColumnVectorData *val_columnData, const ToolColumnVectorMap *val_wrapper) noexcept | |
constructor: wrap the given tool More... | |
template<typename CT > | |
void | setColumn (const std::string &name, std::size_t size, CT *dataPtr) |
Private Attributes | |
const ToolColumnVectorMap * | m_wrapper = nullptr |
ColumnVectorData * | m_columnData = nullptr |
a class that holds a reference to a ToolColumnVectorMap and a ColumnVectorData
This is at this point only used for the PHYSLITE test, which is build around having this class, but it in essense just wraps two pointers and forwards to them.
Definition at line 35 of file ToolWrapper.h.
|
explicitnoexcept |
|
inline |
Definition at line 47 of file ToolWrapper.h.
|
private |
Definition at line 60 of file ToolWrapper.h.
|
private |
Definition at line 58 of file ToolWrapper.h.