Skip to content
Sébastien Brochet edited this page Mar 20, 2015 · 10 revisions

Instructions

Step 1 - Find the correct version for your CMSSW release

CMSSW Tag PatTopProduction tag Instructions
CMSSW 5.3.18 or more recent 53x_v1.4 53x_v1.1 or more recent dependencies
CMSSW 7.3.5 or more recent 73x_v1.0 73x_v1.0 or more recent dependencies

Step 2 - Setup dependencies

If you already have installed PatTopProduction, you should already have most of the dependencies. Check before installing!

Follow the dependencies instructions indicated in the link in the table corresponding to the version you want to install

Step 3 - Install the PatExtractor package

Be sure to be in the src directory of the CMSSW release.

mkdir Extractors
cd Extractors
git clone https://github.com/IPNL-CMS/PatExtractor.git
cd PatExtracor
# Find the tag name in the table above
git checkout <tag>
cd ..

Step 4 - Build

In the src directory of the CMSSW package, run

scram b -j8