-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Sébastien Brochet edited this page Mar 20, 2015
·
10 revisions
CMSSW | Tag | PatExtractor tag | Instructions |
---|---|---|---|
CMSSW 5.3.18 | 53x_v1.4 |
53x_v1.4 or more recent |
dependencies post-installation |
CMSSW 7.3.5 or more recent | 73x_v1.0 |
73x_v1.0 or more recent |
dependencies post-installation |
You need to install the PatExtractor package before MttExtractorAnalysis. You can find all the necessary informations here: https://github.com/IPNL-CMS/PatExtractor/wiki. The tag you should install is indicated on the table above.
Follow the dependencies instructions indicated in the link in the table corresponding to the version you want to install. If there's no link, it means nothing needs to be done.
Follow the post-installation instructions indicated in the link in the table corresponding to the version you want to install. If there's no link, it means nothing needs to be done.
Be sure to be in the src
directory of the CMSSW release.
cd Extractors
git clone https://github.com/IPNL-CMS/MttExtractorAnalysis.git
cd MttExtractorAnalysis
# Find the tag name in the table above
git checkout <tag>
cd ..
In the src
directory of the CMSSW package, run
scram b -j8