We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8562189 commit c507600Copy full SHA for c507600
1 file changed
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx
@@ -252,6 +252,7 @@ void CheckResidSpec::process()
252
auto& accum = slots[0];
253
#endif
254
auto& resTrack = accum.emplace_back();
255
+ resTrack.gid = vid;
256
if (!processITSTrack(itsTrack, pve, resTrack)) {
257
accum.pop_back();
258
continue;
0 commit comments