diff --git a/test/config/scdaq-calo.conf b/test/config/scdaq-calo.conf index f50bf9d87476bd88dbf7a5affb3e71f8024f0db6..c44c76cecd0c624005147d6904393a4def117c2b 100644 --- a/test/config/scdaq-calo.conf +++ b/test/config/scdaq-calo.conf @@ -64,7 +64,7 @@ doZS:yes output_filename_prefix:scout_CALO -output_filename_base:test/data +output_filename_base:test max_file_size:8589934592 # Always write data to a file regardless of the run status, useful for debugging diff --git a/test/config/scdaq-gmt.conf b/test/config/scdaq-gmt.conf index af394caf3529401c3ca41afac65f889777c2500e..5d3642c98c0664e6f4849329eb12464a8829c2e9 100644 --- a/test/config/scdaq-gmt.conf +++ b/test/config/scdaq-gmt.conf @@ -66,8 +66,7 @@ doZS:yes output_filename_prefix:scout_GMT -output_filename_base:test/data -#output_filename_base:/fff/BU0/ramdisk/scdaq +output_filename_base:test max_file_size:8589934592 diff --git a/test/config/scdaq-passthrough.conf b/test/config/scdaq-passthrough.conf index 865f229003ce3da87113078136b798b8be87df76..9d90352b4eea52819fabbf8162e5279289a1e913 100644 --- a/test/config/scdaq-passthrough.conf +++ b/test/config/scdaq-passthrough.conf @@ -31,7 +31,7 @@ packets_per_report:2000 nOrbitsPerPacket:4 ## Extra settings for "filedma" input -input_file:./test/data/calo_testfile.dat +input_file:test/data/calo_testfile.dat ## Extra settings for "tcpip" input tcpDestPort:10000 @@ -65,7 +65,7 @@ doZS:yes output_filename_prefix:scout_PASS0_GMT -output_filename_base:test/data +output_filename_base:test max_file_size:8589934592 @@ -93,6 +93,8 @@ quality_cut:12 ## ################################################################################ +port:8000 + # enable development functionalities (e.g. TCP input filter) dev_TCPAutoReconnectOnFailure:false diff --git a/test/config/scdaq-passthrough1.conf b/test/config/scdaq-passthrough1.conf index 9139d7d0abc89dd8e2ae450fda936d764ab4b5fd..e3c506534df3af33e14a1048f4ddd762435260bd 100644 --- a/test/config/scdaq-passthrough1.conf +++ b/test/config/scdaq-passthrough1.conf @@ -65,33 +65,20 @@ doZS:yes output_filename_prefix:scout_PASS1_CALO -output_filename_base:test/data +output_filename_base:test max_file_size:8589934592 # Always write data to a file regardless of the run status, useful for debugging output_force_write:yes - ################################################################################ ## -## Elastics processor settings (obsolete) +## SCDAQ Generic Settings ## ################################################################################ -enable_elastic_processor:no - port:8000 -elastic_url:http://something.somewhere -pt_cut:7 -quality_cut:12 - - -################################################################################ -## -## SCDAQ Generic Settings -## -################################################################################ # enable development functionalities (e.g. TCP input filter) dev_TCPAutoReconnectOnFailure:false diff --git a/test/config/scdaq-passthrough2.conf b/test/config/scdaq-passthrough2.conf index 6e4e0e665b60943ce6d93e6363ea1f4239a09ae5..2c9c5a1227bf03cf93d4826e05a8068533a854d9 100644 --- a/test/config/scdaq-passthrough2.conf +++ b/test/config/scdaq-passthrough2.conf @@ -43,6 +43,8 @@ tcpDestPort:10001 ## ################################################################################ +port:8000 + enable_stream_processor:yes # Define processing type (unpacking), allowed values are: @@ -66,28 +68,13 @@ doZS:yes output_filename_prefix:scout_PASS2_GMT -output_filename_base:test/data +output_filename_base:test max_file_size:8589934592 # Always write data to a file regardless of the run status, useful for debugging output_force_write:yes - -################################################################################ -## -## Elastics processor settings (obsolete) -## -################################################################################ - -enable_elastic_processor:no - -port:8000 -elastic_url:http://something.somewhere -pt_cut:7 -quality_cut:12 - - ################################################################################ ## ## SCDAQ Generic Settings