Skip to content
Snippets Groups Projects
Commit f83626c0 authored by Tim Martin's avatar Tim Martin
Browse files

update index type

parent ec234e43
No related branches found
No related tags found
1 merge request!74315[ATR-28845] Inline schema evolution in TrigCompositeAuxContainer_v2 of linkColIndices
......@@ -183,7 +183,7 @@ namespace TrigCompositeUtils {
if (node->hasObjectLink(featureString())) {
SG::sgkey_t key;
uint32_t clid;
uint16_t index;
Decision::index_type index;
node->typelessGetObjectLink(featureString(), key, clid, index);
#ifndef XAOD_STANDALONE // Athena or AthAnalysis
ss << " Feature(#" << index << ", " << CLIDRegistry::CLIDToTypeinfo(clid)->name() << ", " << key << ")";
......
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