source: TRACY3/trunk/lattice/example/soleil_tobearranged/chambre_standard.dat @ 29

Last change on this file since 29 was 29, checked in by zhangj, 10 years ago

Move the soleil lattice and Tracy *.prm script for para&non-para to file folders lattice/example/soleil_tobearranged.

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1#**************************************************************************
2# Script to set the vacuum chamber
3#
4# Comments:
5#  1) Line start with "#" is comment
6#  2) The format of the vacuum chamber definition is
7#     start element, end element, minimum x, maximum x,
8#     minimum y, maximum y. 
9#  3) The first line is to define the global
10#     vacuum chamber limit around the ring, and
11#     the key words should be "Start","All".
12#  4) To set the vacuum chamber, it is needed to add two markers
13#     in the lattice, such as MK1 and MK2, MK1 is before the first element,
14#     and MK2 is after the end element for the vacuum chamber region.
15#  5) the units are meters for minimum x, maximum x, minimum y, maximum y 
16#****************************************************************************
17#
18# MK1 MK2 dxmin  dxmax  dymin   dymax  (Apertures in meters)
19Start  All    -35e-3  35e-3  -12.5e-3   12.5e-3
20debut mhu640  -28e-3  28e-3  -7e-3     7e-3
21sep1  sep2    -20e-3  28e-3  -7e-3     7e-3
22sdm1  sdm2    -21e-3  21e-3  -5e-3     5e-3
23sdc1  sdc2    -30e-3  25e-3  -12.5e-3  12.5e-3
24
25
Note: See TracBrowser for help on using the repository browser.