Skip to content

Releases: rappoccio/usercode

Theta'ing

30 Jan 18:08
Compare
Choose a tag to compare

Here is the first attempt at using theta to perform the vertex mass fit. The "stitching" script is now complete, and I have managed to get the theta formalism also working.

Updated iheartny_topxs_fwlite.py

03 Dec 17:55
Compare
Choose a tag to compare

Forgot to commit this earlier. Here I added the generator-level top quark pt.

Moved iheartny scripts to their own area

05 Nov 20:28
Compare
Choose a tag to compare

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

31 Oct 19:29
Compare
Choose a tag to compare

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

30 Oct 23:54
Compare
Choose a tag to compare

Adding the script "iheartny_topxs_fwlite.py" which will hopefully run correctly on the new ntuples.

V20-01-05

02 Oct 04:57
Compare
Choose a tag to compare
  • Adding the four-vector, PDG id, and status of the gen particles to the event content
  • Updated to Louise's changes in electron selection from V20-01-04