Skip to content

Commit

Permalink
Add docstring in sys_uncertainties.py
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa authored Dec 18, 2024
1 parent 8c2a235 commit 5ce9c42
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import numpy as np
'''
The full break-down of the systematic uncertainties is not given in the
HepData format. However, Table 1 of the referenced paper provides the
different sources of systematic uncertainties bin-by-bin. This table
is reproduced in the following.
'''

# Common dict independent of the kinematics
IND_KIN_DICT = [
Expand Down

0 comments on commit 5ce9c42

Please sign in to comment.