1
execfile('src/load.py', globals()) # don't remove this!
4
# Example script providing the comparaison of two LASER calibration runs
6
# SV (viret@in2p3.fr) : 20/04/09
8
# For more info, have a look at the LASER webpage:
10
# http://atlas-tile-laser.web.cern.ch
13
# This work only with run numbers larger than 107000 (new Laser Calib format)
16
# First give the run numbers you want to compare (they have to have same filter and amplitude settings)
23
s = SelectRegion('highgain') # Adapt this to your condition (Filter 6 == lowgain / Filter 8 == highgain)
24
x = Stability('Laser', run1, run2)
26
processors = [u, l, s, x]