Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
14 namespace 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
columnar::renameContainers
void renameContainers(IColumnarTool &tool, const std::vector< std::pair< std::string, std::string >> &renames)
rename containers in the columnar tool
Definition: ColumnarToolHelpers.cxx:23
AtlCoolConsole.tool
tool
Definition: AtlCoolConsole.py:453
columnar
Definition: ClusterDef.h:16
python.difftuple.renames
dictionary renames
Definition: difftuple.py:25