You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/Raw/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,10 @@ the SOX in the RDH will be set only if this TF coincides with the 1st TF of the
201
201
With HBFUtils.obligatorySOR==true old behaviour will be preserved: the raw data will start from TF with HBFUtils.orbitFirst with SOX always set and for CRU detectors all HBFs/TFs between HBFUtils.orbitFirst and 1st non-empty HBF will be
202
202
filled by dummy RDHs.
203
203
204
+
With the introduction of `RDHv7` some detectors write their payload w/o padding their GBT words to 16 bytes. Usually such detectors are required to align their CRU page size to certain size (see [discussion](https://alice.its.cern.ch/jira/browse/O2-3525)).
205
+
To delegate this padding for alignment reason to the RawFileWriter one should use methods:
206
+
207
+
204
208
## RawFileReader
205
209
206
210
A class for parsing raw data file(s) with "variable-size" CRU format.
0 commit comments