file /home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/CLEO_1984_I193577.py

/home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/CLEO_1984_I193577.py

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::CLEO_1984_I193577

Source code


def patch(path, ao):
    needs_patching = [ 
      '/REF/CLEO_1984_I193577/d01-x01-y01'
    ]
    if path in needs_patching:
      for p in ao.points():
          p.setErrs(1, (0.001, 0.001))
    return ao

Updated on 2022-08-07 at 20:46:08 +0100