alpha_g_physics 0.1.5

Data analysis library for the ALPHA-g experiment
Documentation
1
2
3
4
5
6
7
8
9
10
11
# ALPHA_g_Physics

[![Test Status](https://github.com/ALPHA-g-Experiment/alpha-g/actions/workflows/rust.yml/badge.svg)](https://github.com/ALPHA-g-Experiment/alpha-g/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/alpha_g_physics?labelColor=383f47)](https://crates.io/crates/alpha_g_physics)

A Rust library to reconstruct the annihilation events observed by the ALPHA-g
experiment detectors.

Reconstructing and analyzing the events in a data file is simple; a set of
examples with common operations can be found
[here](https://github.com/ALPHA-g-Experiment/alpha-g/tree/main/physics/examples).