Skip to content

Commit 480eeab

Browse files
committed
Fix in RawFileWriter wrong default
1 parent a69bfff commit 480eeab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Raw/include/DetectorsRaw/RawFileWriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ class RawFileWriter
367367
bool mStartTFOnNewSPage = true; // every TF must start on a new SPage
368368
bool mDontFillEmptyHBF = false; // skipp adding empty HBFs (uness it must have TF flag)
369369
bool mAddSeparateHBFStopPage = true; // HBF stop is added on a separate CRU page
370-
bool mUseRDHStop = false; // detector does not set STOP in RDH
370+
bool mUseRDHStop = true; // detector uses STOP in RDH
371371
bool mCRUDetector = true; // Detector readout via CRU ( RORC if false)
372372

373373
//>> caching --------------

0 commit comments

Comments
 (0)