Skip to content

Commit 2295e53

Browse files
matthias-kleinerdavidrohr
authored andcommitted
TPC: adding check for SACs at endOfStream
1 parent 280edb5 commit 2295e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/TPC/workflow/include/TPCWorkflow/TPCFourierTransformAggregatorSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class TPCFourierTransformAggregatorSpec : public o2::framework::Task
201201

202202
void endOfStream(o2::framework::EndOfStreamContext& ec) final
203203
{
204-
if (!mDisableScaler) {
204+
if (!mDisableScaler && !mProcessSACs) {
205205
makeTPCScaler(ec.outputs(), true);
206206
}
207207
ec.services().get<ControlService>().readyToQuit(QuitRequest::Me);

0 commit comments

Comments
 (0)