Difference between revisions of "GlueX Offline Software"

From GlueXWiki
Jump to: navigation, search
(update the news)
(33 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
|
 
|
 
'''News:'''
 
'''News:'''
 
+
* July 19, 2022: [[GlueX_Software_Meeting,_July_18,_2022#Minutes|Minutes of the July 18th Software Meeting]] are available
* August 25, 2021: [https://mailman.jlab.org/pipermail/halld-offline/2021-August/008620.html New required packages: python3-devel and boost-python36-devel]
+
* July 12, 2022: [https://halldweb.jlab.org/halld_versions/version_5.8.0.xml New version set: 5.8.0].
* August 24, 2021: [[HDGeant4 Meeting, August 24, 2021#Minutes|Minutes of the august 24th HDGeant4 Meeting]] are available.
+
* June 7, 2022: [[GlueX_Software_Meeting,_June_6,_2022#Minutes|Minutes of the June 6th Software Meeting]] are available
* August 23, 2021: [https://mailman.jlab.org/pipermail/halld-offline/2021-August/008616.html New version set (4.45.0) with new versions of Diracxx (2.0.0) and HDGeant4 (2.28.0)]
+
* May 23, 2022" [https://halldweb.jlab.org/wiki/index.php/GlueX_Tutorial_2022 GlueX Software and Analysis Tutorial 2022]
* August 21, 2021: [[GlueX_Software_Meeting,_August_17,_2021#Minutes|Minutes of the August 17th Software Meeting]] are available.
+
* May 19, 2022: [https://mailman.jlab.org/pipermail/halld-offline/2022-May/008816.html New version set: 5.7.1].
* August 19, 2021: [https://mailman.jlab.org/pipermail/halld-offline/2021-August/008613.html /work/halld is back, /work/halld3 did not move]
+
 
* [[Offline Software News Archive|Previous news items...]]
 
* [[Offline Software News Archive|Previous news items...]]
 
|
 
|
Line 53: Line 52:
  
 
Documentation for software packages specific to GlueX or to JLab.
 
Documentation for software packages specific to GlueX or to JLab.
 +
* Best practices in writing code for the HallD/GlueX software environment check out this link of [[Coding Conventions| '''''HallD/GlueX Coding Conventions''''']]
 +
* A convenient way to enhance the impact of comments inside the code is to use [https://halldweb.jlab.org/talks/2021/usedoxy.pdf '''''Doxygen''''']. The hooks and infrastructures are already implemented for the packages ''halld_recon'' and ''halld_sim''.
 +
*[[Documentation Initiative]]
  
 
====Software Packages====
 
====Software Packages====
  
* [http://amptools.sourceforge.net/index.php/Main_Page AmpTools]: Amplitude analysis package (aka partial wave analysis)
+
* [https://github.com/mashephe/AmpTools AmpTools]: Amplitude analysis package (aka partial wave analysis)
 
* [[Calibration Database|CCDB]]: Calibration Database
 
* [[Calibration Database|CCDB]]: Calibration Database
 
** [[Policy on CCDB Variations for Reconstructing Simulated Data]]
 
** [[Policy on CCDB Variations for Reconstructing Simulated Data]]
Line 75: Line 77:
 
**[https://halldweb.jlab.org/gluex_sim/Dashboard.html '''Active Sample Dashboard''']
 
**[https://halldweb.jlab.org/gluex_sim/Dashboard.html '''Active Sample Dashboard''']
 
**[https://halldweb.jlab.org/gluex_sim/SubmitSim.html '''MC Submission Form''']
 
**[https://halldweb.jlab.org/gluex_sim/SubmitSim.html '''MC Submission Form''']
* [https://pypwa.jlab.org/index.html PyPWA]
+
* [https://pypwa.jlab.org/index.html PyPWA:] [https://pypwa.readthedocs.io/ Python-based Partial Wave Analysis Toolkit]
 
* [https://github.com/JeffersonLab/rcdb/wiki RCDB]: Run Conditions Database
 
* [https://github.com/JeffersonLab/rcdb/wiki RCDB]: Run Conditions Database
 
** [https://halldweb.jlab.org/rcdb/ Web Interface]
 
** [https://halldweb.jlab.org/rcdb/ Web Interface]
Line 155: Line 157:
 
** [https://scicomp.jlab.org/scicomp/#/disk/work Work]
 
** [https://scicomp.jlab.org/scicomp/#/disk/work Work]
 
*** [https://halldweb.jlab.org/disk_management/work_report.html /work/halld leader board]
 
*** [https://halldweb.jlab.org/disk_management/work_report.html /work/halld leader board]
*** [https://halldweb.jlab.org/disk_management/work3_report.html /work/halld3 leader board]
 
 
* [[GlueX-related shared accounts on the JLab CUE]]
 
* [[GlueX-related shared accounts on the JLab CUE]]
 
* [[Hall D MySQL/MariaDB Servers and Replication Relationship]]: a list of database servers
 
* [[Hall D MySQL/MariaDB Servers and Replication Relationship]]: a list of database servers
Line 205: Line 206:
 
* [https://data.jlab.org/drupal/?q=system/files/Offline%20Plan%20FY10.pdf JLab Offline Computing Plan, FY2010]
 
* [https://data.jlab.org/drupal/?q=system/files/Offline%20Plan%20FY10.pdf JLab Offline Computing Plan, FY2010]
 
* [[Role of the Software Coordinator]]
 
* [[Role of the Software Coordinator]]
 +
 +
=== Containers ===
 +
 +
* [[GlueX and Containers]]: an overview of the use of containers in GlueX
  
 
==Meetings and Reviews==
 
==Meetings and Reviews==

Revision as of 10:53, 20 July 2022

News:

Quick Links:

The legacy version of this page is here.

General Information

Build Scripts: A Version Management System for GlueX describes a standard directory structure for GlueX software, how to create complete or partial builds, and how to specify versions of individual packages, both for building and for use. It is also available as GlueX Note 2793.

See below for other helpful links.

Shell Environment Set-Up

Building GlueX Software

GlueX and Containers

Software Documentation

Packages used in the GlueX software stack with links to package-specific documentation.

GlueX Software

Documentation for software packages specific to GlueX or to JLab.

  • Best practices in writing code for the HallD/GlueX software environment check out this link of HallD/GlueX Coding Conventions
  • A convenient way to enhance the impact of comments inside the code is to use Doxygen. The hooks and infrastructures are already implemented for the packages halld_recon and halld_sim.
  • Documentation Initiative

Software Packages

Special Topics

  1. Material on Splitoffs

Documentation for External Software Packages

Documentation on additional software packages used by GlueX. Development and maintenance of these are not directly related to GlueX.

Data Sets

Offline Data Monitoring

Computing Facilities

JLab

Grid

Off-Site Computing Resources

Software Management

Source Code Management

Testing and Debugging

Governance, Conventions, Standard Practices

Containers

Meetings and Reviews

Communication and Help

FAQ

Legacy Links