Skip to content
Snippets Groups Projects
Select Git revision
  • 11b0de6a92cfaa4dfc96a11de6f769b56c3d3596
  • main default protected
  • 2.12.1
  • 2.6.0
  • 2.4.1
  • 2.0.17
  • 2.0.13
  • 2.0.10
  • 2.0.8
  • 2.0.7
  • 2.0.5
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 1.59.0
  • 1.57.0
  • 1.55.0
  • 1.54.0
19 results

.gitlab-ci.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    example_chamber.dat 1.11 KiB
    #**************************************************************************
    # Script to set the vacuum chamber 
    #
    # Comments:
    #  1) Line start with "#" is comment
    #  2) The format of the vacuum chamber definition is 
    #     start element, end element, minimum x, maximum x,
    #     minimum y, maximum y.  
    #  3) The first line is to define the global 
    #     vacuum chamber limit around the ring, and 
    #     the key words should be "Start","All".
    #  4) To set the vacuum chamber, it is needed to add two markers
    #     in the lattice, such as MK1 and MK2, MK1 is before the first element, 
    #     and MK2 is after the end element for the vacuum chamber region.
    #  5) the units are meters for minimum x, maximum x, minimum y, maximum y  
    #****************************************************************************
    #
    # MK1 MK2 dxmin  dxmax  dymin   dymax  (Apertures in meters)
    Start  All    -35e-3  35e-3  -12.5e-3   12.5e-3
    #sdm1 esdm  -21e-3  21e-3   -5e-3     5e-3
    debut ehu600  -35e-3  35e-3  -7e-3    7e-3
    ssep  esep   -20e-3  35e-3  -7e-3    7e-3
    ssdm  esdm   -21e-3  21e-3  -5e-3    5e-3
    ssdac esdac  -35e-3  25e-3  -2.5e-3   2.5e-3