From 3a1527a35761105f32eefcc15d8d700f7d02ad0f Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Wed, 6 Oct 2021 16:19:45 +0000 Subject: [PATCH] Set Ion beam energy variable --- ip6/far_forward_fields_100.xml | 2 ++ ip6/far_forward_fields_275.xml | 2 ++ ip6/far_forward_fields_41.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ip6/far_forward_fields_100.xml b/ip6/far_forward_fields_100.xml index 1ce9dab..cb7faa8 100644 --- a/ip6/far_forward_fields_100.xml +++ b/ip6/far_forward_fields_100.xml @@ -1,5 +1,7 @@ <define> + <constant name="IonBeamEnergy" value="100*GeV" /> + <comment> These are the values from Scott's tables for the 50cm shifted hadron FF 100 GeV proton lattice. Notice they mostly do not scale with beam energy in the staightforward way from the previous lattice. </comment> diff --git a/ip6/far_forward_fields_275.xml b/ip6/far_forward_fields_275.xml index 4ce7c41..b3d6e9e 100644 --- a/ip6/far_forward_fields_275.xml +++ b/ip6/far_forward_fields_275.xml @@ -1,5 +1,7 @@ <define> + <constant name="IonBeamEnergy" value="275*GeV" /> + <comment> All magnet values are input by hand and represent the implementation in EICRoot used for the Yellow Report. </comment> diff --git a/ip6/far_forward_fields_41.xml b/ip6/far_forward_fields_41.xml index aa5a7f6..e5c30cc 100644 --- a/ip6/far_forward_fields_41.xml +++ b/ip6/far_forward_fields_41.xml @@ -1,5 +1,7 @@ <define> + <constant name="IonBeamEnergy" value="41*GeV" /> + <comment> These are the values from Scott's tables for the 50cm shifted hadron FF 41 GeV proton lattice. Notice they mostly do not scale with beam energy in the staightforward way from the previous lattice. </comment> -- GitLab