![]() |
ATLAS Offline Software
|
Helper in-memory structure. More...
#include <CutBookkeepersLocalCache.h>
Public Member Functions | |
| bool | empty () const |
| std::size_t | size () const |
| xAOD::CutBookkeeperContainer * | at (std::size_t n) const |
| void | clear () |
Static Public Member Functions | |
| static void | prepareContainers (CutBookkeepersLocalCache &target, size_t size, bool extend=false) |
Public Attributes | |
| std::vector< std::unique_ptr< xAOD::CutBookkeeperContainer > > | cont |
| std::vector< std::unique_ptr< xAOD::CutBookkeeperAuxContainer > > | aux |
Helper in-memory structure.
Definition at line 14 of file CutBookkeepersLocalCache.h.
|
inline |
Definition at line 21 of file CutBookkeepersLocalCache.h.
|
inline |
Definition at line 22 of file CutBookkeepersLocalCache.h.
|
inline |
Definition at line 19 of file CutBookkeepersLocalCache.h.
|
inlinestatic |
Definition at line 25 of file CutBookkeepersLocalCache.h.
|
inline |
Definition at line 20 of file CutBookkeepersLocalCache.h.
| std::vector<std::unique_ptr<xAOD::CutBookkeeperAuxContainer> > CutBookkeepersLocalCache::aux |
Definition at line 17 of file CutBookkeepersLocalCache.h.
| std::vector<std::unique_ptr<xAOD::CutBookkeeperContainer> > CutBookkeepersLocalCache::cont |
Definition at line 16 of file CutBookkeepersLocalCache.h.