You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
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).
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.