Skip to content
Snippets Groups Projects
Commit 7b0d3dae authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: multiple_tracks zTrackSegments for podio 0.99

parent ae6415c4
No related branches found
No related tags found
1 merge request!328fix: multiple_tracks zTrackSegments for podio 0.99
Pipeline #94201 failed
...@@ -120,7 +120,8 @@ int rec_multiple_tracks(const char* fname = "topside/rec_multiple_tracks.root") ...@@ -120,7 +120,8 @@ int rec_multiple_tracks(const char* fname = "topside/rec_multiple_tracks.root")
if (podioBuildVersion == "0.16") { if (podioBuildVersion == "0.16") {
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") {
df0 = df0.Define("zTrackSegments", z_segments, {"HcalEndcapNTrackSegments", "_HcalEndcapNTrackSegments_points"}); df0 = df0.Define("zTrackSegments", z_segments, {"HcalEndcapNTrackSegments", "_HcalEndcapNTrackSegments_points"});
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment