-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cosmetics, run3 machine, and optics links.
- Loading branch information
1 parent
94bdb92
commit 64f45f2
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/afs/cern.ch/eng/lhc/optics/HLLHCV1.4/ramp/opt_inj_6000_thin.madx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/afs/cern.ch/eng/lhc/optics/runIII/RunIII_dev/2022_V1/PROTON/opticsfile.30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
! Specify machine version | ||
ver_lhc_run = 3; | ||
ver_hllhc_optics = 0; | ||
|
||
! Get the toolkit | ||
call, file="/afs/cern.ch/eng/lhc/optics/runII/2018/toolkit/macro.madx"; | ||
|
||
|
||
if (mylhcbeam==4){ | ||
call,file="/afs/cern.ch/eng/lhc/optics/runII/2018/lhcb4_as-built.seq"; | ||
} else { | ||
call,file="/afs/cern.ch/eng/lhc/optics/runII/2018/lhc_as-built.seq"; | ||
}; | ||
|
||
option, -echo,warn,-info; | ||
|
||
call,file="/afs/cern.ch/eng/lhc/optics/runIII/RunIII_dev/IR7-Run3seqedit.madx"; ! New IR7 MQW layout and cabling | ||
|
||
|
||
|
||
slicefactor=4; | ||
option rbarc=true; | ||
call, file = "/afs/cern.ch/eng/lhc/optics/runII/2018/toolkit/myslice.madx"; | ||
|
||
|
||
beam; // a generic beam definitions | ||
use, sequence=lhcb1; | ||
makethin, sequence=lhcb1, style=teapot, makedipedge=false ; | ||
use, sequence=lhcb2; | ||
makethin, sequence=lhcb2, style=teapot, makedipedge=false; | ||
|
||
!Cycling w.r.t. to IP3 (mandatory to find closed orbit in collision in the presence of errors) | ||
if (mylhcbeam<3){ | ||
seqedit, sequence=lhcb1; flatten; cycle, start=IP3; flatten; endedit; | ||
}; | ||
seqedit, sequence=lhcb2; flatten; cycle, start=IP3; flatten; endedit; |