diff --git a/tracy/tools/Input_checkcode.prm b/tracy/tools/Input_checkcode.prm index 5cb13ce61f3986a93b9cb0caeebd956f5054fa52..988b574855d9db67dd3a2426b27016ae0598ce87 100644 --- a/tracy/tools/Input_checkcode.prm +++ b/tracy/tools/Input_checkcode.prm @@ -42,22 +42,22 @@ in_dir /Users/nadolski/codes/tracy/maille/soleil/ # read vacuum chamber from chamber_file, ChamberFlag must be true, if # ReadChamberFlag is true - ReadChamberFlag true + ReadChamberFlag # GLOBAL PARAMETER PART # Activate quadrupole Fringefield - globval.quad_fringe true + QuadFringeOnFlag # include RF Cavity or not and set # 4D/6D tracking, true=6D, false=4D - globval.Cavity_on false +# CavityOnFlag # tune obtained by tracking - TuneTracFlag true + TuneTracFlag # chromaticity obtained by tracking - ChromTracFlag true + ChromTracFlag ### # TUNESHIFT WITH AMPLITUDE @@ -85,7 +85,7 @@ in_dir /Users/nadolski/codes/tracy/maille/soleil/ # xmax(m), ymax(m) maximum amplitude # energyoffset # diffusionflag to compute tunediffusion - FmapFlag false 31 21 516 0.025 0.005 0.0 true + FmapFlag 31 21 516 0.025 0.005 0.0 true # FMA dp calculate frequency map # Nbx Nbe number of point in h and energy planes @@ -93,37 +93,37 @@ in_dir /Users/nadolski/codes/tracy/maille/soleil/ # xmax (m), emax maximum amplitude # y-amplitude (m) # diffusionflag to compute tunediffusion - FmapdpFlag false 101 121 1026 25e-3 0.06 0.3e-3 true + FmapdpFlag 101 121 1026 25e-3 0.06 0.3e-3 true # error coupling # flag, random seed number, RMS value of the rotation angle # of the quadrupole - ErrorCouplingFlag true 0 0.0007 + ErrorCouplingFlag 0 0.0007 # coupling flag - CouplingFlag false + CouplingFlag # calculate momentum acceptance for Touscheck lifetime # Dim istart istop eminp emaxp nstepp eminn emaxn nstepn # Dim: 4D/6D tracking, default value is 6D - MomentumAccFlag false 4D 1 209 0.01 0.05 100 -0.01 -0.05 100 + MomentumAccFlag 4D 1 209 0.01 0.05 100 -0.01 -0.05 100 #### MULTIPOLE FACTORY # read multipole error from a file and set them to the lattice - ReadMultipoleFlag true + ReadMultipoleFlag ### ### Touschek lifetime ### # calculate Touschek lifetime # name, flag - TouschekFlag false + TouschekFlag # Intra Beam Scattering, TouschekFlag must be true - IBSFlag false + IBSFlag # Track momentum acceptance and then get Touschek lifetime, TouschekFlag must be true - TousTrackFlag false + TousTrackFlag ### ### FITTING FACTORY @@ -131,30 +131,30 @@ in_dir /Users/nadolski/codes/tracy/maille/soleil/ # fit tune # name, flag, tuned quadrople,tuned quadrople,targetnudx targetnudz # FitTuneFlag true q7 q9 18.202 10.317 - FitTune4Flag true qp7a qp7b qp9a qp9b 18.202 10.317 + FitTune4Flag qp7a qp7b qp9a qp9b 18.202 10.317 # fit chromaticity # name,flag, tuned sextupole, tuned sextupole, targetksix targetksiz - FitChromFlag true sx9 sx10 2.0 2.6 + FitChromFlag sx9 sx10 2.0 2.6 ### OTHER # include girder error - GirderErrorFlag false + GirderErrorFlag # plot beam size around the ring - SigmaFlag true + SigmaFlag # specific for test - PX2Flag false + PX2Flag # calculate induced amplitude - InducedAmplitudeFlag false + InducedAmplitudeFlag # specific for test - CodeComparaisonFlag false + CodeComparaisonFlag # calculate Eta function - EtaFlag false + EtaFlag # calculate phase space # PhaseSpaceFlag 6D 1e-6 0.0 1e-6 0.0 0.012 0.0 1000 false @@ -165,11 +165,11 @@ in_dir /Users/nadolski/codes/tracy/maille/soleil/ # of Horizontal and vertical correctors, and skew quadrupole # is read from the files, the name of which are set at the # beginning of this script. - MultipoleFlag false + MultipoleFlag # set multipole with thin or thick lens model, # MultipoleFlag must be true if ThinsextFlag is true - ThinsextFlag false + ThinsextFlag # include vacuum chamber - ChamberFlag false + ChamberFlag #************************************************** - \ No newline at end of file +