Skip to content

Commit c507600

Browse files
committed
Store missing GlobalTrackID in the CheckResid output
1 parent 8562189 commit c507600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ void CheckResidSpec::process()
252252
auto& accum = slots[0];
253253
#endif
254254
auto& resTrack = accum.emplace_back();
255+
resTrack.gid = vid;
255256
if (!processITSTrack(itsTrack, pve, resTrack)) {
256257
accum.pop_back();
257258
continue;

0 commit comments

Comments
 (0)