Skip to content
 
 

Repository files navigation

KrAFT

Korea CMS Analysis Framwork for Top quark physics

Installation

# Fresh install your workarea, baseline release is set to 5_3_20
cmsrel CMSSW_5_3_20
cd CMSSW_5_3_20/src
cmsenv
git-cms-addpkg PhysicsTools/PatAlgos
git-cms-addpkg EgammaAnalysis/ElectronTools
git-cms-addpkg TopQuarkAnalysis/Configuration
cd EgammaAnalysis/ElectronTools/data
cat download.url | xargs wget
cd -

# Install KrAFT
git clone https://github.com/cms-kr/KrAFT

# In case you already forked this project and you will put your contributions...
cd KrAFT
git remote add $USER git@github.com:$(git-config user.github)/KrAFT
git fetch $USER
git checkout

# Continue to build whole package
cd ..
scram setup lhapdffull # Necessary to speed up PDF weight calculation
scram b clean
scram b -j8

About

Korea CMS Analysis Framwork for Top quark physics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors