Skip to content
Open
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
10 changes: 10 additions & 0 deletions submodule_04c_errortables.madx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ if (on_errors_LHC==1){
readtable, file="errors/LHC/rotations_Q2_integral.tab";
};

if (ver_hllhc_optics == 1.4){
readtable, file="errors/HL-LHC/Layout_Rotations_HLLHCv1.4.tab";
};
if (ver_hllhc_optics == 1.5){
readtable, file="errors/HL-LHC/Layout_Rotations_HLLHCv1.5.tab";
};
if (ver_hllhc_optics == 1.6){
readtable, file="errors/HL-LHC/Layout_Rotations_HLLHCv1.6.tab";
};

if (ver_hllhc_optics > 0 && on_errors_IT==1){
call, file="errors/HL-LHC/ITbody_errortable_v5"; ! target error table for the new IT
call, file="errors/HL-LHC/ITnc_errortable_v5"; ! target error table for the new IT
Expand Down