Difference between revisions of "Target Conditions"

From GlueXWiki
Jump to: navigation, search
(Target Types)
(Target History)
Line 10: Line 10:
 
! Target Type Index || Target Position (in z, cm) || Date/Time || Recorded By
 
! Target Type Index || Target Position (in z, cm) || Date/Time || Recorded By
 
|-
 
|-
| 1 || 65 cm || 2014-10-10 (assumed default) || Sean Dobbs
+
| 0 || 65 cm || 2014-10-10 || Alexandre Deur
 
|}
 
|}
  

Revision as of 16:34, 13 October 2014

Target History

The purpose of this page is to record the history of the target conditions for the GlueX experiment. Every time that the target is changed or moved, the table below must be updated with four pieces of information

  • What target is installed. An integer corresponding to the target type table in Target Types must be used.
  • The z position in the GlueX coordinate system in units of cm.
  • The data and time that the target was modified
  • Who recorded this information
Target Type Index Target Position (in z, cm) Date/Time Recorded By
0 65 cm 2014-10-10 Alexandre Deur

Target Types

This table describes which target types correspond to which target index number. The canonical source of this information is the CCDB table /TARGET/target_type_list

Index Description
0 no target
1 30 cm LH2
2 2mm CH2
3 10 mm CH2
4 CH2 cup (2mm/7mm)
5 3.4 mm graphite
6 Al. cross
7 Al. cylinder w/ triangle hole
8
9
10

Updating the CCDB

The CCDB stores the target type and position for use in simulation and reconstruction software. A convenient script can be used to update the CCDB, which can be found at

/home/sdobbs/Calibrations/target/update_target_info.py

Users must be part of the "halld" user group to update the CCDB.

To update the target conditions in the CCDB, pass the target type and position (in cm), for example

update_target_info.py 2 68.

The current list of target types can be obtained using the -P option

update_target_info.py -P

The -h option will print some help on the command line.

Updating the mapping between target indices and types (/TARGET/target_type_list) should only be done in consultation with software experts (S. Dobbs and M. Ito).