file /home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/UA5_1989_S1926373.py
/home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/UA5_1989_S1926373.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::UA5_1989_S1926373 |
Source code
def patch(path, ao):
needs_patching = [
'/REF/UA5_1989_S1926373/d01-x01-y01',
'/REF/UA5_1989_S1926373/d02-x01-y01',
'/REF/UA5_1989_S1926373/d03-x01-y01',
'/REF/UA5_1989_S1926373/d04-x01-y01',
'/REF/UA5_1989_S1926373/d05-x01-y01',
'/REF/UA5_1989_S1926373/d06-x01-y01',
'/REF/UA5_1989_S1926373/d07-x01-y01',
'/REF/UA5_1989_S1926373/d08-x01-y01',
'/REF/UA5_1989_S1926373/d09-x01-y01',
'/REF/UA5_1989_S1926373/d10-x01-y01',
'/REF/UA5_1989_S1926373/d11-x01-y01',
'/REF/UA5_1989_S1926373/d11-x01-y02',
'/REF/UA5_1989_S1926373/d12-x01-y01',
'/REF/UA5_1989_S1926373/d12-x01-y02',
]
if path in needs_patching:
bWidth = 0.5
if 'd01' in path or 'd02' in path:
bWidth = 1.0
for p in ao.points():
p.setErrs(1, (bWidth, bWidth))
if 'd01' in path:
ao.point(28).setErrs(1, (1.0, 2.0))
ao.point(30).setErrs(1, (6.0, 6.0))
if 'd02' in path:
ao.point(0).setErrs(1, (2.0, 2.0))
ao.point(1).setErrs(1, (2.0, 1.0))
ao.point(49).setErrs(1, (1.0, 2.0))
ao.point(52).setErrs(1, (3.0, 3.0))
ao.point(53).setErrs(1, (7.0, 7.0))
if 'd03' in path:
ao.point(12).setErrs(1, (0.5, 1.0))
ao.point(13).setErrs(1, (3.0, 3.0))
if 'd04' in path:
ao.point(30).setErrs(1, (0.5, 1.0))
ao.point(32).setErrs(1, (6.0, 6.0))
if 'd05' in path:
ao.point(48).setErrs(1, (0.5, 1.0))
ao.point(51).setErrs(1, (1.0, 1.0))
ao.point(52).setErrs(1, (9.0, 9.0))
if 'd06' in path:
ao.point(0).setErrs(1, (1.0, 1.5))
ao.point(53).setErrs(1, (0.5, 1.0))
ao.point(56).setErrs(1, (1.0, 1.0))
ao.point(57).setErrs(1, (7.0, 7.0))
if 'd07' in path:
ao.point(20).setErrs(1, (0.5, 1.0))
ao.point(21).setErrs(1, (1.0, 1.0))
ao.point(22).setErrs(1, (3.5, 3.5))
if 'd08' in path:
ao.point(46).setErrs(1, (0.5, 1.0))
ao.point(49).setErrs(1, (1.0, 1.0))
ao.point(50).setErrs(1, (2.0, 2.0))
ao.point(51).setErrs(1, (8.0, 8.0))
if 'd09' in path:
ao.point(75).setErrs(1, (0.5, 1.0))
ao.point(79).setErrs(1, (1.0, 1.0))
ao.point(80).setErrs(1, (1.5, 1.5))
ao.point(81).setErrs(1, (3.0, 3.0))
ao.point(82).setErrs(1, (11.5, 11.5))
if 'd10' in path:
ao.point(0).setErrs(1, (1.0, 1.0))
ao.point(1).setErrs(1, (1.0, 0.5))
ao.point(92).setErrs(1, (0.5, 1.0))
ao.point(97).setErrs(1, (1.5, 1.5))
ao.point(98).setErrs(1, (2.0, 2.0))
ao.point(99).setErrs(1, (3.0, 3.0))
ao.point(100).setErrs(1, (9.0, 9.0))
return ao
Updated on 2022-08-07 at 20:46:08 +0100