Skip to content
Snippets Groups Projects

Draft: Use of JUGGLER_N_EVENTS=10000

Closed Tooba Ali requested to merge TA-work-branch into master
Compare and
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
+ 6
5
@@ -80,6 +80,7 @@ fi
## =============================================================================
## Step 3: Run digitization & reconstruction
echo "Running the digitization and reconstruction"
rm fieldmaps
if [ ${RECO} == "eicrecon" ] ; then
/usr/bin/time -v eicrecon ${SIM_FILE} -Ppodio:output_file=${REC_FILE}
if [ "$?" -ne "0" ] ; then
@@ -116,11 +117,11 @@ cat << EOF > ${CONFIG}
}
EOF
root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${CONFIG}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running dis_electron script"
exit 1
fi
# root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${CONFIG}\")"
# if [[ "$?" -ne "0" ]] ; then
# echo "ERROR running dis_electron script"
# exit 1
# fi
python benchmarks/dis/analysis/kinematics_correlations.py --rec_file ${REC_FILE} --ebeam ${EBEAM} --pbeam ${PBEAM} --minq2 ${MINQ2}
if [[ "$?" -ne "0" ]] ; then
Loading