File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33# if the environment variables EVIO and EVIO_VERSION are not set, exit
44if [[ -z " $FIELD_DIR " ]]; then
5- echo " $red > FIELD_DIR environment variables is not set. Exiting.$reset "
5+ echo " $red > FIELD_DIR environment variables is not set. Load it with module load gemc. Exiting.$reset "
66 exit 1
77fi
88
@@ -12,7 +12,7 @@ base_dir="$FIELD_DIR"
1212# fieds used for data:
1313# https://github.com/JeffersonLab/clas12-offline-software/blob/development/etc/services/data.yaml
1414brepo=" https://clasweb.jlab.org/clas12offline/magfield"
15- maps=(Symm_solenoid_r601_phi1_z1201_13June2018 Full_torus_r251_phi181_z251_25Jan2021 Full_torus_r251_phi181_z251_03March2020 Symm_torus_r2501_phi16_z251_24Apr2018)
15+ maps=(Symm_solenoid_r601_phi1_z1201_13June2018 Full_torus_r251_phi181_z251_25Jan2021 Full_torus_r251_phi181_z251_03March2020 Symm_torus_r2501_phi16_z251_24Apr2018 Full_torus_r251_phi181_z251_08May2018 )
1616for map in $maps ; do
1717 field=" $brepo /$map .dat"
1818 if [ ! -f " $base_dir /$map .dat" ]; then
You can’t perform that action at this time.
0 commit comments