Pythonic mix-ins for ROOT classes.
Project description
This package is typically used as a dependency for uproot, to define methods on the classes that are automatically generated from ROOT files. This includes histograms (TH*) and physics objects like TLorentzVectors. The reason it’s a separate library is so that we can add physics-specific functionality on a shorter timescale than we can update uproot itself, which is purely an I/O package.
Occasionally, this library is used without uproot, as a way to make arrays of TLorentzVectors.
Installation
Install uproot-methods like any other Python package:
pip install uproot-methods # maybe with sudo or --user, or in virtualenv
or install with conda:
conda config --add channels conda-forge # if you haven't added conda-forge already
conda install uproot-methods
Both installers automatically install the dependencies.
Dependencies:
- numpy (1.13.1+)
- awkward-array (0.8.0+)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size uproot_methods-0.4.6-py2.py3-none-any.whl (39.5 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size uproot-methods-0.4.6.tar.gz (23.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for uproot_methods-0.4.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba9ff443dbf5bd048f2516c3ac9b1b121d835388cd3407da7aa2ec10f820d414 |
|
MD5 | 2728851aaa60b092b4c42b3a2199814e |
|
BLAKE2-256 | 6ad04873b43a9b1a25edb3e04eb542f4002085b3e4d4297a038c50d7e55cf5e4 |