! tracking example
!   dipoles are CSBEND (canonical)
!   sextupoles are kick elements
!   quads and drifts are 1st-order matrix

! tracks particles in (x, x') phase space

&run_setup
    lattice = "3mring.lte",
    p_central = 49.9973887,
    use_beamline="ring",
&end

&twiss_output
        filename = %s.twi
        compute_driving_terms=1,
&end

&run_control
        n_passes = 500
&end

&bunched_beam n_particles_per_bunch = 1 &end

&frequency_map
        output = %s.fma,
        xmin = -0.0101,
        xmax = 0.01,
	ymin=1e-4
        ymax = 0.003,
        nx = 21,
        ny = 21,
        include_changes = 1
&end

&track
&end
