Skip to content
Anne-Laure Pequegnot edited this page Jun 23, 2015 · 12 revisions

PatTopProduction is a PAT configuration adapted for BSM searches with tops

Setup

This repository contains recipes adapted for various CMSSW releases. Please make sur you checkout the right branch corresponding to your CMSSW release

To setup PatTopProduction for a specific release, follow the setup instructions.

Instructions

Step 1 - Find the correct version for your CMSSW release

CMSSW Tag Instructions
CMSSW 5.3.18 53x_v1.2 dependencies - post-installation
CMSSW 7.3.5 73x_v1.0 dependencies - post-installation
CMSSW 7.4.4 patch 4 74x_v1.2 dependencies - post-installation

Step 2 - Setup dependencies

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

Step 3 - Install the PatTopProduction package

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

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

Step 3 - Post-installation instructions

Follow the post-installation instructions indicated in the link in the table corresponding to the version you want to install. If there's no such link, nothing needs to be done.

Step 5 - Build

In the src directory of the CMSSW package, run

scram b -j8