Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
EIC
benchmarks
reconstruction_benchmarks
Commits
0ee3a447
Commit
0ee3a447
authored
5 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: support podio 1.0 in rec_multiple_tracks.cxx
parent
b24cecde
Branches
Branches containing commit
No related tags found
1 merge request
!335
fix: support podio 1.0 in rec_multiple_tracks.cxx
Pipeline
#107909
canceled
5 months ago
Stage: status-pending
Stage: config
Stage: compile
Stage: run
Stage: benchmarks1
Stage: benchmarks2
Stage: process
Stage: collect
Stage: finish
Stage: status-report
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/tracking/scripts/rec_multiple_tracks.cxx
+2
-1
2 additions, 1 deletion
benchmarks/tracking/scripts/rec_multiple_tracks.cxx
with
2 additions
and
1 deletion
benchmarks/tracking/scripts/rec_multiple_tracks.cxx
+
2
−
1
View file @
0ee3a447
...
@@ -121,7 +121,8 @@ int rec_multiple_tracks(const char* fname = "topside/rec_multiple_tracks.root")
...
@@ -121,7 +121,8 @@ int rec_multiple_tracks(const char* fname = "topside/rec_multiple_tracks.root")
df0
=
df0
.
Define
(
"zTrackSegments"
,
z_segments
,
{
"HcalEndcapNTrackSegments"
,
"HcalEndcapNTrackSegments_0"
});
df0
=
df0
.
Define
(
"zTrackSegments"
,
z_segments
,
{
"HcalEndcapNTrackSegments"
,
"HcalEndcapNTrackSegments_0"
});
}
}
if
(
podioBuildVersion
==
"0.17"
||
if
(
podioBuildVersion
==
"0.17"
||
podioBuildVersion
==
"0.99"
)
{
podioBuildVersion
==
"0.99"
||
podioBuildVersion
==
"1.0"
)
{
df0
=
df0
.
Define
(
"zTrackSegments"
,
z_segments
,
{
"HcalEndcapNTrackSegments"
,
"_HcalEndcapNTrackSegments_points"
});
df0
=
df0
.
Define
(
"zTrackSegments"
,
z_segments
,
{
"HcalEndcapNTrackSegments"
,
"_HcalEndcapNTrackSegments_points"
});
}
}
...
...
This diff is collapsed.
Click to expand it.
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