Difference between revisions of "RCDB Standard Searches"

From GlueXWiki
Jump to: navigation, search
Line 7: Line 7:
 
** num_events > 10000
 
** num_events > 10000
 
** radiator type != RETRACTED
 
** radiator type != RETRACTED
** solenoid_current > 950.
+
** solenoid_current > 50. (?)  # non-zero field?
 
** Subtype: Empty Target
 
** Subtype: Empty Target
 
*** target_type == "EMPTY & Ready"
 
*** target_type == "EMPTY & Ready"
 
** Subtype: Amorphous Radiator
 
** Subtype: Amorphous Radiator
*** radiator_type == "2x10-5 RL" OR "1x10-4 RL" OR "3x10-4 RL"
+
*** radiator_id = 0
 
*** target_type == "FULL & Ready"
 
*** target_type == "FULL & Ready"
 
** Subtype: Coherent Beam
 
** 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
+
*** radiator_id != 5 AND radiator_id != 0.
 
*** target_type == "FULL & Ready"
 
*** target_type == "FULL & Ready"
  
Line 27: Line 27:
  
 
* Other types?
 
* Other types?
** PS-only?
+
** Normalization run (super-low-current, tagger trigger, TAC in, definitions need input from Somov)
 +
** PS-only? (needs input from Somov)
 
** LED Pulser only?
 
** LED Pulser only?

Revision as of 23:20, 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 > 50. (?) # non-zero field?
    • Subtype: Empty Target
      • target_type == "EMPTY & Ready"
    • Subtype: Amorphous Radiator
      • radiator_id = 0
      • target_type == "FULL & Ready"
    • Subtype: Coherent Beam
      • radiator_id != 5 AND radiator_id != 0.
      • 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?
    • Normalization run (super-low-current, tagger trigger, TAC in, definitions need input from Somov)
    • PS-only? (needs input from Somov)
    • LED Pulser only?