Moved iheartny scripts to their own area
I have now moved "iheartny_topxs_fwlite.py" and relevant material to its own package, "Analysis/IHeartNY".
To use it :
mkdir Analysis
cd Analysis
git init
git config core.sparsecheckout true
git status
git remote add Analysis https://github.com/rappoccio/usercode.git
echo "EDSHyFT" >> .git/info/sparse-checkout
echo "PdfWeights" >> .git/info/sparse-checkout
echo "SHyFT" >> .git/info/sparse-checkout
echo "SHyFTScripts" >> .git/info/sparse-checkout
echo "JetAnalysis" >> .git/info/sparse-checkout
echo "BoostedTopAnalysis" >> .git/info/sparse-checkout
echo "IHeartNY" >> .git/info/sparse-checkout
git pull Analysis V30-00-00
cd ..
scram setup lhapdffull
scram b -j 4
cd Analysis/IHeartNY/test/
wget http://hepunx.rl.ac.uk/~adye/software/unfold/RooUnfold-1.1.1.tar.gz
tar -zxvf RooUnfold-1.1.1.tar.gz
cd RooUnfold-1.1.1
make
cd ..
python iheartny_topxs_fwlite.py --files=TT_CT10_TuneZ2star_8TeV-powheg-tauola_TLBSM_53x_v3_all_wbquarks/res/*.root --makeResponse
Without Roounfold :
python iheartny_topxs_fwlite.py --files=TT_CT10_TuneZ2star_8TeV-powheg-tauola_TLBSM_53x_v3_all_wbquarks/res/*.root
You have to change the "files" to be the files you want to run over.