From 4d94b93cd96a562c0e72cea2faa38ce8589a2fce Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Mon, 28 Mar 2022 09:40:38 +0200 Subject: [PATCH] Rename CSMS to CMS11 --- examples/example-vertex.c | 2 +- scripts/generate-cross-sections.py | 6 +++--- share/cs/{CSMS.txt => CMS11.txt} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename share/cs/{CSMS.txt => CMS11.txt} (99%) diff --git a/examples/example-vertex.c b/examples/example-vertex.c index 55c4559..b175073 100644 --- a/examples/example-vertex.c +++ b/examples/example-vertex.c @@ -63,7 +63,7 @@ int main(int nargc, char * argv[]) /* Create a new Physics environment. */ ent_physics_create( - &physics, "share/sf/CSMS.ent", "share/cs/CSMS.txt"); + &physics, "share/sf/CMS11.ent", "share/cs/CMS11.txt"); /* Compute the DCS by numeric integration. */ const double ymin = 1E-07; diff --git a/scripts/generate-cross-sections.py b/scripts/generate-cross-sections.py index 2bdd070..f034619 100755 --- a/scripts/generate-cross-sections.py +++ b/scripts/generate-cross-sections.py @@ -8,8 +8,8 @@ from scipy.interpolate import PchipInterpolator -def cross_section_CSMS(): - """CSMS cross-section +def cross_section_CMS11(): + """CMS11 cross-section Reference: https://arxiv.org/abs/1106.3723 @@ -267,5 +267,5 @@ def cross_section(projectile, energy, Z, A, process): if __name__ == "__main__": - build_table("CSMS") + build_table("CMS11") build_table("BGR18") diff --git a/share/cs/CSMS.txt b/share/cs/CMS11.txt similarity index 99% rename from share/cs/CSMS.txt rename to share/cs/CMS11.txt index 7c82686..caf1244 100644 --- a/share/cs/CSMS.txt +++ b/share/cs/CMS11.txt @@ -1,4 +1,4 @@ -# CSMS cross-section +# CMS11 cross-section # # Generated using ENT. #