All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
fast_simulation_reconstruction_test.sh File Reference

Go to the source code of this file.

Variables

declare ar TestNames
 
do WorkDir
 
then InputFile
 

Variable Documentation

then InputFile
Initial value:
="$OutputTreeFile"
Cmd=( "${Cmd[@]}" '--source' "../${InputFile}" )
else
Cmd=( "${Cmd[@]}" '--nevts' "$NEvents" )
OutputTreeFile="${TestName}-art.root"
OutputHistFile="${TestName}-hist.root"
Cmd=( "${Cmd[@]}" '--output' "$OutputTreeFile" '--TFileName' "$OutputHistFile" )
LogFile="${TestName}.out"
CommandFile="run_${TestName}.cmd"
MakeCommandFile "$CommandFile" "${Cmd[@]}"
ExecCommand "$LogFile" "$CommandFile"
res=$?
if [[ $res != 0 ]]
then shift fi

Definition at line 159 of file fast_simulation_reconstruction_test.sh.

declare ar TestNames

Definition at line 9 of file fast_simulation_reconstruction_test.sh.

do let iTest WorkDir
Initial value:
="$(GetWorkDir "$TestName")"
[[ -d "$WorkDir" ]] || continue
Exec '' rm -r "${WorkDir%/}/"
done
OutputTreeFile=''
BaseDir="$(pwd)"
declare -i iTest=0
declare -ir NTests="${#TestNames[@]}"
for TestName in "${TestNames[@]}"
if &&[-z"$BASH_VERSION"] then echo Attempting to switch to bash bash shellSwitch exit fi &&["$1"= 'shellSwitch'] shift declare a IncludeDirectives for Dir in
esac echo uname r

Definition at line 109 of file fast_simulation_reconstruction_test.sh.