Skip to content

Commit de3063c

Browse files
committed
GPUWorkflow: fix decompressTPCFromROOT option
1 parent 269941b commit de3063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/Workflow/src/gpu-reco-workflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
166166
cfg.lumiScaleMode = sclOpt.lumiMode;
167167
cfg.enableMShape = sclOpt.enableMShapeCorrection;
168168
cfg.enableCTPLumi = sclOpt.requestCTPLumi;
169-
cfg.decompressTPC = isEnabled(inputTypes, ioType::CompClustCTF);
170169
cfg.decompressTPCFromROOT = isEnabled(inputTypes, ioType::CompClustROOT);
170+
cfg.decompressTPC = isEnabled(inputTypes, ioType::CompClustCTF) || cfg.decompressTPCFromROOT;
171171
cfg.zsDecoder = isEnabled(inputTypes, ioType::ZSRaw);
172172
cfg.zsOnTheFly = isEnabled(inputTypes, ioType::ZSRawOTF);
173173
cfg.caClusterer = cfg.zsDecoder || cfg.zsOnTheFly || isEnabled(inputTypes, ioType::Digits);

0 commit comments

Comments
 (0)