~vpec/maus/tof_calib_read

« back to all changes in this revision

Viewing changes to macros/test/dq.py

  • Committer: tunnell
  • Date: 2010-09-20 10:52:02 UTC
  • Revision ID: tunnell@itchy-20100920105202-ce4w9jm59zvgnsxq
moving stuff from tucs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
execfile('src/load.py', globals()) # don't remove this!
 
2
 
 
3
u = UseRuns(90555)
 
4
x = ReadChanStat()
 
5
p = Print()
 
6
 
 
7
processors = [u, x, p]
 
8
 
 
9
Go(processors)
 
10
 
 
11