Expand description
Methods for loading and manipulating Event-based data.
Structs§
- Binned
Dataset - A list of
Datasets formed by binningEvents by someVariable. - Dataset
- A collection of
Events. - Event
- A single event in a
Datasetcontaining all the relevant particle information.
Functions§
- open
- Open a Parquet file and read the data into a
Dataset. - open_
boosted_ to_ rest_ frame_ of - Open a Parquet file and read the data into a
Dataset. This method boosts each event to the rest frame of the four-momenta at the given indices. - test_
dataset - An dataset that can be used to test the implementation of an
Amplitude. This particular dataset contains a singularEventgenerated fromtest_event. - test_
event - An event that can be used to test the implementation of an
Amplitude. This particular event contains the reaction $\gamma p \to K_S^0 K_S^0 p$ with a polarized photon beam.