Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added cross_section field to MC2015 records with non-zero total_value #3656

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The list of contributors in alphabetical order:
- `Audrius Mecionis <https://orcid.org/0000-0002-3759-1663>`_
- `Clemens Lange <https://github.com/clelange>`_
- `Daan Rosendal <https://github.com/DaanRosendal>`_
- `Dana Alsharif <https://github.com/danaalsharif>`_
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Edgar Carrera <https://github.com/caredg>`_
- `Eric Engestrom <https://github.com/1ace>`_
Expand All @@ -39,6 +40,7 @@ The list of contributors in alphabetical order:
- `Mantas Savaniakas <https://github.com/mantasavas>`_
- `Matt Bellis <https://github.com/mattbellis>`_
- `Mihaela Gheata <https://github.com/mgheata>`_
- `Mohammad Doleh <https://github.com/d0leh>`_
- `Nancy Hamdan <https://github.com/nancyhamdan>`_
- `Osama Sh. Almomani <https://github.com/OsamaMomani>`_
- `Pablo Saiz <https://github.com/psaiz>`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39969,6 +39969,11 @@
"energy": "13TeV",
"type": "pp"
},
"cross_section": {
"filter_efficiency": "1.000e+00",
"total_value": "3.924e-01",
"total_value_uncertainty": "2.474e-04"
},
"date_created": [
"2015"
],
Expand Down Expand Up @@ -40385,6 +40390,11 @@
"energy": "13TeV",
"type": "pp"
},
"cross_section": {
"filter_efficiency": "1.000e+00",
"total_value": "3.924e-01",
"total_value_uncertainty": "1.330e-04"
},
"date_created": [
"2015"
],
Expand Down Expand Up @@ -40801,6 +40811,11 @@
"energy": "13TeV",
"type": "pp"
},
"cross_section": {
"filter_efficiency": "1.000e+00",
"total_value": "3.924e-01",
"total_value_uncertainty": "2.043e-04"
},
"date_created": [
"2015"
],
Expand Down
Loading
Loading