Skip to content

Commit

Permalink
Merge pull request #85 from JeffersonLab/sdobbs_search_updates
Browse files Browse the repository at this point in the history
Sdobbs search updates
  • Loading branch information
sdobbs authored Aug 9, 2019
2 parents a25e92e + 435a395 commit f0ef0b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/rcdb/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ def __init__(self, name, expression, comment):
collimator_diameter != 'Blocking'""",
"Is PrimEx production run"),

ConditionSearchAlias('is_dirc_production', "daq_config in ['FCAL_BCAL_PS_DIRC_m9.conf', 'FCAL_BCAL_PS_DIRC_m10.conf'] ", "Is DIRC production run"),
ConditionSearchAlias('is_dirc_production', """daq_run == 'PHYSICS_DIRC' and
beam_current > 2 and
event_count > 5000000 and
solenoid_current > 100 and
collimator_diameter != 'Blocking'""",
"Is DIRC production run"),

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

0 comments on commit f0ef0b8

Please sign in to comment.