We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269941b commit de3063cCopy full SHA for de3063c
GPU/Workflow/src/gpu-reco-workflow.cxx
@@ -166,8 +166,8 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
166
cfg.lumiScaleMode = sclOpt.lumiMode;
167
cfg.enableMShape = sclOpt.enableMShapeCorrection;
168
cfg.enableCTPLumi = sclOpt.requestCTPLumi;
169
- cfg.decompressTPC = isEnabled(inputTypes, ioType::CompClustCTF);
170
cfg.decompressTPCFromROOT = isEnabled(inputTypes, ioType::CompClustROOT);
+ cfg.decompressTPC = isEnabled(inputTypes, ioType::CompClustCTF) || cfg.decompressTPCFromROOT;
171
cfg.zsDecoder = isEnabled(inputTypes, ioType::ZSRaw);
172
cfg.zsOnTheFly = isEnabled(inputTypes, ioType::ZSRawOTF);
173
cfg.caClusterer = cfg.zsDecoder || cfg.zsOnTheFly || isEnabled(inputTypes, ioType::Digits);
0 commit comments