Muon Fake Rates with baseline Susy selection from QCD

Summary page for Muon fake rates.

Cuts for fakerate determination

  • no general event selection:
    • Dont' simulate single jet trigger by requiring at least one jet with uncorrected pT > 30 GeV
    • Don't remove trigger bias by veto'ing all denominator and numerators near the leading jet (delat R cut)

  • Denominator
    • ptMuon > 10 GeV
      
             if (!((cms2.mus_type().at(iMu)) & (1<<1)) ) return false; // global muon
             if (!((cms2.mus_type().at(iMu)) & (1<<2)) ) return false; // tracker muon
             if( pt < 10)  return false;
             if( fabs( eta ) > 2.4 ) return false;
             if( cms2.mus_gfit_chi2()[iMu]/cms2.mus_gfit_ndof()[iMu] > 20) return false;
             if (inv_mu_relsusy_iso(iMu) > 0.4 ) return false;
             return true;
            

This is the same denominator as in ttbar note, except:

  • require tracker and global muon
  • lower pT to 10GeV
  • switch iso to be same as for electron fakes

Samples for fake rate determination

    • QCD pt 30 GeV .AND. QCD pt 80 GeV

Muon Fake rates

The high pT bin includes the overflow, i.e. it is actually 60-infinity.

Closure test: Wjets Same Sign

  • emu Wjets madgraph.
  • electron is trueElectronFromW .AND. full electron Id .AND. isolation .AND. pT > 10GeV

  • Plots for pT, eta, and Njets:


  • Numbers are event counts, no weights as all weights are the same for all events.
  • Actual, predicted: 7 +- sqrt(7), 2.64714 (no error propagation yet because error is dominated by FR error)

Closure test: Wjets Opposite Sign

  • emu Wjets.
  • electron is trueElectronFromW .AND. full electron Id .AND. isolation .AND. pT > 10GeV

  • Numbers are event counts, no weights as all weights are the same for all events.
  • Actual, predicted: 12 +- sqrt(12) , 7.98302 (no error propagation yet because error is dominated by FR error)

Application to ttbar: Same Sign

  • Numbers are weights, all weights are the same for all events. Weight per event is 0.43.

  • look at mumu only.
  • prediction comes from one numerator .AND. one (FO .AND. .NOT. numerator) times (FR/(1-FR))
  • there are no charge fakes expected in mumu, and we check it via new WW/WO/OO classification.

loose cuts

  • tcmet > 40GeV, Njet > 0.
  • actual, prediction:

tight cuts

  • 80GeV tcmet, leading jet pT > 100GeV
  • actual, prediction:

-- SanjayPadhi - 23 Jul 2009

Edit | Attach | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r4 - 23 Jul 2009 - 03:09:07 - FkW

tip TWiki Tip of the Day
Disabling links in large blocks of text
You can disable automatic linking of WikiWords by surrounding the text with noautolink and /noautolink ... Read on Read more

 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback