Skip to content

Repository containing analysis configurations for PocketCoffea

Notifications You must be signed in to change notification settings

felixzinn/AnalysisConfigs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository containing analysis configurations for PocketCoffea

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.3%
  • Python 6.7%