ATLAS FTAG Python Tools#
This is a collection of Python tools for working with files produced with the FTAG ntuple dumper. The code is intended to be used a library for other projects. Please see the example notebook for usage.
Quickstart#
Installation#
If you want to use this package without modification, you can install from pypi using pip
.
pip install atlas-ftag-tools
To additionally install the development dependencies (for formatting and linting) use
pip install atlas-ftag-tools[dev]
Usage#
Extensive examples are given in the Examples