Difference between revisions of "Online Data Processing"

From GlueXWiki
Jump to: navigation, search
(Run Classification)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<!--
 
== Triggering ==
 
== Triggering ==
  
Line 12: Line 13:
 
== Calibrations ==
 
== Calibrations ==
  
Calibration plugins and scripts are automatically run on the data as it arrives. These scripts are responsible for fitting peaks, checking constants into the calibration database, and iterating as necessary.  
+
Calibration plugins and scripts are run on the data in the counting house as needed.
 
+
Talk to David: Make sure calibrations are integrated into scripts that are automatically run
+
  
 
== Run Information ==
 
== Run Information ==
Line 34: Line 33:
  
 
  https://halldsvn.jlab.org/repos/trunk/online/packages/monitoring/src/scripts/update_runinfodb.sh
 
  https://halldsvn.jlab.org/repos/trunk/online/packages/monitoring/src/scripts/update_runinfodb.sh
 
+
-->
 
== Run Classification ==
 
== Run Classification ==
  
 
* During run pre-start, shift takers must indicate what the run type is for the run that is about to start. This run type is stored in the RCDB so that it can be used to help analyze the data. Possible run types include:
 
* During run pre-start, shift takers must indicate what the run type is for the run that is about to start. This run type is stored in the RCDB so that it can be used to help analyze the data. Possible run types include:
  
 +
<pre>
 
Main drop-down menu:
 
Main drop-down menu:
 
- Blank (Invalid / Unknown) (-1)
 
- Blank (Invalid / Unknown) (-1)
 
- Production (0)
 
- Production (0)
- Test (sub-menu)
+
- Tests & Studies (sub-menu)
 
- Calibration (sub-menu)
 
- Calibration (sub-menu)
  
Test drop-down menu:
+
"Tests & Studies" drop-down menu:
 
- DAQ Test (1)
 
- DAQ Test (1)
 
- Trigger Test (2)
 
- Trigger Test (2)
 
- Detector Test (3)
 
- Detector Test (3)
- Other Test (4)
+
- Beam Studies (4)
 
+
- Noise Studies (5)
Calibration drop-down menu:
+
- Other Study/Test (100)
- Cosmic Run (5)
+
- Pulser Run (6)
+
- Pedestal Run (7)
+
- Alignment Run (8)
+
- LED Run (9)
+
- Other Calibration (10)
+
  
 +
"Calibration" drop-down menu:
 +
- Cosmic Run (101)
 +
- Pulser Run (102)
 +
- Pedestal Run (103)
 +
- Alignment Run (104)
 +
- LED Run (105)
 +
- Normalization Run (106)
 +
- Other Calibration (200)
 +
</pre>
 +
<!--
 
* Further classification is performed by analyzing the rates in the various detector systems. If the rates in any system are lower than some threshold, then  
 
* Further classification is performed by analyzing the rates in the various detector systems. If the rates in any system are lower than some threshold, then  
  
Line 71: Line 75:
 
   Bit 4: Flux Unknown
 
   Bit 4: Flux Unknown
 
   Bit 5: Polarization Unknown
 
   Bit 5: Polarization Unknown
 +
-->

Latest revision as of 13:11, 11 February 2015

Run Classification

  • During run pre-start, shift takers must indicate what the run type is for the run that is about to start. This run type is stored in the RCDB so that it can be used to help analyze the data. Possible run types include:
Main drop-down menu:
- Blank (Invalid / Unknown) (-1)
- Production (0)
- Tests & Studies (sub-menu)
- Calibration (sub-menu)

"Tests & Studies" drop-down menu:
- DAQ Test (1)
- Trigger Test (2)
- Detector Test (3)
- Beam Studies (4)
- Noise Studies (5)
- Other Study/Test (100)

"Calibration" drop-down menu:
- Cosmic Run (101)
- Pulser Run (102)
- Pedestal Run (103)
- Alignment Run (104)
- LED Run (105)
- Normalization Run (106)
- Other Calibration (200)