Skip to content

Commit f40691a

Browse files
committed
FST scripts: some fixes
1 parent eed857f commit f40691a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prodtests/full-system-test/generate_timeframe_files.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77
echo Generating $1 timeframe files
88

99
# Defaults for 128 orbit TF, feel free to override
10-
NEvents=${NEvents:-600}
10+
NEvents=${NEvents:-650}
1111
NEventsQED=${NEventsQED:-35000}
1212
SHMSIZE=${SHMSIZE:-128000000000}
1313
TPCTRACKERSCRATCHMEMORY=${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)}'`

0 commit comments

Comments
 (0)