Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Commits
f83626c0
Commit
f83626c0
authored
6 months ago
by
Tim Martin
Browse files
Options
Downloads
Patches
Plain Diff
update index type
parent
ec234e43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!74315
[ATR-28845] Inline schema evolution in TrigCompositeAuxContainer_v2 of linkColIndices
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigSteer/TrigCompositeUtils/Root/NavGraph.cxx
+1
-1
1 addition, 1 deletion
Trigger/TrigSteer/TrigCompositeUtils/Root/NavGraph.cxx
with
1 addition
and
1 deletion
Trigger/TrigSteer/TrigCompositeUtils/Root/NavGraph.cxx
+
1
−
1
View file @
f83626c0
...
...
@@ -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
<<
")"
;
...
...
This diff is collapsed.
Click to expand it.
Tim Martin
@tamartin
mentioned in commit
b296a508
·
5 months ago
mentioned in commit
b296a508
mentioned in commit b296a508cd84f692c7479dddd1ec566e653886df
Toggle commit list
Tim Martin
@tamartin
mentioned in commit
29eedd97
·
5 months ago
mentioned in commit
29eedd97
mentioned in commit 29eedd97dc61295b7ddd7c974a0e2c2ecb48ca81
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment