ATLAS Offline Software
Loading...
Searching...
No Matches
AthContainersDict.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5*/
6
7
24#include "AthContainers/debug.h"
25#include "AthLinks/DataLink.h"
26
27
28namespace {
29 struct DUMMY_INSTANTIATION_ATHCONTAINERS {
30 DataLink<SG::IConstAuxStore> dummy1;
31 std::pair<SG::auxid_set_t::const_iterator, bool> p2;
32 };
33}
34
35// Work around cling error.
36template class std::vector<std::pair<unsigned int, unsigned int> >;
37
38
Base class for elements of a container that can have aux data.
An auxiliary data store that holds data internally.
Handle mappings between names and auxid_t.
Manage index tracking and synchronization of auxiliary data.
Manage lookup of vectors of auxiliary data.
Helper functions intended to be called from the debugger.
Flag that a class may have auxiliary data associated with it.
Abstract interface for setting a option on a aux data container.
Interface providing I/O for a generic auxiliary store.
Interface for non-const operations on an auxiliary store.
Interface for const operations on an auxiliary store.
Describe how the contents of a PackedContainer are to be saved.
Hold thinning decisions for one container.
Hold the persistent representation for a ViewVector.