![]() |
ATLAS Offline Software
|
#include <ColumnarToolDataArray.h>
Public Attributes | |
ColumnarTool< ColumnarModeArray > * | mainTool = nullptr |
the main tool that is associated with this object More... | |
std::vector< ColumnarTool< ColumnarModeArray > * > | sharedTools |
the list of all tools that reference this object More... | |
std::unordered_map< ContainerId, std::string > | containerNames |
the names associated with all container ids More... | |
std::unordered_map< std::string, ColumnDataArray > | columns |
the name-column map More... | |
Definition at line 61 of file ColumnarToolDataArray.h.
std::unordered_map<std::string,ColumnDataArray> columnar::ColumnarToolDataArray::columns |
the name-column map
Definition at line 73 of file ColumnarToolDataArray.h.
std::unordered_map<ContainerId,std::string> columnar::ColumnarToolDataArray::containerNames |
the names associated with all container ids
Definition at line 70 of file ColumnarToolDataArray.h.
ColumnarTool<ColumnarModeArray>* columnar::ColumnarToolDataArray::mainTool = nullptr |
the main tool that is associated with this object
Definition at line 64 of file ColumnarToolDataArray.h.
std::vector<ColumnarTool<ColumnarModeArray>*> columnar::ColumnarToolDataArray::sharedTools |
the list of all tools that reference this object
Definition at line 67 of file ColumnarToolDataArray.h.