/DisplacedTaus

Repository for analysis using displaced tau leptons in CMS

Primary LanguageJupyter Notebook

Displaced Taus

Displaced Taus repository

Environment setup

# For all years:
$ cmsrel CMSSW_10_2_18
$ cd CMSSW_10_2_18/src
$ cmsenv
$ git cms-init

Cloning the repository

To contribute development, fork this repository on GitHub and then clone from your own fork:

git clone git@github.com:[you]/DisplacedTaus.git

Otherwise, just directly clone this repository:

git clone git@github.com:afrankenthal/DisplacedTaus.git

or via HTTPS if you don't have SSH keys set up:

git clone https://github.com/afrankenthal/DisplacedTaus.git

Follow the README files below depending on what you want to do.

Running ntuplizer to make flat trees from AODs

Check out the instructions in the README file inside skimmer/.

Contributing

To contribute code, create a Pull Request from your fork (either the master/main branch or a feature branch) to this repository. Don't forget to merge in or rebase (preferred) any upstream changes before making the PR.