Skip to content
Snippets Groups Projects
Commit 1aac5c5c authored by zhang's avatar zhang
Browse files

02/11/2010

1) Modify FittuneFlag to fit tunes for soleil lattice.
2)  Add parameter in MomAccFlag to set 4D/6D tracking to get MomAcc.
parent cbd1e4d7
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
# read vacuum chamber from chamber_file, ChamberFlag must be true, if # read vacuum chamber from chamber_file, ChamberFlag must be true, if
# ReadChamberFlag is true # ReadChamberFlag is true
ReadChamberFlag false ReadChamberFlag true
# include vacuum chamber but no U20, ChamberFlag must be true, if # include vacuum chamber but no U20, ChamberFlag must be true, if
# ChamberNoU20Flag is true # ChamberNoU20Flag is true
...@@ -116,14 +116,15 @@ ...@@ -116,14 +116,15 @@
# error coupling # error coupling
# flag, random seed number, RMS value of the rotation angle # flag, random seed number, RMS value of the rotation angle
# of the quadrupole # of the quadrupole
ErrorCouplingFlag false 0 0.0007 ErrorCouplingFlag true 0 0.0007
# coupling flag # coupling flag
# calcualte the coupling factor in the lattice # calcualte the coupling factor in the lattice
CouplingFlag false CouplingFlag false
# calculate momentum acceptance for Touscheck lifetime # calculate momentum acceptance for Touscheck lifetime
# istart istop eminp emaxp nstepp eminn emaxn nstepn # Dim istart istop eminp emaxp nstepp eminn emaxn nstepn
MomentumAccFlag false 1 108 0.01 0.05 100 -0.01 -0.05 100 # Dim: 4D/6D tracking, default value is 6D
MomentumAccFlag true 6D 1 108 0.01 0.05 100 -0.01 -0.05 100
#### MULTIPOLE FACTORY #### MULTIPOLE FACTORY
...@@ -145,11 +146,24 @@ ...@@ -145,11 +146,24 @@
### ###
# fit tune # fit tune
# name, flag, tuned quadrople,tuned quadrople,targetnudx targetnudz # name, flag, tuned quadrople,tuned quadrople,targetnudx targetnudz
FitTuneFlag false qp7 qp9 18.202 10.317 # FitTuneFlag true qp7 qp7 18.202 10.317
FitTune4Flag true qp7a qp7b qp9a qp9b 18.202 10.317
# fit chromaticity # fit chromaticity
# name,flag, tuned sextupole, tuned sextupole, targetksix targetksiz # name,flag, tuned sextupole, tuned sextupole, targetksix targetksiz
FitChromFlag false sx9 sx10 2.0 2.6 FitChromFlag true sx9 sx10 2.0 2.6
###
### Touschek lifetime
###
# calculate Touschek lifetime
# name, flag
TouschekFlag false
# Intra Beam Scattering, TouschekFlag must be true
IBSFlag false
# Track momentum acceptance and then get Touschek lifetime, TouschekFlag must be true
TousTrackFlag false
### OTHER ### OTHER
# include girder error # include girder error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment