Skip to content
Snippets Groups Projects
Unverified Commit c39e84a3 authored by tj710's avatar tj710 Committed by GitHub
Browse files

updated config parameters to work at p5 (#44)


Updated config parameters to work at p5

Co-authored-by: default avatarThomas Owen James <tjames@cmd-scouting-ctrlhub.dyndns.cern.ch>
parent b7038658
No related branches found
No related tags found
1 merge request!59CMSSW json file
......@@ -25,6 +25,8 @@ dma_number_of_packet_buffers:1000
# Print report each N packets, use 0 to disable
packets_per_report:200000
# number of orbits per DMA packet, in decimal
NOrbitsPerDMAPacket:20
## Extra settings for "filedma" input
......@@ -47,10 +49,10 @@ enable_stream_processor:yes
# Note: When changing the processing type, change also "output_filename_prefix"
# in the file output section.
#
processor_type:PASS_THROUGH
#processor_type:GMT
# Enable software zero-supression
doZS:no
doZS:yes
################################################################################
......@@ -59,9 +61,10 @@ doZS:no
##
################################################################################
output_filename_prefix:scout_pass_through
#output_filename_prefix:scout_GMT
#output_filename_base:/fff/BU0/ramdisk/scdaq
output_filename_base:/fff/BU0/ramdisk/scdaq
max_file_size:8589934592
# Always write data to a file regardless of the run status, useful for debugging
......
......@@ -14,7 +14,7 @@ umask 000 # Files and folders we create should be world accessible
while true
do
echo "Starting scdaq..."
/opt/scdaq/bin/scdaq /etc/scdaq/scdaq.conf 2>&1 | logger --tag scdaq --id -p user.debug
/opt/scdaq/bin/scdaq --config /etc/scdaq/scdaq.conf 2>&1 | logger --tag scdaq --id -p user.debug
echo "Resetting the board..."
../scripts/reset-firmware.sh
echo "Clearing caches..."
......
......@@ -61,7 +61,7 @@ doZS:yes
##
################################################################################
output_filename_prefix:scout_gmt
output_filename_prefix:scout_GMT
output_filename_base:/fff/BU0/ramdisk/scdaq
max_file_size:8589934592
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment