Skip to content

Commit

Permalink
Merge pull request #94 from JeffersonLab/sdobbs_2021_aliases
Browse files Browse the repository at this point in the history
Update some aliases for new and planned experiments
  • Loading branch information
sdobbs authored Jan 12, 2022
2 parents 11868d0 + 34c567c commit 3556ae2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions python/rcdb/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ def __init__(self, name, expression, comment):
collimator_diameter != 'Blocking'""",
"Is DIRC production run"),

ConditionSearchAlias('is_src_production', """daq_run == 'PHYSICS_SRC' and
beam_current > 2 and
event_count > 5000000 and
solenoid_current > 100 and
collimator_diameter != 'Blocking'""",
"Is SRC production run"),

ConditionSearchAlias('is_cpp_production', """daq_run == 'PHYSICS_CPP' and
beam_current > 2 and
event_count > 5000000 and
solenoid_current > 100 and
collimator_diameter != 'Blocking'""",
"Is CPP production run"),

ConditionSearchAlias('is_production_long', """daq_run == 'PHYSICS_raw'
beam_current > 2 and
event_count > 5000000 and
Expand Down

0 comments on commit 3556ae2

Please sign in to comment.