if [ $# -gt 0 ]; then
	n0=$1
else
	n0=0
fi
if [ $# -gt 1 ]; then
	n1=$2
else
	n1=999
fi
for n in `seq $n0 $n1`; do
	nnn=$(echo $n | awk '{printf("%03d",$1)}')
	echo /cvmfs/gluex.osgstorage.org/gluex/uconn0/simulation/omega3pi/test10M_${nnn}_rest.hddm
done
