ATLAS Offline Software
Loading...
Searching...
No Matches
ColumnarToolHelpers.h
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#ifndef COLUMNAR_TOOL_WRAPPER_COLUMNAR_TOOL_HELPERS_H
9#define COLUMNAR_TOOL_WRAPPER_COLUMNAR_TOOL_HELPERS_H
10
11#include <string>
12#include <vector>
13
14namespace columnar
15{
16 class IColumnarTool;
17
24 void renameContainers (IColumnarTool& tool, const std::vector<std::pair<std::string,std::string>>& renames);
25}
26
27#endif
an interface for tools that operate on columnar data
void renameContainers(IColumnarTool &tool, const std::vector< std::pair< std::string, std::string > > &renames)
rename containers in the columnar tool