Displaced Taus repository
# For all years:
$ cmsrel CMSSW_10_2_18
$ cd CMSSW_10_2_18/src
$ cmsenv
$ git cms-init
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.
Check out the instructions in the README file inside skimmer/.
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.