F.A.S.T. package for summarizing ROOT TTrees
Project description
fast-carpenter
Turns your trees into tables (ie. reads ROOT TTrees, writes summary Pandas DataFrames)
fast-carpenter can:
- Be controlled using YAML-based config files
- Define new variables
- Cut out events or define phase-space "regions"
- Produce histograms stored as CSV files using multiple weighting schemes
- Make use of user-defined stages to manipulate the data
Powered by:
- AlphaTwirl (presently): to run the dataset splitting
- Atuproot: to adapt AlphaTwirl to use uproot
- uproot: to load ROOT Trees into memory as numpy arrays
- fast-flow: to manage the processing config files
- fast-curator: to orchestrate the lists of datasets to be processed
- coffee: to help the developer(s) write code
Installation
Can be installed from pypi:
pip install --user fast-carpenter
or if you want to be able to edit code in this repo:
pip install --user -e git+https://gitlab.cern.ch/fast-hep/public/fast-carpenter.git#egg=fast_carpenter --src .
Note that to use this repository and the main fast_carpenter
command, you normally shouldn't need to be able to edit this codebase;
in most instances the full analysis should be describable with just a config file, and in some cases custom, analysis-specific stages to create more tricky variables for example.
Also note that if you install this with pip, the main executable, fast_carpenter
, will only be available everywhere if include the directory ~/.local/bin
in your PATH
variable.
Documentation
Basic usage:
- Build a description of the datasets you wish to process using the
fast_curator
command from the fast-curator package. - Write a description of what you want to do with your data (see documentation below).
- Run things:
fast_carpenter datasets.yaml processing.yaml
You can use the built-in help as well for more info:
fast_carpenter --help
The processing config file
... is on its way...
Example analysis
...is also on its way...
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
File details
Details for the file fast-carpenter-0.1.0.tar.gz
.
File metadata
- Download URL: fast-carpenter-0.1.0.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be433405192179682bc3699fc315df1595a683b588e12da1c2939321121a87bb |
|
MD5 | 3640f37b43809b933164ce1e014729ee |
|
BLAKE2b-256 | 600dabbf44de34d89704419dde0fb5933e45081e69b22f8ae892323cdac28931 |
File details
Details for the file fast_carpenter-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: fast_carpenter-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cca7f6779e081cc092d5910422af7a4090f155943d5fc740bf020206c31d03e |
|
MD5 | 51830b4b0e3864dae0135c818129237f |
|
BLAKE2b-256 | d4c66086debbd190737105363c3c5354cdfb3c83653082f06a1e3d0528b6ef32 |