Repository containing analysis configurations for PocketCoffea
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.
- Simple Z-> mumu invariant mass analysis here