![]() |
ATLAS Offline Software
|
#include <ColumnarToolDataArray.h>
Classes | |
struct | StringHash |
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< std::string, std::string, StringHash, std::equal_to<> > | containerStoreNames |
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 80 of file ColumnarToolDataArray.h.
std::unordered_map<std::string,std::string,StringHash,std::equal_to<> > columnar::ColumnarToolDataArray::containerStoreNames |
the names associated with all container ids
Definition at line 77 of file ColumnarToolDataArray.h.
ColumnarTool<ColumnarModeArray>* columnar::ColumnarToolDataArray::mainTool = nullptr |
the main tool that is associated with this object
Definition at line 71 of file ColumnarToolDataArray.h.
std::vector<ColumnarTool<ColumnarModeArray>*> columnar::ColumnarToolDataArray::sharedTools |
the list of all tools that reference this object
Definition at line 74 of file ColumnarToolDataArray.h.