@@ -1180,7 +1180,7 @@ Inputs GPURecoWorkflowSpec::inputs()
11801180 if (mSpecConfig .itsOverrBeamEst ) {
11811181 inputs.emplace_back (" meanvtx" , " GLO" , " MEANVERTEX" , 0 , Lifetime::Condition, ccdbParamSpec (" GLO/Calib/MeanVertex" , {}, 1 ));
11821182 }
1183- if (mSpecConfig .processMC ) {
1183+ if (mSpecConfig .processITSMC ) {
11841184 inputs.emplace_back (" itsmclabels" , " ITS" , " CLUSTERSMCTR" , 0 , Lifetime::Timeframe);
11851185 inputs.emplace_back (" ITSMC2ROframes" , " ITS" , " CLUSTERSMC2ROF" , 0 , Lifetime::Timeframe);
11861186 }
@@ -1254,8 +1254,9 @@ Outputs GPURecoWorkflowSpec::outputs()
12541254 outputSpecs.emplace_back (gDataOriginITS , " VERTICESROF" , 0 , Lifetime::Timeframe);
12551255 outputSpecs.emplace_back (gDataOriginITS , " IRFRAMES" , 0 , Lifetime::Timeframe);
12561256
1257- if (mSpecConfig .processMC ) {
1257+ if (mSpecConfig .processITSMC ) {
12581258 outputSpecs.emplace_back (gDataOriginITS , " VERTICESMCTR" , 0 , Lifetime::Timeframe);
1259+ outputSpecs.emplace_back (gDataOriginITS , " VERTICESMCPUR" , 0 , Lifetime::Timeframe);
12591260 outputSpecs.emplace_back (gDataOriginITS , " TRACKSMCTR" , 0 , Lifetime::Timeframe);
12601261 outputSpecs.emplace_back (gDataOriginITS , " ITSTrackMC2ROF" , 0 , Lifetime::Timeframe);
12611262 }
0 commit comments