ROOT plotAvcCnts
From MariachiWiki
Available here, Jason Immerman wrote this script to plot the averaged counts and weather data file that is output from the avgCounts script. To execute this program, run ROOT in the terminal and source the file. Then execute it with the parameters of the averaged file name (or path) and the column that will be graphed:
>root [] .L plotAvgCounts.C
>root [] plotAvg("avg.csv",6)
If -1 is entered as the column that is to be graphed the program will output the number that corresponds to each column name.
