Difference between revisions of "HallD Databases"

From GlueXWiki
Jump to: navigation, search
(Magnetic field maps)
(TTAB)
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
=== RCDB ===
 
=== RCDB ===
 
<span style="color:orange; font-size:2em">&#9679;</span>  
 
<span style="color:orange; font-size:2em">&#9679;</span>  
Run conditions (e.g. beam current, radiator) are stored in '''Run Conditions Data Base (RCDB)'''. This sofware package is documented in [https://github.com/JeffersonLab/rcdb/wiki '''''RCDB on github''''']. Its implementation in GlueX can be accessed through a [https://halldweb.jlab.org/rcdb/runs/ '''''web interface'''''] with more documentations therein. (Naomi)
+
Run conditions (e.g. beam current, radiator) are stored in '''Run Conditions Data Base (RCDB)'''. This sofware package is documented in [https://github.com/JeffersonLab/rcdb/wiki '''''RCDB on github''''']. Its implementation in GlueX can be accessed through a [https://halldweb.jlab.org/rcdb/runs/ '''''web interface'''''] with more documentation therein. (Naomi)
  
 
=== CCDB ===
 
=== CCDB ===
 
<span style="color:orange; font-size:2em">&#9679;</span>  
 
<span style="color:orange; font-size:2em">&#9679;</span>  
Calibrations and other parameters used in reconstruction/analysis are stored in '''Calibration Constants Data Base (CCDB)''' documented in [https://github.com/JeffersonLab/ccdb/wiki/ '''''CCDB on github''''']. The application for GlueX can be accessed though a [https://halldweb.jlab.org/cgi-bin/ccdb/objects '''''web interface''''']) that also provides links to more documentations. (Naomi & Sean)
+
Calibrations and other parameters used in reconstruction/analysis are stored in '''Calibration Constants Data Base (CCDB)''' documented in [https://github.com/JeffersonLab/ccdb/wiki/ '''''CCDB on github''''']. The application for GlueX can be accessed though a [https://halldweb.jlab.org/cgi-bin/ccdb/objects '''''web interface'''''] that also provides links to more documentation. (Naomi & Sean)
  
 
=== HOSS ===
 
=== HOSS ===
Line 18: Line 18:
 
=== TTAB ===  
 
=== TTAB ===  
 
<span style="color:orange; font-size:2em">&#9679;</span>  
 
<span style="color:orange; font-size:2em">&#9679;</span>  
The translation table TTAB is a database identifying the readout electronics used for each detector element. It has a [https://www.jlab.org/Hall-D/test/TranslationTable/index.php '''''visual browser'''''].
+
The translation table TTAB is a database identifying the readout electronics used for each detector element. It has a [https://www.jlab.org/Hall-D/test/TranslationTable/index.php '''''visual browser''''']. It can be downloaded in its XML form from [https://halldweb.jlab.org/cgi-bin/ccdb/versions?table=/Translation/DAQ2detector '''''the CCDB table DAQ2detector''''']
  
= Other archives, tables, etc =
+
= Other tables, archives, etc =
  
 
=== EPICS ===
 
=== EPICS ===
Line 31: Line 31:
  
 
=== Materials table ===
 
=== Materials table ===
<span style="color:red; font-size:2em">&#9679;</span>  
+
<span style="color:orange; font-size:2em">&#9679;</span>
 +
These are stored in the ccdb.  Plots of the average density, A, and Z of the material as a function of r and z can be obtained using [https://github.com/JeffersonLab/halld_recon/tree/master/src/programs/Utilities/material2root material2root]
  
 
=== Magnetic field maps ===
 
=== Magnetic field maps ===
 
<span style="color:orange; font-size:2em">&#9679;</span> These are stored in ccdb.  [https://github.com/JeffersonLab/halld_recon/tree/master/src/programs/Utilities/bfield2root bfield2root] can be used to make a root tree of the magnetic field at locations in and around the detector volume.
 
<span style="color:orange; font-size:2em">&#9679;</span> These are stored in ccdb.  [https://github.com/JeffersonLab/halld_recon/tree/master/src/programs/Utilities/bfield2root bfield2root] can be used to make a root tree of the magnetic field at locations in and around the detector volume.

Latest revision as of 10:46, 5 July 2022

and other tables

Databases

RCDB

Run conditions (e.g. beam current, radiator) are stored in Run Conditions Data Base (RCDB). This sofware package is documented in RCDB on github. Its implementation in GlueX can be accessed through a web interface with more documentation therein. (Naomi)

CCDB

Calibrations and other parameters used in reconstruction/analysis are stored in Calibration Constants Data Base (CCDB) documented in CCDB on github. The application for GlueX can be accessed though a web interface that also provides links to more documentation. (Naomi & Sean)

HOSS

Hall-D Online Skim System records data for individual raw data files HOSS (e.g. number of events per file, number of each trigger type, ... n.b. only for 2020 and later Run Periods) (David)

TTAB

The translation table TTAB is a database identifying the readout electronics used for each detector element. It has a visual browser. It can be downloaded in its XML form from the CCDB table DAQ2detector

Other tables, archives, etc

EPICS

Experimental Physics and Industrial Control System (EPICS) is used to control the detector and record measurements from sensors in and around the detector.

EPICS data can be accessed from anywhere using the wave GUI and on the gluons using the tools myStats and myaViewer and the python API

Hall D Geometry

The Detector Geometry is needed for real data and MC data reconstruction. It is described in xml format and can be translated into other formats.

Materials table

These are stored in the ccdb. Plots of the average density, A, and Z of the material as a function of r and z can be obtained using material2root

Magnetic field maps

These are stored in ccdb. bfield2root can be used to make a root tree of the magnetic field at locations in and around the detector volume.