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 f8f7785 commit a3ff875Copy full SHA for a3ff875
Framework/Core/test/test_SimpleTimer.cxx
@@ -40,8 +40,8 @@ std::vector<DataProcessorSpec> defineDataProcessing(ConfigContext const&)
40
AlgorithmSpec{
41
adaptStateless([](ControlService& control, InputRecord& inputs) {
42
DataRef ref = inputs.get("atimer");
43
- assert(header);
44
auto* header = o2::header::get<o2::header::DataHeader*>(ref.header);
+ assert(header);
45
LOG(info) << "Run number: " << header->runNumber;
46
// This is invoked autonomously by the timer.
47
control.readyToQuit(QuitRequest::Me);
0 commit comments