Skip to content
Snippets Groups Projects
Commit 9c094773 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'ReserveMemoryForUnpackedRdos' into 'main'

Reserve call for unpacked RDOs in RDO tool

See merge request atlas/athena!74527
parents 210e4ae0 3aa1688e
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,7 @@ namespace InDet
int defaultLabel) const
{
std::vector<UnpackedPixelRDO> unpacked;
unpacked.reserve(collection.size());
std::unordered_set<Identifier> idset;
const IdentifierHash idHash = collection.identifyHash();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment