====== A quick study on the impact of irreducible-background subtraction ====== //If you are interested in contributing please subscribe to the [[https://e-groups.cern.ch/e-groups/EgroupsSearch.do?searchValue=houches-2015-topics-tools-bgnd-subtraction|mailing list]]. You will be asked to log in with your CERN account. If you don't have a CERN account, please fill [[https://account.cern.ch/account/Externals/RegisterAccount.aspx|this form]] to create a lightweight account.// Jon Butterworth, Vitaliano Ciulli, Paolo Francavilla, Frank Krauss, Carlo Pandini, Luca Parrozzi, ... github repository: https://github.com/perrozzi/leshouches_bkgsub (see below for details) ===== Processes to consider: ===== ==== WW versus ttbar ==== 14 TeV (maybe also 13 TeV), B-tag up to y=2.5 (allowing a veto on b-jets in this region if it helps). Also look at the impact of pseudo-top vetos. Double leptonic channel (eμ only): 1. Consider WWjj as the signal. Look at WW scattering-like WWjj topologies. Study the contribution to the signal coming from double-resonant (DR), single-resonant (SR) and continuum (C) ttbar processes, and the sum. 2. Consider WWj or WW as the signal. Look at jet-binning for for all WW (not just the VBS topology). Same study (DR/SR/C/Sum) The ATLAS paper is here: https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/STDM-2012-01/ The cuts which define the fiducial phase space are: * pT μ > 20 GeV (muon or electron), leading lepton pT > 25 GeV * muon |η| < 2.4, electron |η| < 1.37 or 1.52 < |η| < 2.47, * no jets with p > 25 GeV, rapidity |y| < 4.5 and separated from an electron by ∆R > 0.3 * pT (ll') > 30 GeV * m(ll′) > 10 GeV, pT,Rel > 25 GeV I (Jon) suggest we simplify this to something like: * pT leptons all > 25 GeV * |η| leptons all < 2.4 * m(ll′) > 10 GeV * count the jets, and b-jets, with p > 25 GeV, rapidity |y| < 4.5 ... but I haven't check the CMS paper yet. 3. Consider WWbb as the signal, motivated by WWH (H->bb). Same study (DR/SR/C/Sum). For HH->WWbb, a possible proposal could be: Objects Definition: * electrons and muons: pT > 25 GeV; |eta| < 2.4 * jets: pT > 25 GeV; | eta | <4.5 * bjets: jets with | eta |< 2.5 and b-labelled NOTE 1: in the ATLAS WW analysis, the jets are build from all the particles, excluding muons and neutrinos. If we adopt this definition, we will need to run an Overlap Removal between electrons and jets, to avoid counting jets which are in fact electrons. NOTE 2: The ATLAS WW analysis is vetoing events if (among the other selections) : * there are jet (and b-jet), or * there are extra leptons. If we want to extend to events with b-jets, we should consider how to handle the semi-leptonic b-decays in jets ()to avoid to veto the event because of the leptons in jets. Event Selection: fill()CutFlow * 2 opposite charged leptons * 1 muon, 1 electron fill(CutFlow) fill(MET_rel) * MET_rel>25 GeV, fill(CutFlow) fill(mll) * mll>10 GeV, fill(CutFlow) fill(b-jets, jets) #b-jets VS #jets fill(jets), pt, eta * 2+ bjets fill(CutFlow) fill(bjet 1) pt, eta fill(bjet 2) pt, eta fill(electron) pt, eta fill(muon) pt, eta fill(MET) fill(mT(MET,e,mu)) * 100