Example #1
0
def L_monitor10():
    c = LMonitor()
    c.short_description = "L_monitor10"
    c.nchan = 140
    c.y_height = 0.002
    c.restore_neutron = 1
    c.filename = "Vulcan_asbuilt_L_monitor10.txt"
    c.Lmax = 14.0
    c.x_width = 0.002
    c.Lmin = 0.0
    return c
Example #2
0
def L_monitor6():
    c = LMonitor()
    c.short_description = "L_monitor6"
    c.nchan = 140
    c.y_height = 0.1
    c.filename = "Vulcan_asbuilt_L_monitor6.txt"
    c.Lmax = 14.0
    c.x_width = 0.1
    c.Lmin = 0.0
    return c
Example #3
0
def L_monitor10():
    c = LMonitor()
    c.short_description = "L_monitor10"
    c.nchan = 140
    c.y_height = 0.002
    c.restore_neutron = 1
    c.filename = "Vulcan_asbuilt_L_monitor10.txt"
    c.Lmax = 14.0
    c.x_width = 0.002
    c.Lmin = 0.0
    return c
Example #4
0
def L_monitor6():
    c = LMonitor()
    c.short_description = "L_monitor6"
    c.nchan = 140
    c.y_height = 0.1
    c.filename = "Vulcan_asbuilt_L_monitor6.txt"
    c.Lmax = 14.0
    c.x_width = 0.1
    c.Lmin = 0.0
    return c