This repository is to perform the long-lives stau searches at DESY CMS.
- Clone package from the github without loading any additional environment (like CMSSW):
Update git to >=2.13 if possible, for
> git clone -o DESY-CMS-SUSY-TAU -b master --recurse-submodules [email protected]:DESY-CMS-SUSY-TAU/LLStaus_Run2.git > cd LLStaus_Run2 > git submodule update --init --recursive # Update the submodules
--recurse-submodules
to work.
Otherwise, use--recursive
instead of--recurse-submodules
with 1.9<=git<=2.12.
Note that this is needed to clone the submodules (such aspepper
). - Go to the directory and setup appropriate environment with setup.sh script:
where supported
> source setup.sh ENVIRONMENT
ENVIRONMENT
are:NanoAOD_UL2018
: step for production of the customized NanoAOD tuples.conda
: anaconda environment - used for all the analysis except the production of NanoAOD.
See documentation here
See documentation here