Ignore:
Timestamp:
Dec 6, 2013, 5:12:43 PM (10 years ago)
Author:
zhangj
Message:

Clean version of Tracy: SoleilVersion at the end of 2011.Use this clean version to find the correct dipole fringe field to have the correct FMAP and FMAPDP of ThomX. Modified files: tpsa_lin.cc, soleillib.cc, prtmfile.cc, rdmfile.cc, read_script.cc, physlib.cc, tracy.cc, t2lat.cc, t2elem.cc, naffutils.cc in /tracy/tracy/src folder; naffutils.h, tracy_global.h, physlib.h, tracy.h, read_script.h, solielilib.h, t2elem.h in /tracy/tracy.inc folder; soltracy.cc in tracy/tools folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/tracy3-3.10.1b/tracy/tracy/inc/t2elem.h

    r11 r23  
    3838
    3939template<typename T>
    40 void Drift(double L,double h_bend, ss_vect<T> &x);
    41 
    42 template<typename T>
    4340void Drift(double L, ss_vect<T> &x);
    4441
     
    4744
    4845template<typename T>
    49 void bend_fringe(double hb, double gap, ss_vect<T> &x);
    50 
    51 template<typename T>
    52 static void bendCurvature(double irho, double H, ss_vect<T> &x);
    53 
    54 template<typename T>
    55 static void EdgeFocus(double irho, double phi, double gap, ss_vect<T> &x, bool Entrance);
     46static void EdgeFocus(double irho, double phi, double gap, ss_vect<T> &x);
    5647
    5748template<typename T>
     
    6152template<typename T>
    6253void Drift_Pass(CellType &Cell, ss_vect<T> &x);
    63 
    64 template<typename T>
    65 void dipole_kick(double L, double h_ref, double h_bend, ss_vect<T> &x);
    66 template<typename T>
    67 void multipole_kick(int Order, double MB[], double L, double h_bend, ss_vect<T> &x);
    6854
    6955template<typename T>
Note: See TracChangeset for help on using the changeset viewer.