Skip to content

Commit 344fcfb

Browse files
committed
Fix number of events to be mixed and then processed
1 parent e3dc8a6 commit 344fcfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hlt/tests/release_validation/automatic-01-reconstructrawdata-hlt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
# Prepare the input file: the ROIs objects must be removed for the HLT validation
2222
INPUT_FILE_BASENAME=`basename ${VALIDATION_RAWDATA} .root`
2323
INPUT_FILE=${OUTPUT_ROOT_DIR}/${INPUT_FILE_BASENAME}-hlt.root
24-
b2file-mix -n 100 --exclude ROIs --keep-eventinfo -o ${INPUT_FILE} ${VALIDATION_RAWDATA}
24+
b2file-mix -n 10000 --exclude ROIs --keep-eventinfo -o ${INPUT_FILE} ${VALIDATION_RAWDATA}
2525

2626
# Run the HLT script
2727
${PARENT} basf2 ${PROCESSES} \

hlt/tests/release_validation/automatic-04-reconstructrawdata-expressreco.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
# since at this stage we know that HLT works fine
2323
INPUT_FILE_BASENAME=`basename ${VALIDATION_RAWDATA} .root`
2424
INPUT_FILE=${OUTPUT_ROOT_DIR}/${INPUT_FILE_BASENAME}-expressreco.root
25-
b2file-mix -n 100 --keep-eventinfo -o ${INPUT_FILE} ${VALIDATION_RAWDATA}
25+
b2file-mix -n 1000 --keep-eventinfo -o ${INPUT_FILE} ${VALIDATION_RAWDATA}
2626

2727
# Run the ExpressReco script
2828
${PARENT} basf2 ${PROCESSES} \

0 commit comments

Comments
 (0)