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