source: PSPA/madxPSPA/tests/test-touschek-2/test-touschek-2.madx @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 948 bytes
Line 
1Option, warn,info,echo;
2Title, "Compiling Optics for the LHC 6.5 lattice with MADX";
3
4!---------------------------------------------------------------;
5!           CALL IN SELECTION, SEQUENCE and OPTICS FILES;
6!---------------------------------------------------------------;
7
8option,-echo,-warn;
9call, file="../share/LHC/LHCRing/V6.503/V6.5.seq";
10call, file="../share/LHC/LHCRing/V6.503/V6.5.inj.str";
11option,echo,warn;
12
13Beam, particle = proton, sequence=lhcb1, energy = 450.0,
14          npart=1.15e11, ex=7.82e-9, ey=7.82e-9,
15          et=5.302e-5, sige=4.7164e-4, sigt=0.1124; !, radiate=false ;
16
17use, period=lhcb1;
18twiss,chrom,table;
19
20! crossing angles
21 on_x1                = 1;
22 on_x5                = 1;
23 on_x2                = 1;
24 on_x8                = 1;
25 on_alice= 1; on_lhcb = 1;
26
27vrf400:= 8.;
28
29! reduce size of output table:
30select,flag=touschek,pattern="MCB",column=S, TLI, TLIW, TLITOT;
31touschek,tolerance=1e-7,file="touschek.dat";
32
Note: See TracBrowser for help on using the repository browser.