Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Install

Andrey Popov edited this page Apr 9, 2019 · 4 revisions

This page documents installation of software. The procedure is not particularly elegant because the repository aggregates several independent pieces of code (and sparse check-out does not solve the problem).

First, clone the repository:

git clone git@github.com:andrey-popov/multijet-jec.git multijet-jec

Set up CMSSW installation in a different directory and add the PEC-tuples package as instructed here. Recommended version is indicated in CMSSW/README.md. Then link directory multijet-jec/CMSSW as $CMSSW_BASE/src/Analysis/Multijet and build CMSSW.

In CMSSW releases older than 10, SCRAM ignores the python subdirectory and does not add it to the search path for Python modules. A workaround is to manually link the python subdirectory as $CMSSW_BASE/python/Analysis/Multijet. See a discussion here.

Clone this wiki locally