iDM Analysis repository (includes skimmer, analysis, and limits computation)
# 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 [email protected]:[you]/iDMAnalysis.git
Otherwise, just directly clone this repository:
git clone [email protected]:afrankenthal/iDMAnalysis.git
or via HTTPS if you don't have SSH keys set up:
git clone https://github.com/afrankenthal/iDMAnalysis.git
Follow the README files below depending on what you want to do.
Check out the instructions in the README file inside skimmer/.
Check out the instructions in the README file inside analysis/.
Check out the instructions in the README file inside limits/.
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.