Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.26 KB

iDMAnalysis

iDM Analysis repository (includes skimmer, analysis, and limits computation)

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 [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.

Running ntuplizer to make flat trees from AODs

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

Running the analysis on top of flat ntuples

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

Running limits computations

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

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.