kratsg / TheAccountant

Run-2 analysis for SUSY search in gluino to stops.
3 stars 4 forks source link

Match Ben's stuff #72

Open kratsg opened 9 years ago

kratsg commented 9 years ago

Re-run TA04 and remove the MET, dPhiMin, and jet selections. Select >= 1 large-R jet with pT >= 200 GeV.

bnachman commented 9 years ago

Thanks! This will be a big help in trying to solve the eta issue: p10 https://indico.cern.ch/event/395558/contribution/30/material/slides/0.pdf

mswiatlo commented 9 years ago

I am a bit worried about triggers if we run with pT200, but let's give it a shot. if we see the bumps again we can raise to 300.

mswiatlo commented 9 years ago

Actually now that I think about it, the 50 GeV MET cut is at the MultibjetsAnalysis level on the MC. We should probably enforce that here as well. Relaxing the jets and b-tags is probably sufficient for now.

kratsg commented 9 years ago

In particular, I am still going to use the 0L channel since my code doesn't know how to ignore the lepton selection for right now (new issue). I also require 2 jets with pT > 25 GeV, rather than 4. I also require 1 large-R jet with pT > 200 GeV.

This is currently running now. I made some minor changes to make it run with some extra selections that should not affect:

CookTheBooks.py "/share/t3data3/kratsg/xAODs/_17/*physics_Main*/*.root" "/share/t3data3/kratsg/xAODs/_18/*physics_Main*/*.root" "/share/t3data3/kratsg/xAODs/_19/*/*.root" -v -f --jet_minNum=2 --jet_minPt=25 --bjet_minNum=0 --numLeadingJets=4 --jetLargeR_minPt=200 --jetLargeR_minNum=1 --optimizationDump --jetLargeR_minPtView=200 --minMET=50 --dPhiMin=0.0 --mode=branch -y --submitDir=TA05_MBJ17-18-19 > TA05_MBJ17-18-19.log 2>&1 &```
    setting            Preselect.m_jetLargeR_minNum               = 1
    setting            Preselect.m_jetLargeR_maxNum               = 100
    setting            Preselect.m_jetLargeR_minPt                = 200.0
    setting            Preselect.m_jetLargeR_maxPt                = 1000000.0
    setting            Preselect.m_jetLargeR_minMass              = 0.0
    setting            Preselect.m_jetLargeR_maxMass              = 1000000.0
    setting            Preselect.m_jetLargeR_minEta               = -10.0
    setting            Preselect.m_jetLargeR_maxEta               = 10.0
    setting            Preselect.m_jetLargeR_minPhi               = -4.0
    setting            Preselect.m_jetLargeR_maxPhi               = 4.0
    setting            Preselect.m_jet_minNum                     = 2
    setting            Preselect.m_jet_maxNum                     = 100
    setting            Preselect.m_bjet_minNum                    = 0
    setting            Preselect.m_bjet_maxNum                    = 100
    setting            Preselect.m_jet_minPt                      = 25.0
    setting            Preselect.m_jet_maxPt                      = 1000000.0
    setting            Preselect.m_jet_minMass                    = 0.0
    setting            Preselect.m_jet_maxMass                    = 1000000.0
    setting            Preselect.m_jet_minEta                     = -10.0
    setting            Preselect.m_jet_maxEta                     = 10.0
    setting            Preselect.m_jet_minPhi                     = -4.0
    setting            Preselect.m_jet_maxPhi                     = 4.0
    setting            Preselect.m_bTag_wp                        = Loose
    setting            Preselect.m_dPhiMin                        = 0.0
    setting            Preselect.m_minMET                         = 50.0
    setting            Preselect.m_numLeptons                     = 0
mswiatlo commented 9 years ago

Thanks, sorry for this confusion!

kratsg commented 9 years ago

https://github.com/kratsg/TheAccountant/wiki/Samples now has TA05.