Difference between revisions of "Software"

From GlueXWiki
Jump to: navigation, search
Line 4: Line 4:
  
 
'''Raw and reconstructed data – halld_recon'''
 
'''Raw and reconstructed data – halld_recon'''
* <span style="color:red; font-size:2em">&#9679;</span> Raw data is saved in the [https://www.jlab.org/evio EVIO] file format and processed using programs in halld_recon. (Mark) {{Progress bar|5}}
+
* <span style="color:red; font-size:2em">&#9679;</span> Raw data is saved in the [https://www.jlab.org/evio EVIO] file format and processed using programs in halld_recon. (Mark)
 
* There are three main databases:
 
* There are three main databases:
 
** <span style="color:green; font-size:2em">&#9679;</span> Run conditions (e.g. beam current, radiator) are stored in [https://github.com/JeffersonLab/rcdb/wiki RCDB] ([https://halldweb.jlab.org/rcdb/runs/ web interface]) (Naomi)
 
** <span style="color:green; font-size:2em">&#9679;</span> Run conditions (e.g. beam current, radiator) are stored in [https://github.com/JeffersonLab/rcdb/wiki RCDB] ([https://halldweb.jlab.org/rcdb/runs/ web interface]) (Naomi)

Revision as of 09:52, 31 January 2022

This page provides a very brief overview of the GlueX-specific software used between recording data and publishing results. In time, it should become populated with links to more detailed documentation.


Raw and reconstructed data – halld_recon

  • Raw data is saved in the EVIO file format and processed using programs in halld_recon. (Mark)
  • There are three main databases:
    • Run conditions (e.g. beam current, radiator) are stored in RCDB (web interface) (Naomi)
    • Calibrations and other parameters used in reconstruction/analysis are stored in CCDB (web interface). (Naomi & Sean)
    • 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)
  • hd_root is used to analyse EVIO and REST data with plugins for monitoring, Calibrations, and event reconstruction (Sean [calibrations] - & Mark)
  • REST files are an HDDM format which stores reconstructed physics objects (no detector hit information) (Richard)


Simulated data - halld_sim

  • Simulated data are in HDDM format. (Richard)
  • Event generators generate simulated physics data (particle, momentum, track angle) (Simon & Malte)
  • hdgeant4 models the measurements (detector hits) produced by those tracks (Richard)
  • mcsmear models the detector resolution which makes the measurements less exact. (Richard)
  • MCWrapper runs the above on demand. (Sean)


Reaction channel analysis

  • ReactionFilter plugin is used to find the events corresponding to a particular reaction to make Analysis Trees. The basic ideas and steps are outlined here(Beni)
  • Requests for analysis trees are collected via a webpage, and launched bundled together on the JLab farm. Lists for already existing trees are kept here. (Alex A)


Analysis Tree analysis

  • DSelectors are used to analyze "Analysis Trees" (see reaction filter above) to generate histograms of invariant mass etc. and generate highly reduced output trees for further analysis. Analyze an Analysis Tree(Beni)
  • FSRoot is an alternative to DSelectors that uses flat trees. (Ryan)
  • AmpTools (GitHub, User Guide) is used for partial wave analysis. GlueX specifics are documented here (PRIVATE) (Malte)