Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 944 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 944 Bytes

AnalysisConfigs

Repository containing analysis configurations for PocketCoffea

Setup

The first step is installing the main PocketCoffea package in your python environment.

Please have a look at the Installation guide.

The configs package has been created to separate the core of the framework from all the necessary configuration files and customization code needed the different analyses. The configuration is structured as a python package to make easier the import of customization code into the framework configuration and also to make the sharing of analysis code easier.

Once you have a PocketCoffea local installation, you can install the configs package with:

pip install -e .

This will install the configs package in editable mode.

Analysis examples

  • Simple Z-> mumu invariant mass analysis here