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.11.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.
Source Distribution
Built Distribution
Hashes for uproot_methods-0.9.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26222b8e369011c92497f6010cdfbf39965781d8be5e09de7c3b899cb4515ae5 |
|
MD5 | b74b924f3c08968f655e2dedb7eacfab |
|
BLAKE2b-256 | b830adff74a02641901dfaad01e8ad66abcf43e94fc72661ef1ee4e55a5162b5 |