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