5 echo "Available runs with event display data:"
10 export FileSearch='/dune/data2/users/lbnedaq/nearline_evd/*/*/*/sliced_pedestal.root'
14 # Find the available runs
15 for file in $( find ${FileSearch} -mmin +1 | sort)
25 echo "NOTE: There are 3 types of event display files. This list means that at least one event display file (i.e. - root file) exists for these runs. It is possible that for a given run, not all 3 types of event display file exist (although that would be odd...)"