Skip to content
Snippets Groups Projects
README.md 1.08 KiB
Newer Older
Dan Guest's avatar
Dan Guest committed
[![training-dataset-dumper docs](https://img.shields.io/badge/info-documentation-informational)][tddd]

Mason Proffitt's avatar
Mason Proffitt committed
Flavor Tagging Ntuple Dumper
============================
This is to dump b-tagging info from an AnalysisBase release.
Dan Guest's avatar
Dan Guest committed
The [training-dataset-dumper documentation][tddd] is hosted via mkdocs. In case of issues with the hosting, or to access older documentation, see the `docs/` directory in this package.

Quickstart
----------

Dan Guest's avatar
Dan Guest committed
If you want to get the code up and running fast [without reading][s] the documentation:
git clone ssh://git@gitlab.cern.ch:7999/atlas-flavor-tagging-tools/training-dataset-dumper.git
Lorenzo Santi's avatar
Lorenzo Santi committed
source training-dataset-dumper/setup/athanalysis.sh
source training-dataset-dumper/setup/build.sh
Manuel Guth's avatar
Manuel Guth committed
```

Dan Guest's avatar
Dan Guest committed
Run a test in `/tmp/` to see if everything worked:
Dan Guest's avatar
Dan Guest committed

```bash
Dan Guest's avatar
Dan Guest committed
test-dumper pflow
Dan Guest's avatar
Dan Guest committed
The first few lines printed to the terminal will tell you what code ran, and where. See the options in `test-dumper -h`. You can inspect the output files with
Dan Guest's avatar
Dan Guest committed

Dan Guest's avatar
Dan Guest committed
```bash
h5ls output.h5
```
Dan Guest's avatar
Dan Guest committed

Dan Guest's avatar
Dan Guest committed
[tddd]: https://training-dataset-dumper.docs.cern.ch/
[s]: https://www.youtube.com/watch?v=wooGSr7k1-s
Dan Guest's avatar
Dan Guest committed