Crates.io | alpha-g-analysis |
lib.rs | alpha-g-analysis |
version | 0.5.9 |
source | src |
created_at | 2022-09-25 16:22:33.872506 |
updated_at | 2024-10-27 07:41:52.268644 |
description | Analysis binaries for the ALPHA-g experiment |
homepage | |
repository | https://github.com/ALPHA-g-Experiment/alpha-g |
max_upload_size | |
id | 673710 |
size | 74,328 |
Rust package with multiple binary crates.
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
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.