file /home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/ARGUS_1989_I280943.py
/home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/ARGUS_1989_I280943.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::ARGUS_1989_I280943 |
Source code
import math
def patch(path, ao):
# set bin widths
if "ARGUS_1989_I280943" in path and ( "d01" in path or "d02" in path) :
for p in ao.points(): p.setXErrs(0.5)
return ao
Updated on 2022-08-07 at 20:46:08 +0100