Releases: rappoccio/usercode
Theta'ing
Updated iheartny_topxs_fwlite.py
Forgot to commit this earlier. Here I added the generator-level top quark pt.
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.
Adding RooUnfold to the "iheartny" script
I have now added a response matrix (run optionally, off by default) to the "iheartny_topxs_fwlite.py" script. This is run as :
First time :
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
Subsequent times :
python iheartny_topxs_fwlite.py --files=TT_CT10_TuneZ2star_8TeV-powheg-tauola_TLBSM_53x_v3_all_wbquarks/res/*.root --makeResponse
New script : iheartny_topxs_fwlite.py
Adding the script "iheartny_topxs_fwlite.py" which will hopefully run correctly on the new ntuples.