Skip to content

Commit d49ed9c

Browse files
committed
dpl: set firstOrbit in DD meta message
1 parent a08125f commit d49ed9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/SubTimeFrameDPL.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ void StfToDplAdapter::visit(SubTimeFrame& pStf)
3636
0, // TODO: subspecification? FLP ID? EPN ID?
3737
sizeof(SubTimeFrame::Header)
3838
);
39+
3940
lStfDistDataHeader.payloadSerializationMethod = gSerializationMethodNone;
4041
lStfDistDataHeader.tfCounter = pStf.header().mId;
4142
lStfDistDataHeader.runNumber = pStf.header().mRunNumber;
43+
lStfDistDataHeader.firstTForbit = pStf.header().mFirstOrbit;
4244

4345
o2::framework::DataProcessingHeader lDplHeader(pStf.header().mId);
4446

0 commit comments

Comments
 (0)