file /home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/BELLE_2007_I749358.py
/home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/BELLE_2007_I749358.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::BELLE_2007_I749358 |
Source code
def patch(path, ao):
if "BELLE_2007_I749358" in path:
step = 0.025
if "d01" in path : step=0.0025
for p in ao.points():
p.setXErrs(step)
return ao
Updated on 2022-08-07 at 20:46:08 +0100