#!/bin/bash
fmt_T=`printf "%04g" ${1}`
cat histogram_data/Histo-E-p_T${fmt_T}.dat | awk '{printf "%d %6.10f\n",NR,$1}' | xmgrace -
