Giter Site home page Giter Site logo

loeschet / coffea Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chreissel/coffea

0.0 0.0 0.0 9.7 MB

Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis.

License: BSD 3-Clause "New" or "Revised" License

Jupyter Notebook 83.12% Python 16.68% Dockerfile 0.20%

coffea's Introduction

coffea

image

image

image

image

image

image

Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis.

coffea is currently organized into several sub-modules with specific purposes.

  1. analysis_objects - This package contains definitions of physics objects casted in the language of JaggedArrays
  2. arrays - Another take on making analysis objects with directly decorated LorentzVector objects instead of wrapped LorentzVectors.
  3. hist - A well-featured histogramming and plotting sub-package.
  4. jetmet_tools - CMS-specific tools for correcting Jets and Missing Energy
  5. lookup_tools - This package manages importing corrections and scale factors, and provides a unified interface for evaluating those corrections on physics objects.
  6. lumi tools - A CMS-specific package for parsing luminosity database files to derive integrated luminosity and good run lists.
  7. processor - An interface for defining and running analyses in a portable way across a variety of scale-out mechanisms.
  8. striped - This package defines transformations from the raw striped database into JaggedArrays and JaggedCandidateArrays, but is somewhat deprecated.

For further information please see the complete package index in our documentation.

Installation

Install coffea like any other Python package:

pip install coffea

or similar (use sudo, --user, virtualenv, or pip-in-conda if you wish).

Strict dependencies:

The following are installed automatically when you install uproot with pip:

  • numpy (1.15+)
  • awkward-array to manipulate data from non-flat TTrees, such as jagged arrays (part of Scikit-HEP)
  • uproot-methods to allow expressions of things as lorentz vectors
  • numba just-in-time compilation of python functions
  • scipy for statistical functions
  • matplitlib as a plotting backend
  • uproot for interacting with ROOT files
  • tqdm

Tutorial

This library is installed by people doing collider HEP analysis in the FNAL CMS group (so far).

Reference documentation

Please read our documentation at: https://coffeateam.github.io/coffea/

coffea's People

Contributors

aminnj avatar areinsvo avatar jpata avatar lgray avatar nsmith- avatar reikdas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.