source: TRACY3/trunk/tracy/tools/demo/demo1/Input_demo1.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.8 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 ../
23
24# lattice file must be wihout .lat extension
25  lat_file   soleil_120cor 
26
27# H-corrector name in lattice file
28  h_corr        HCM   
29# V-corrector name in lattice file
30  v_corr        VCM   
31# girder start symbol
32  gs            GS     
33# girder end symbol
34  ge            GE     
35# BPM name in lattice file
36  bpm_name      BPM   
37# skew quadrupole
38  qt            QT
39
40#======================================
41# GLOBAL PARAMETER PART
42#======================================
43
44# Activate quadrupole Fringefield
45  QuadFringeOnFlag
46
47# VACCUUM CHAMBER PART
48# read vacuum chamber from chamber_file
49  ReadChamberFlag    example_Chamber.dat   
50
51# set RF voltage, if false, then use the definition value
52# of RF cavity in the lattice
53  RFvoltageFlag   3000000
54
55#=================================================
56## general command (NOT machine dependent)
57#================================================= 
58
59#  print the twiss paramters to a file
60  PrintTwissFlag     twisstest.out
61
62# tune obtained by tracking
63  TuneTracFlag   
64
65# chromaticity obtained by tracking
66  ChromTracFlag   
67
68# fit tune for the lattice with full quadrupoles
69  FitTuneFlag     q7 q9   18.202 10.317
70
71# fit chromaticity
72  FitChromFlag   sx9 sx10  2.0    2.6
73
Note: See TracBrowser for help on using the repository browser.