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.
If you want to use this package without modification, you can install from pypi using pip.
pip install atlas-ftag-toolsTo additionally install the development dependencies (for formatting and linting) use
pip install atlas-ftag-tools[dev]Extensive examples are given in the Examples