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