We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac995bd commit e0d6057Copy full SHA for e0d6057
xmask/lhc/leveling.py
@@ -46,7 +46,7 @@ def luminosity_leveling(collider, config_lumi_leveling, config_beambeam):
46
else:
47
raise ValueError('Either `luminosity` or `separation_in_sigmas` must be specified')
48
49
- tw0 = collider.twiss()
+ tw0 = collider.twiss(lines=['lhcb1', 'lhcb2'])
50
if config_this_ip['impose_separation_orthogonal_to_crossing']:
51
targets.append(
52
xt.TargetSeparationOrthogonalToCrossing(ip_name='ip8'))
0 commit comments