Difference between revisions of "RCDB Standard Searches"

From GlueXWiki
Jump to: navigation, search
Line 7: Line 7:
 
** num_events > 10000
 
** num_events > 10000
 
** radiator id !=5  #  NOT RETRACTED
 
** radiator id !=5  #  NOT RETRACTED
** solenoid_current > 50. (?)  # non-zero field?
+
** solenoid_current > 100. (?)   
 
** Subtype: Empty Target
 
** Subtype: Empty Target
 
*** target_type == "EMPTY & Ready"
 
*** target_type == "EMPTY & Ready"
Line 17: Line 17:
 
*** target_type == "FULL & Ready"
 
*** target_type == "FULL & Ready"
 
** Subtype: Field Off
 
** Subtype: Field Off
*** solenoid_current < 50.
+
*** solenoid_current < 100.
  
  
Line 31: Line 31:
 
** beam_current < 1.
 
** beam_current < 1.
 
** Subtype: Magnet off
 
** Subtype: Magnet off
*** solenoid_current < 50.
+
*** solenoid_current < 100.
 
** Subtype: Magnet on
 
** Subtype: Magnet on
*** solenoid_current > 50.?
+
*** solenoid_current > 100.
  
 
* Other types?
 
* Other types?

Revision as of 14:07, 13 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 id !=5 # NOT RETRACTED
    • solenoid_current > 100. (?)
    • 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"
    • Subtype: Field Off
      • solenoid_current < 100.


  • status flag
    • unchecked = -1
    • rejected = 0
    • approved = 1


  • Type: Cosmic run
    • run_type == hd_all.tsg_cosmic
    • daq_run == COSMIC*
    • beam_current < 1.
    • Subtype: Magnet off
      • solenoid_current < 100.
    • Subtype: Magnet on
      • solenoid_current > 100.
  • 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?