Skip to content

Commit

Permalink
Merge pull request #95 from JeffersonLab/search_updates
Browse files Browse the repository at this point in the history
update cosmic run search to something more reasonable and that covers…
  • Loading branch information
sdobbs authored Feb 9, 2022
2 parents 3556ae2 + 0ef76dc commit 09dae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rcdb/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, name, expression, comment):
collimator_diameter != 'Blocking'""",
"Is production run with long mode data"),

ConditionSearchAlias('is_cosmic', "(run_type == 'hd_all.tsg_cosmic' and 'COSMIC' in daq_run and beam_current < 1) or (radiator_type == 'RETRACTED' and collimator_diameter == 'Blocking')",
ConditionSearchAlias('is_cosmic', "\"cosmic\" in run_config and beam_current < 1 and event_count > 5000",
"Is cosmic run"),

ConditionSearchAlias('is_empty_target', "target_type == 'EMPTY & Ready'", "Target is empty"),
Expand Down

0 comments on commit 09dae3a

Please sign in to comment.