
Cannot start test_o2RootMessageWorkflow due to DataInspector input definition error.
Devices in the workflow define outputs as Output instead of OutputRef
|
auto& singleHisto = ctx.outputs().make<TH1F>(Output{"TST", "HISTOS", 0}, "h1", "test", 100, -10., 10.); |
|
auto& aString = ctx.outputs().make<TObjString>(Output{"TST", "STRING", 0}, "fao"); |
Possibly related with a-wolk#5
Cannot start test_o2RootMessageWorkflow due to DataInspector input definition error.
Devices in the workflow define outputs as
Outputinstead ofOutputRefAliceO2/Framework/TestWorkflows/src/test_o2RootMessageWorkflow.cxx
Lines 44 to 45 in a315f1c
Possibly related with a-wolk#5