Skip to content

Commit 96dafaa

Browse files
f3schdavidrohr
authored andcommitted
ITS: GPU add missing output to GPUWorkflowSpec
was missed initially. compliments #14425 and should now allow ITS MC to be run standalone on gpu. thanks @davidrohr!
1 parent d8dbc60 commit 96dafaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GPU/Workflow/src/GPUWorkflowSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,7 @@ Outputs GPURecoWorkflowSpec::outputs()
13051305

13061306
if (mSpecConfig.processMC) {
13071307
outputSpecs.emplace_back(gDataOriginITS, "VERTICESMCTR", 0, Lifetime::Timeframe);
1308+
outputSpecs.emplace_back(gDataOriginITS, "VERTICESMCPUR", 0, Lifetime::Timeframe);
13081309
outputSpecs.emplace_back(gDataOriginITS, "TRACKSMCTR", 0, Lifetime::Timeframe);
13091310
outputSpecs.emplace_back(gDataOriginITS, "ITSTrackMC2ROF", 0, Lifetime::Timeframe);
13101311
}

0 commit comments

Comments
 (0)