Skip to main content

A Quick Histogram drawer for `ROOT::TTree` for smoother HEP analysis!

Project description

https://img.shields.io/pypi/v/qhist.svg https://gitlab.com/ckhurewa/qhist/badges/master/pipeline.svg https://gitlab.com/ckhurewa/qhist/badges/master/coverage.svg https://img.shields.io/badge/License-GPL%20v3-blue.svg Documentation Status https://img.shields.io/pypi/pyversions/qhist.svg

QHist – A Quick Histogram drawer for ROOT::TTree for smoother HEP analysis!

Examples:

  • Simple draw from tree and parameter (branch name):

    h1 = QHist()
    h1.trees = t1
    h1.params = 'M'
    h1.draw()
    https://gitlab.com/ckhurewa/qhist/raw/master/docs/figs/1.png
  • Overlaid comparison between branches, compact syntax:

    QHist(trees=t1, params=['mu_PT/1e3','pi_PT/1e3'], xlabel='PT [GeV]', xmax=60).draw()
    https://gitlab.com/ckhurewa/qhist/raw/master/docs/figs/2.png
  • Compare between trees, with filtering, and reusable via templating:

    H = QHist(trees=[t1, t2, t3], filters=['mu_PT>20e3'])
    H(params='APT'  , xmin=0  , xlabel='PT-asymmetry').draw()
    H(params='M/1e3', xmax=120, xlabel='Mass [GeV]').draw()
    https://gitlab.com/ckhurewa/qhist/raw/master/docs/figs/3a.png https://gitlab.com/ckhurewa/qhist/raw/master/docs/figs/3b.png

Read more on https://qhist.readthedocs.io

Installation & dependencies

It’s available from pip install qhist. The package requires an existing installation of PyROOT.

Disclaimer

This packacge was written and used during my PhD in 2013-2017 at EPFL (Lausanne) and LHCb collaboration (CERN), for the work in Z->tau tau cross-section measurement and H->mu tau searches at LHCb (8TeV). I hope it can be of a good use for future analysis…

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

QHist-0.1.1.dev4.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

QHist-0.1.1.dev4-py2.py3-none-any.whl (66.4 kB view hashes)

Uploaded Python 2 Python 3

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