ThibautSchmitt / IPHCFlatTree

IPHC analysis framework based on FlatTree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPHCFlatTree

IPHC analysis framework based on FlatTree

Install

# Release to use (to be changed according to your need and CMSSW evolution)
RELEASE=7_3_0

# Setup release
cmsrel CMSSW_$RELEASE
cd CMSSW_X_Y_Z/src
cmsrel
git cms-init

# Clone this repo
git clone https://github.com/IPHC/IPHCFlatTree.git

# Add the dependencies
git cms-addpkg EgammaAnalysis/ElectronTool
cd EgammaAnalysis/ElectronTool/data
for FILE in `cat download.url`; do wget $FILE; done;
cd ../../..

About

IPHC analysis framework based on FlatTree


Languages

Language:C++ 97.3%Language:Python 2.1%Language:Shell 0.6%Language:C 0.1%