Skip to content

Commit

Permalink
add lumiscan knob (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
awegsche authored Feb 23, 2024
1 parent a41c888 commit e42b082
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion omc3/knob_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,28 @@ class Head:
"mo": [
"LHCBEAM1:LANDAU_DAMPING",
"LHCBEAM2:LANDAU_DAMPING"
]
],
"lumi_scan": [
"LHCBEAM1:IP1_SEPSCAN_X_MM",
"LHCBEAM1:IP1_SEPSCAN_Y_MM",
"LHCBEAM2:IP1_SEPSCAN_X_MM",
"LHCBEAM2:IP1_SEPSCAN_Y_MM",

"LHCBEAM1:IP2_SEPSCAN_X_MM",
"LHCBEAM1:IP2_SEPSCAN_Y_MM",
"LHCBEAM2:IP2_SEPSCAN_X_MM",
"LHCBEAM2:IP2_SEPSCAN_Y_MM",

"LHCBEAM1:IP5_SEPSCAN_X_MM",
"LHCBEAM1:IP5_SEPSCAN_Y_MM",
"LHCBEAM2:IP5_SEPSCAN_X_MM",
"LHCBEAM2:IP5_SEPSCAN_Y_MM",

"LHCBEAM1:IP8_SEPSCAN_X_MM",
"LHCBEAM1:IP8_SEPSCAN_Y_MM",
"LHCBEAM2:IP8_SEPSCAN_X_MM",
"LHCBEAM2:IP8_SEPSCAN_Y_MM",
],
}

USAGE_EXAMPLES = """Usage Examples:
Expand Down

0 comments on commit e42b082

Please sign in to comment.