@@ -123,7 +123,7 @@ void RawToCellConverterSpec::run(framework::ProcessingContext& ctx)
123123 ctx.outputs ().snapshot (o2::framework::Output{" PHS" , " RAWHWERRORS" , 0 , o2::framework::Lifetime::Timeframe}, mOutputHWErrors );
124124 if (mFillChi2 ) {
125125 mOutputFitChi .clear ();
126- ctx.outputs ().snapshot (o2::framework::Output{" PHS" , " CELLFITQA" , 0 , o2::framework::Lifetime::Timeframe }, mOutputFitChi );
126+ ctx.outputs ().snapshot (o2::framework::Output{" PHS" , " CELLFITQA" , 0 , o2::framework::Lifetime::QA }, mOutputFitChi );
127127 }
128128 return ; // empty TF, nothing to process
129129 }
@@ -270,7 +270,7 @@ void RawToCellConverterSpec::run(framework::ProcessingContext& ctx)
270270 ctx.outputs ().snapshot (o2::framework::Output{" PHS" , " CELLTRIGREC" , 0 , o2::framework::Lifetime::Timeframe}, mOutputTriggerRecords );
271271 ctx.outputs ().snapshot (o2::framework::Output{" PHS" , " RAWHWERRORS" , 0 , o2::framework::Lifetime::Timeframe}, mOutputHWErrors );
272272 if (mFillChi2 ) {
273- ctx.outputs ().snapshot (o2::framework::Output{" PHS" , " CELLFITQA" , 0 , o2::framework::Lifetime::Timeframe }, mOutputFitChi );
273+ ctx.outputs ().snapshot (o2::framework::Output{" PHS" , " CELLFITQA" , 0 , o2::framework::Lifetime::QA }, mOutputFitChi );
274274 }
275275}
276276
@@ -285,7 +285,7 @@ o2::framework::DataProcessorSpec o2::phos::reco_workflow::getRawToCellConverterS
285285 outputs.emplace_back (" PHS" , " CELLS" , flpId, o2::framework::Lifetime::Timeframe);
286286 outputs.emplace_back (" PHS" , " CELLTRIGREC" , flpId, o2::framework::Lifetime::Timeframe);
287287 outputs.emplace_back (" PHS" , " RAWHWERRORS" , flpId, o2::framework::Lifetime::Timeframe);
288- outputs.emplace_back (" PHS" , " CELLFITQA" , flpId, o2::framework::Lifetime::Timeframe );
288+ outputs.emplace_back (" PHS" , " CELLFITQA" , flpId, o2::framework::Lifetime::QA );
289289
290290 return o2::framework::DataProcessorSpec{" PHOSRawToCellConverterSpec" ,
291291 inputs, // o2::framework::select("A:PHS/RAWDATA"),
0 commit comments