Skip to content
Snippets Groups Projects
Commit dabca4e3 authored by Lydia Brenner's avatar Lydia Brenner
Browse files

Merge branch 'jethypo_opt' into '23.0'

Add a reserve() where we know the container size (TrigHLTJetHypoAlg)

See merge request atlas/athena!63765
parents a3db7975 13fe6c1c
No related branches found
Tags release/23.0.34
No related merge requests found
......@@ -93,6 +93,7 @@ TrigJetHypoAlg::decide(const xAOD::JetContainer* jets,
// this will record the chains which the jet passes.
std::vector<std::pair<const xAOD::Jet*,Decision*>> jetHypoInputs;
jetHypoInputs.reserve(jets->size());
if(m_doPresel) {
// In the preselection case, we create only one DecisionObject, which links
......
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