Skip to content

Commit

Permalink
update references for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HelmutCERN committed Feb 20, 2024
1 parent adc0987 commit 7ef4f3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions tests/test-thick-dipole-2/thin.seq.ref
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
amb := 0.01;
lmb := 10;
mb1_den: dipedge,h:=( amb ) / ( lmb ) ,entrance=true;
mb1: sbend,l:=lmb ,angle:=amb ,thick=true,kill_ent_fringe=true,kill_exi_fringe=true;
mb1_bo: sbend,l:=( lmb ) * ( 1 ) ,angle:=( amb ) * ( 1 ) ,thick=true,kill_ent_fringe=true,kill_exi_fringe=true;
mb1_dex: dipedge,h:=( amb ) / ( lmb ) ,entrance=false;
myseq: sequence, l = 30;
mb1_den, at = ( lmb / 2 ) + ( ( lmb ) * ( 0 - 0.5 ) ) ;
mb1, at = ( lmb / 2 ) + ( ( lmb ) * ( 0 ) ) ;
mb1_bo, at = ( lmb / 2 ) + ( ( lmb ) * ( 0 ) ) ;
mb1_dex, at = ( lmb / 2 ) + ( ( lmb ) * ( 0.5 ) ) ;
mb1_den, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0 - 0.5 ) ) ;
mb1, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0 ) ) ;
mb1_bo, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0 ) ) ;
mb1_dex, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0.5 ) ) ;
endsequence;
10 changes: 5 additions & 5 deletions tests/test-thick-dipole-3/thin.seq.ref
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ lmb2 := lstraight;
lstraight := lmb/factor;
factor := amb/(2*sin(amb/2));
mb1_den: dipedge,tilt:= 0.013,e1:=ee1 ,h:=( amb ) / ( lmb ) ,hgap:= 0.12,fint:= 0.5,entrance=true;
mb1: sbend,l:=lmb ,angle:=amb ,tilt:= 0.013,k1:=kmb ,thick=true,kill_ent_fringe=true,kill_exi_fringe=true;
mb1_bo: sbend,l:=( lmb ) * ( 1 ) ,angle:=( amb ) * ( 1 ) ,tilt:= 0.013,k1:=kmb ,thick=true,kill_ent_fringe=true,kill_exi_fringe=true;
mb1_dex: dipedge,tilt:= 0.013,e1:=ee2 ,h:=( amb ) / ( lmb ) ,hgap:= 0.12,fint:= 0.6,entrance=false;
mb2_den: dipedge,e1:=( amb ) / ( 2 ) ,h:=( amb ) / ( ( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ) ,hgap:= 0.12,fint:= 0.7,entrance=true;
_mb2: rbend,l:=( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ,angle:=amb ,k1:=kmb ,thick=true,kill_ent_fringe=true,kill_exi_fringe=true;
mb2_bo: sbend,l:=( ( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ) * ( 1 ) ,angle:=( amb ) * ( 1 ) ,k1:=kmb ,thick=true,kill_ent_fringe=true,kill_exi_fringe=true;
mb2_dex: dipedge,e1:=( ee2 ) + ( ( amb ) / ( 2 ) ) ,h:=( amb ) / ( ( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ) ,hgap:= 0.12,fint:= 0.7,entrance=false;
myseq: sequence, l = 30;
mb1_den, at = ( lmb / 2 ) + ( ( lmb ) * ( 0 - 0.5 ) ) ;
mb1, at = ( lmb / 2 ) + ( ( lmb ) * ( 0 ) ) ;
mb1_bo, at = ( lmb / 2 ) + ( ( lmb ) * ( 0 ) ) ;
mb1_dex, at = ( lmb / 2 ) + ( ( lmb ) * ( 0.5 ) ) ;
mb1_den, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0 - 0.5 ) ) ;
mb1, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0 ) ) ;
mb1_bo, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0 ) ) ;
mb1_dex, at = ( 1.5 * lmb ) + ( ( lmb ) * ( 0.5 ) ) ;
mb2_den, at = ( 2.5 * lmb ) + ( ( ( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ) * ( 0 - 0.5 ) ) ;
_mb2, at = ( 2.5 * lmb ) + ( ( ( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ) * ( 0 ) ) ;
mb2_bo, at = ( 2.5 * lmb ) + ( ( ( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ) * ( 0 ) ) ;
mb2_dex, at = ( 2.5 * lmb ) + ( ( ( lmb2 ) * ( 1.0 / sinc ( amb * 0.5 ) ) ) * ( 0.5 ) ) ;
endsequence;
Loading

0 comments on commit 7ef4f3d

Please sign in to comment.