Helper in-memory structure.
More...
#include <CutBookkeepersLocalCache.h>
Helper in-memory structure.
- Author
- Tadej Novak tadej.nosp@m.@cer.nosp@m.n.ch
Definition at line 14 of file CutBookkeepersLocalCache.h.
◆ at()
◆ clear()
| void CutBookkeepersLocalCache::clear |
( |
| ) |
|
|
inline |
◆ empty()
| bool CutBookkeepersLocalCache::empty |
( |
| ) |
const |
|
inline |
◆ prepareContainers()
| void CutBookkeepersLocalCache::prepareContainers |
( |
CutBookkeepersLocalCache & | target, |
|
|
size_t | size, |
|
|
bool | extend = false ) |
|
inlinestatic |
Definition at line 25 of file CutBookkeepersLocalCache.h.
28 {
29 if (!
target.empty() && !extend) {
30 return;
31 }
32
34 for (std::size_t i = 0;
i <
toAdd; ++
i) {
35 auto container = std::make_unique<xAOD::CutBookkeeperContainer>();
36 auto auxContainer = std::make_unique<xAOD::CutBookkeeperAuxContainer>();
37 container->setStore(auxContainer.get());
38 target.cont.push_back(std::move(container));
39 target.aux.push_back(std::move(auxContainer));
40 }
41 }
◆ size()
| std::size_t CutBookkeepersLocalCache::size |
( |
| ) |
const |
|
inline |
◆ aux
◆ cont
The documentation for this struct was generated from the following file: