Difference between revisions of "RCDB Standard Searches"

From GlueXWiki
Jump to: navigation, search
(Created page with "Goal: Classify and search for non-DAQ test runs * Type: Production Run ** run_type == hd_all.tsg ** daq_run == PHYSICS ** beam_current > 2. ** num_events > 10000 ** * Type:...")
 
Line 6: Line 6:
 
** beam_current > 2.
 
** beam_current > 2.
 
** num_events > 10000
 
** num_events > 10000
**  
+
** radiator type != RETRACTED
 +
** solenoid_current > 950.
 +
** Subtype: Empty Target
 +
*** target_type == "EMPTY & Ready"
 +
** Subtype: Amorphous Radiator
 +
*** radiator_type == "2x10-5 RL" OR "1x10-4 RL" OR "3x10-4 RL"
 +
*** target_type == "FULL & Ready"
 +
** Subtype: Coherent Beam
 +
*** radiator_type == NOT( "2x10-5 RL" OR "1x10-4 RL" OR "3x10-4 RL" OR "RETRACTED")  # diamond radiator names are various and stored in goniometer DB
 +
*** target_type == "FULL & Ready"
  
 
* Type: Cosmic run
 
* Type: Cosmic run

Revision as of 14:24, 12 February 2016

Goal: Classify and search for non-DAQ test runs

  • Type: Production Run
    • run_type == hd_all.tsg
    • daq_run == PHYSICS
    • beam_current > 2.
    • num_events > 10000
    • radiator type != RETRACTED
    • solenoid_current > 950.
    • Subtype: Empty Target
      • target_type == "EMPTY & Ready"
    • Subtype: Amorphous Radiator
      • radiator_type == "2x10-5 RL" OR "1x10-4 RL" OR "3x10-4 RL"
      • target_type == "FULL & Ready"
    • Subtype: Coherent Beam
      • radiator_type == NOT( "2x10-5 RL" OR "1x10-4 RL" OR "3x10-4 RL" OR "RETRACTED") # diamond radiator names are various and stored in goniometer DB
      • target_type == "FULL & Ready"
  • Type: Cosmic run
    • run_type == hd_all.tsg_cosmic
    • daq_run == COSMIC*
    • beam_current < 1.
    • Subtype: Magnet off
      • solenoid_current < 50.
    • Subtype: Magnet on
      • solenoid_current > 50.?
  • Other types?
    • PS-only?
    • LED Pulser only?