8 if [ x$experiment = x ]; then
9 echo "Usage: ffttest.sh <experiment>"
13 if [ $experiment = microboone ];then
17 fcl1=simwire_${experiment}.fcl
18 if [ ! -f $fcl1 ]; then
19 echo "$fcl1 not found."
23 fcl2=ffttest_${experiment}.fcl
24 if [ ! -f $fcl2 ]; then
25 echo "$fcl2 not found."