We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06853b0 commit a0f76c0Copy full SHA for a0f76c0
Detectors/TOF/workflow/src/ClusterReaderSpec.cxx
@@ -72,6 +72,7 @@ void ClusterReader::run(ProcessingContext& pc)
72
}
73
74
mState = 2;
75
+ pc.services().get<ControlService>().endOfStream();
76
pc.services().get<ControlService>().readyToQuit(QuitRequest::Me);
77
78
Detectors/TPC/workflow/src/TrackReaderSpec.cxx
@@ -51,6 +51,7 @@ void TrackReader::run(ProcessingContext& pc)
51
52
53
mFinished = true;
54
55
56
57
0 commit comments