Skip to main content

ATLAS Flavour Tagging Tools

Project description

Code style: black PyPI version codecov

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.

Installation

To install the package you can install from pip using the release on pypi via

pip install atlas-ftag-tools

or you can clone the repository and install in editable mode with

python -m pip install -e .

To install optional development dependencies (for formatting and linting) you can instead install with either from pip

pip install atlas-ftag-tools[dev]

or from source

python -m pip install -e ".[dev]"

Create virtual file

This package contains a script to easily merge a set of H5 files. A virtual file is a fast and lightweight way to wrap a set of files. See the h5py documentation for more information on virtual datasets.

The script is vds.py and can be run after installing this package with

vds <pattern> <output path>

The <pattern> argument should be a quotes enclosed glob pattern, for example "dsid/path/*.h5"

Calculate WPs

This package contains a script to calculate tagger working points (WPs). The script is working_points.py and can be run after installing this package with

wps \
    --ttbar "path/to/ttbar/*.h5" \
    --tagger GN120220509 \
    --fx 0.1

Both the --tagger and --fx options accept a list if you want to get the WPs for multiple taggers.

If you want to use the ttbar WPs get the efficiencies and rejections for the zprime sample, you can add --zprime "path/to/zprime/*.h5" to the command. Note that a default selection of $p_T > 250 ~GeV$ to jets in the zprime sample.

If instead of defining the working points for a series of signal efficiencies, you wish to calculate a WP corresponding to a specific background rejection, the --rejection option can be given along with the desired background.

By default the working points are printed to the terminal, but you can save the results to a YAML file with the --outfile option.

Use --help for more options and information.

Tests

To run the tests you can use the pytest or coverage command, for example

coverage run --source ftag -m pytest --show-capture=stdout

Running coverage report will display the test coverage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atlas-ftag-tools-0.1.2.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

atlas_ftag_tools-0.1.2-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file atlas-ftag-tools-0.1.2.tar.gz.

File metadata

  • Download URL: atlas-ftag-tools-0.1.2.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for atlas-ftag-tools-0.1.2.tar.gz
Algorithm Hash digest
SHA256 095dd1b044be1110a1678b174314bef45b9a897169769b50b5681cfd0a1b64b4
MD5 1f213ebbb8bf5746eea03cf68a1cde61
BLAKE2b-256 bffcd3125390a9cae4fd6e22a30b3cf1c5465bf84069821da00aa4588a6f28fd

See more details on using hashes here.

File details

Details for the file atlas_ftag_tools-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for atlas_ftag_tools-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c0a56f7acaea8e4a662558cc73d21e81119373d34d127e4653fa4371ea91849f
MD5 80dbd3ff08b0d9aaedb88df39ebddd36
BLAKE2b-256 b66cedb27465a6afa0d42cf6fd8c829827da6a66606933592bd10a4814fb025e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page