ATLAS Offline Software
Loading...
Searching...
No Matches
plot_av_times.py File Reference

Go to the source code of this file.

Namespaces

namespace  plot_av_times

Functions

 plot_av_times.get_av (fn)
 plot_av_times.get_nbkgd (fn)

Variables

 plot_av_times.stub = sys.argv[1]
 plot_av_times.outname = sys.argv[2]
 plot_av_times.fns = glob.glob(stub)
list plot_av_times.av_times = [get_av(fn) for fn in fns]
list plot_av_times.n_bkgd = [get_nbkgd(fn) for fn in fns]