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 1ce6469 commit c9e9cc8Copy full SHA for c9e9cc8
DataFormats/Headers/include/Headers/DataHeaderHelpers.h
@@ -79,7 +79,8 @@ struct fmt::formatter<o2::header::DataHeader> {
79
fmt::format(" payloadSize : {}\n", (long long unsigned int)h.payloadSize) +
80
fmt::format(" firstTForbit : {}\n", h.firstTForbit) +
81
fmt::format(" tfCounter : {}\n", h.tfCounter) +
82
- fmt::format(" runNumber : {}\n", h.runNumber);
+ fmt::format(" runNumber : {}\n", h.runNumber) +
83
+ fmt::format(" split : {}/{}\n", h.splitPayloadIndex, h.splitPayloadParts);
84
return fmt::format_to(ctx.out(), "{}", res);
85
} else {
86
auto res = fmt::format("{}/{}/{}",
0 commit comments