File tree Expand file tree Collapse file tree
prodtests/full-system-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77echo Generating $1 timeframe files
88
99# Defaults for 128 orbit TF, feel free to override
10- NEvents=${NEvents:- 600 }
10+ NEvents=${NEvents:- 650 }
1111NEventsQED=${NEventsQED:- 35000}
1212SHMSIZE=${SHMSIZE:- 128000000000}
1313TPCTRACKERSCRATCHMEMORY=${SHMSIZE:- 25000000000}
@@ -42,7 +42,7 @@ for i in `seq $1`; do
4242 cp ITSdictionary.bin sim
4343 pushd sim
4444 ln -s ../simqed qed
45- SPLITTRDDIGI=0 DISABLE_PROCESSING=1 $O2_ROOT /prodtests/full_system_test.sh
45+ SPLITTRDDIGI=0 DISABLE_PROCESSING=1 FIRSTSAMPLEDORBIT= $(( $i * 128 )) $O2_ROOT /prodtests/full_system_test.sh
4646 $O2_ROOT /prodtests/full-system-test/convert-raw-to-tf-file.sh
4747 popd
4848 mv sim/raw/timeframe/00000001.tf raw/timeframe/` ls raw/timeframe/* .tf | wc -l | awk ' {printf("%08d.tf", $1+1)}' `
You can’t perform that action at this time.
0 commit comments