Example #1
0
def max(run, cut=2.0):
    mean, width = _calib[fill(run)]
    return mean + cut * width
Example #2
0
def min(run, cut=-1.0):
    mean, width = _calib[fill(run)]
    return mean + cut * width
Example #3
0
def shift(run, nsigpi):
    offset = _calib[fill(run)][0]
    return nsigpi - offset
Example #4
0
def max(run, cut=2.0):
    mean, width = _calib[fill(run)]
    return mean + cut*width
Example #5
0
def min(run, cut=-1.0):
    mean, width = _calib[fill(run)]
    return mean + cut*width
Example #6
0
def shift(run, nsigpi):
    offset = _calib[fill(run)][0]
    return nsigpi - offset