Skip to content

Commit

Permalink
Status
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Jun 18, 2020
1 parent 863a4df commit 76a8c3f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions module_03_beambeam.madx
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ if( on_bb_switch == 1 || par_on_compute_train_input==1){

on_disp=0; !more precise angles at IPs

!Record the nominal IP position and crossing angle
if(mylhcbeam==1) {use, sequence=lhcb1;};
if(mylhcbeam>1) {use, sequence=lhcb2;};
twiss;
xnom1=table(twiss,IP1,x);pxnom1=table(twiss,IP1,px);ynom1=table(twiss,IP1,y);pynom1=table(twiss,IP1,py);
xnom2=table(twiss,IP2,x);pxnom2=table(twiss,IP2,px);ynom2=table(twiss,IP2,y);pynom2=table(twiss,IP2,py);
xnom5=table(twiss,IP5,x);pxnom5=table(twiss,IP5,px);ynom5=table(twiss,IP5,y);pynom5=table(twiss,IP5,py);
xnom8=table(twiss,IP8,x);pxnom8=table(twiss,IP8,px);ynom8=table(twiss,IP8,y);pynom8=table(twiss,IP8,py);
value,xnom1,xnom2,xnom5,xnom8;
value,ynom1,ynom2,ynom5,ynom8;
value,pxnom1,pxnom2,pxnom5,pxnom8;
value,pynom1,pynom2,pynom5,pynom8;

if( ON_BB_SWITCH == 1){
!Install b-b marker
exec, INSTALL_BB_MARK(b1);
Expand Down

0 comments on commit 76a8c3f

Please sign in to comment.