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 01ddbc3 commit cab3b23Copy full SHA for cab3b23
Framework/Core/test/test_SimpleTimer.cxx
@@ -40,7 +40,6 @@ 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);
45
LOG(info) << "Run number: " << header->runNumber;
46
// This is invoked autonomously by the timer.
0 commit comments