jana2

Multi-threaded HENP Event Reconstruction

https://github.com/jeffersonlab/jana2

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Multi-threaded HENP Event Reconstruction

Basic Info
Statistics
  • Stars: 8
  • Watchers: 10
  • Forks: 13
  • Open Issues: 48
  • Releases: 22
Created over 8 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

C/C++ CI ubuntu
C/C++ CI docker
C/C++ CI macos
C/C++ CI cuda-ifarm

DOI

Welcome to JANA!

JANA is a C++ framework for multi-threaded HENP (High Energy and Nuclear Physics) event reconstruction. Please see the JANA website for full documentation.

JANA2 is a complete rewrite retaining successful features from the original while modernizing the framework for a new generation of experiments. The code is under active development, but is ready for use as is. You are welcome to check it out and give feedback to help us improve it.

Just to whet your appetite a little, the code snippet below is the most common signature of JANA. A large fraction of end users won't really need to know much more than this.

```c++ auto tracks = jevent->Get();

for(auto t : tracks){ // ... do something with a track } ```

To quickly download, build, install, and test on your system:

bash git clone https://github.com/JeffersonLab/JANA2 cd JANA2 mkdir build cmake -S . -B build -DCMAKE_INSTALL_PREFIX=`pwd` cmake --build build --target install -j 8 bin/jana -Pplugins=JTest -Pjana:nevents=100

For a closer look, see our tutorial.

Owner

  • Name: Jefferson Lab
  • Login: JeffersonLab
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: JANA2 Multi-threaded HENP Event Reconstruction
message: >-
  If you use this software, please cite it using the
  DOI from the appropriate release.
type: software
authors:
  - family-names: Experimental Nuclear Physics Community
identifiers:
  - type: url
    value: 'https://github.com/JeffersonLab/JANA2'
    description: GitHub site
repository-code: 'https://github.com/JeffersonLab/JANA2'
url: 'https://jeffersonlab.github.io/JANA2/'
abstract: C++ framework for multi-threaded event reconstruction

GitHub Events

Total
  • Create event: 60
  • Release event: 4
  • Issues event: 46
  • Watch event: 1
  • Delete event: 54
  • Issue comment event: 54
  • Push event: 190
  • Pull request review event: 17
  • Pull request review comment event: 15
  • Pull request event: 112
  • Fork event: 3
Last Year
  • Create event: 60
  • Release event: 4
  • Issues event: 46
  • Watch event: 1
  • Delete event: 54
  • Issue comment event: 54
  • Push event: 190
  • Pull request review event: 17
  • Pull request review comment event: 15
  • Pull request event: 112
  • Fork event: 3

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 23
  • Total pull requests: 42
  • Average time to close issues: 4 months
  • Average time to close pull requests: 17 days
  • Total issue authors: 6
  • Total pull request authors: 4
  • Average comments per issue: 0.48
  • Average comments per pull request: 0.31
  • Merged pull requests: 32
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 22
  • Pull requests: 42
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 17 days
  • Issue authors: 6
  • Pull request authors: 4
  • Average comments per issue: 0.41
  • Average comments per pull request: 0.31
  • Merged pull requests: 32
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • nathanwbrei (27)
  • DraTeots (10)
  • wdconinc (6)
  • faustus123 (6)
  • veprbl (5)
  • RaiqaRasool (3)
  • nsjarvis (2)
  • ruse-traveler (1)
Pull Request Authors
  • nathanwbrei (96)
  • RaiqaRasool (14)
  • wdconinc (5)
  • DraTeots (5)
  • faustus123 (4)
  • veprbl (4)
Top Labels
Issue Labels
bug (1) enhancement (1)
Pull Request Labels
documentation (2)

Dependencies

.github/workflows/ccpp-docker.yml actions
  • faustus123/DockerAction-JANA2 v2.0.0 composite
.github/workflows/ccpp-epscimac.yml actions
  • actions/checkout v3 composite
.github/workflows/ccpp-linux.yml actions
  • actions/checkout v3 composite