![]() |
ATLAS Offline Software
|
Cache pointer -> index mappings for a Getter used for index assocs. More...
#include "D3PDMakerUtils/TypeConverter.h"#include "D3PDMakerInterfaces/ICollectionGetterRegistryTool.h"#include "GaudiKernel/IIncidentListener.h"#include "GaudiKernel/ToolHandle.h"#include <string>#include <vector>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | D3PD::IndexMap |
Namespaces | |
| namespace | D3PD |
| Block filler tool for noisy FEB information. | |
Cache pointer -> index mappings for a Getter used for index assocs.
This can handle indexing into multiple containers at once; pass targetLabels to the constructor to specify the list of containers. findIndexPair can then be used to return the index within the container and the container index. (The interface is a little odd for reasons of backwards compatibility with the previous single-target only case.)
Definition in file IndexMap.h.