We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08125f commit d49ed9cCopy full SHA for d49ed9c
src/common/SubTimeFrameDPL.cxx
@@ -36,9 +36,11 @@ void StfToDplAdapter::visit(SubTimeFrame& pStf)
36
0, // TODO: subspecification? FLP ID? EPN ID?
37
sizeof(SubTimeFrame::Header)
38
);
39
+
40
lStfDistDataHeader.payloadSerializationMethod = gSerializationMethodNone;
41
lStfDistDataHeader.tfCounter = pStf.header().mId;
42
lStfDistDataHeader.runNumber = pStf.header().mRunNumber;
43
+ lStfDistDataHeader.firstTForbit = pStf.header().mFirstOrbit;
44
45
o2::framework::DataProcessingHeader lDplHeader(pStf.header().mId);
46
0 commit comments