From a0bf116dae41f03dc74df625dcba5a89b026911d Mon Sep 17 00:00:00 2001 From: zhang <zhang@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d> Date: Thu, 4 Nov 2010 14:21:47 +0000 Subject: [PATCH] 04/11/2010 1) Add comments --- tracy/tools/Input_test.prm | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tracy/tools/Input_test.prm b/tracy/tools/Input_test.prm index 6500690..13fe957 100644 --- a/tracy/tools/Input_test.prm +++ b/tracy/tools/Input_test.prm @@ -26,13 +26,13 @@ # 10/2010 Jianfeng Zhang # #****************************************************************** - #******files******** # relative directory of the files in the script in_dir /home/zhang/codes/TracyIII/lattice/ # lattice file must be wihout .lat extension - lat_file solamor2_reglage_focalisation_chcvqt_thicksextu_LQPintermediaire_QFF + lat_file solamor2_reglage_focalisation_chcvqt_thicksextu_LQPintermediaire_QFF +# lat_file solamor2_reglage_focalisation_chcvqt_thicksextu_LQPintermediaire_QFF_FullQuad # vacuum chamber file chamber_file example_Chamber.dat @@ -76,9 +76,9 @@ RFvoltageFlag false 3000000 # tune obtained by tracking - TuneTracFlag false + TuneTracFlag true # chromaticity obtained by tracking - ChromTracFlag false + ChromTracFlag true # TUNESHIFT WITH AMPLITUDE @@ -116,7 +116,7 @@ # error coupling # flag, random seed number, RMS value of the rotation angle # of the quadrupole - ErrorCouplingFlag true 0 0.0007 + ErrorCouplingFlag false 0 0.0007 # coupling flag # calcualte the coupling factor in the lattice CouplingFlag false @@ -124,14 +124,15 @@ # calculate momentum acceptance for Touscheck lifetime # Dim istart istop eminp emaxp nstepp eminn emaxn nstepn # Dim: 4D/6D tracking, default value is 6D - MomentumAccFlag true 6D 1 108 0.01 0.05 100 -0.01 -0.05 100 + MomentumAccFlag true 4D 1 209 0.01 0.05 100 -0.01 -0.05 100 -#### MULTIPOLE FACTORY - # read multipole error from a file +#### MULTIPOLE FACTORY + # read multipole error from a file and set them to the lattice ReadMultipoleFlag true +#******to be obsoleted************************ # include multipole error into the lattice, the mutipole error # of Horizontal and vertical correctors, and skew quadrupole # is read from the files, the name of which are set at the @@ -140,14 +141,15 @@ # set multipole with thin or thick lens model, # MultipoleFlag must be true if ThinsextFlag is true ThinsextFlag false +#************************************************** ### ### FITTING FACTORY ### # fit tune # name, flag, tuned quadrople,tuned quadrople,targetnudx targetnudz -# FitTuneFlag true qp7 qp7 18.202 10.317 - FitTune4Flag true qp7a qp7b qp9a qp9b 18.202 10.317 +# FitTuneFlag true q7 q9 18.202 10.317 + FitTune4Flag true qp7a qp7b qp9a qp9b 18.202 10.317 # fit chromaticity # name,flag, tuned sextupole, tuned sextupole, targetksix targetksiz -- GitLab