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: doc/configurationParameters.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@ The parameters related to 3rd-party libraries are described here for convenience
120
120
| equipment-*| rdhDumpFirstInPageEnabled | int | 0 | If set, the first RDH in each data page is logged. Setting a negative number will printit only for the first N pages. |
121
121
| equipment-*| rdhDumpWarningEnabled | int | 1 | If set, a log message is printed for each RDH header warning found.|
122
122
| equipment-*| rdhUseFirstInPageEnabled | int | 0 or 1 | If set, the first RDH in each data page is used to populate readout headers (e.g. linkId). Default is 1 for equipments generating data with RDH, 0 otherwsise. |
123
-
| equipment-*| rdhUseFirstOrbit | int | 1 | If set, first orbit received is used to compute timeframe ids. Otherwise, 0 is taken as first orbit for first timeframe. |
124
123
| equipment-*| saveErrorPagesMax | int | 0 | If set, pages found with data error are saved to disk up to given maximum. |
125
124
| equipment-*| saveErrorPagesPath | string || Path where to save data pages with errors (when feature enabled). |
126
125
| equipment-*| stopOnError | int | 0 | If 1, readout will stop automatically on equipment error. |
Copy file name to clipboardExpand all lines: doc/releaseNotes.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,11 +505,9 @@ This file describes the main feature changes for each readout.exe released versi
505
505
## v2.15.2 - 08/12/2022
506
506
- Added ROC link Id for some log messages, as provided from new superpage metadata link field from ROC library.
507
507
508
-
## v2.16.0 - 01/02/2023
508
+
## next version
509
509
- Superpage internal metadata not stored at beginning of page but separately in heap, by default. Behavior can be adjusted with MemoryPool::headerReservedSpace.
510
510
- equipment-CruEmulator: set TF trigger type (bit 11) on new TF. Used for dropEmptyHBFramesTriggerMask tests.
511
511
- Updated configuration parameters:
512
512
- added consumer-fileRecorder-*.dropEmptyHBFramesTriggerMask: when using dropEmptyHBFrames = 1, keep some empty HB frames with trigger type matching given (decimal) mask.
513
513
- Added support for RDHv7. Readout already accepts data from equipments with v7, but still generates data (internal sw generator) with v6, for compatibility with current software downstream.
514
-
- Updated configuration parameters:
515
-
- added equipment-*.rdhUseFirstOrbit: 1st orbit is used to compute TF ids (by default). Otherwise, 1st orbit assumed to be zero (as done by latest trigger firmware).
// configuration parameter: | equipment-* | rdhCheckFirstOrbit | int | 1 | If set, it is checked that the first orbit of all equipments and links is the same. If not, run is stopped. |
// configuration parameter: | equipment-* | rdhUseFirstOrbit | int | 1 | If set, first orbit received is used to compute timeframe ids. Otherwise, 0 is taken as first orbit for first timeframe. |
// configuration parameter: | equipment-* | ctpMode | int | 0 | If set, the detector field (CTP run mask) is checked. Incoming data is discarded until a new bit is set, and discarded again after this bit is unset. Automatically implies rdhCheckDetectorField=1 and rdhCheckDetectorField=1. |
Copy file name to clipboardExpand all lines: src/readoutConfigEditor.tcl
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,6 @@ set configurationParametersDescriptor {
98
98
| equipment-* | rdhDumpFirstInPageEnabled | int | 0 | If set, the first RDH in each data page is logged. Setting a negative number will printit only for the first N pages. |
99
99
| equipment-* | rdhDumpWarningEnabled | int | 1 | If set, a log message is printed for each RDH header warning found.|
100
100
| equipment-* | rdhUseFirstInPageEnabled | int | 0 or 1 | If set, the first RDH in each data page is used to populate readout headers (e.g. linkId). Default is 1 for equipments generating data with RDH, 0 otherwsise. |
101
-
| equipment-* | rdhUseFirstOrbit | int | 1 | If set, first orbit received is used to compute timeframe ids. Otherwise, 0 is taken as first orbit for first timeframe. |
102
101
| equipment-* | saveErrorPagesMax | int | 0 | If set, pages found with data error are saved to disk up to given maximum. |
103
102
| equipment-* | saveErrorPagesPath | string | | Path where to save data pages with errors (when feature enabled). |
104
103
| equipment-* | stopOnError | int | 0 | If 1, readout will stop automatically on equipment error. |
0 commit comments