Skip to content

Commit 64f45f2

Browse files
committed
Cosmetics, run3 machine, and optics links.
1 parent 94bdb92 commit 64f45f2

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

optics/hl14_injection.madx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/afs/cern.ch/eng/lhc/optics/HLLHCV1.4/ramp/opt_inj_6000_thin.madx

optics/lhcRun3_collision.madx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/afs/cern.ch/eng/lhc/optics/runIII/RunIII_dev/2022_V1/PROTON/opticsfile.30

sequences/hl14_thin.madx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ver_lhc_run = 0;
33
ver_hllhc_optics = 1.4;
44

55
! Get the toolkit
6+
option, -echo, warn,-info;
67
call, file="/afs/cern.ch/eng/lhc/optics/HLLHCV1.4/toolkit/macro.madx";
78

89

sequences/lhcRun3_thin.madx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
! Specify machine version
2+
ver_lhc_run = 3;
3+
ver_hllhc_optics = 0;
4+
5+
! Get the toolkit
6+
call, file="/afs/cern.ch/eng/lhc/optics/runII/2018/toolkit/macro.madx";
7+
8+
9+
if (mylhcbeam==4){
10+
call,file="/afs/cern.ch/eng/lhc/optics/runII/2018/lhcb4_as-built.seq";
11+
} else {
12+
call,file="/afs/cern.ch/eng/lhc/optics/runII/2018/lhc_as-built.seq";
13+
};
14+
15+
option, -echo,warn,-info;
16+
17+
call,file="/afs/cern.ch/eng/lhc/optics/runIII/RunIII_dev/IR7-Run3seqedit.madx"; ! New IR7 MQW layout and cabling
18+
19+
20+
21+
slicefactor=4;
22+
option rbarc=true;
23+
call, file = "/afs/cern.ch/eng/lhc/optics/runII/2018/toolkit/myslice.madx";
24+
25+
26+
beam; // a generic beam definitions
27+
use, sequence=lhcb1;
28+
makethin, sequence=lhcb1, style=teapot, makedipedge=false ;
29+
use, sequence=lhcb2;
30+
makethin, sequence=lhcb2, style=teapot, makedipedge=false;
31+
32+
!Cycling w.r.t. to IP3 (mandatory to find closed orbit in collision in the presence of errors)
33+
if (mylhcbeam<3){
34+
seqedit, sequence=lhcb1; flatten; cycle, start=IP3; flatten; endedit;
35+
};
36+
seqedit, sequence=lhcb2; flatten; cycle, start=IP3; flatten; endedit;

0 commit comments

Comments
 (0)