source: TRACY3/trunk/lattice/example/soleil/test.prm @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1#*******************************************************************
2# 15 March 2010
3# File for checking TRacy is running well
4#
5# input script to set the file and bool flag
6#
7#  comments:
8# 1) The rules to define commands are described in the tracy mannual.
9#
10# 2) Test verison for the development of Tracy 3, always the nearest
11#        input file verison.
12#
13#                     12/2011    Jianfeng Zhang
14#
15#******************************************************************
16
17#================================================
18# mandatory parts
19#================================================
20
21# relative directory of the files in the script
22# in_dir /home/zhang/codes/TracyIII/lattice/   
23in_dir ./
24
25# lattice file must be wihout .lat extension
26  lat_file   example_lattice 
27
28# H-corrector name in lattice file
29  h_corr        HCM   
30# V-corrector name in lattice file
31  v_corr        VCM   
32# girder start symbol
33  gs            GS     
34# girder end symbol
35  ge            GE     
36# BPM name in lattice file
37  bpm_name      BPM   
38# skew quadrupole
39  qt            QT
40
41
42
43# tune obtained by tracking
44  TuneTracFlag   
45
46# chromaticity obtained by tracking
47  ChromTracFlag   
48
49
50
51
Note: See TracBrowser for help on using the repository browser.