16 releases
new 0.5.9 | Oct 27, 2024 |
---|---|
0.5.7 | Aug 23, 2024 |
0.5.4 | Mar 26, 2024 |
0.2.0 | Feb 8, 2023 |
0.1.1 | Nov 13, 2022 |
#366 in Science
174 downloads per month
5.5MB
12K
SLoC
ALPHA-g-Analysis
Rust package with multiple binary crates.
Getting Started
The core analysis programs should work out of the box on any platform. If you are still having trouble getting a program to run after following the instructions below, please open an issue.
To facilitate installation, we provide pre-built binaries for some platforms.
For example, to get the latest version of the alpha-g-analysis
package on
lxplus
, run:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ALPHA-g-Experiment/alpha-g/releases/latest/download/alpha-g-analysis-installer.sh | sh
For instructions on installing from different platforms and/or specific versions of the package, see our releases page.
Alternatively, you can build from source (requires
cargo
):
cargo install --locked alpha-g-analysis
After installation, you can verify it by running:
alpha-g-vertices --version
alpha-g-vertices --help
Binaries
alpha-g-chronobox-timestamps
: Extract the Chronobox timestamps for a single run.alpha-g-odb
: Get an ODB dump from a MIDAS file.alpha-g-sequencer
: Extract the sequencer data for a single run.alpha-g-trg-scalers
: Extract the TRG scalers for a single run.alpha-g-vertices
: Reconstruct the annihilation vertices for a single run.
Dependencies
~17–26MB
~406K SLoC