Contents
ToDo
Implementation
Implementation in SFrame
- is it actually correct to take into weighted MC events instead of data points?
- implement top baseline selection and test.
- Oliver: dump events and look at topology. He doesn't think those events are actually electron fakes but just electrons in jets. Maybe one could remove those in an easier way.
Implementation in Root
Draw two and ratio MET QCD RefFinal 2 jets scaled to unity
- Draw random events from distributions (tree variables now available) and fit 100 times
- get effiencies for all channels
- Do fit for all jet multiplicity bins
- do Appendix C fix (Anti-electron contamination)
- get other electro-weak stuff in
- change jet pT threshold? (is implemented, but probably needs some change). Could e.g. require 3 high pt jets plus another low pt jet.
Admiration
- check if track particle Z veto is good (used to be so in CDF)
- check if m_W cut biases MET
- try if MET is correlated with (anti-)electron eta: plot MET for central (before crack) and fwd (beyond crack) electrons and MET vs. electron eta
Completed ToDo/Discussion
- Do TFractionFitter tests: Create Landau with small Gaussian distribution on top and try to fit, repeat for weighted events
didn't see problems, see attached test script (TestFractionFitter.C and TestFractionFitter.h)
Event Selection
- require electron trigger (EF_e20_loose). Was before EF_e15, but this is not filled (not on the menu any more).
reject event if combined muon with pt>20GeV and etcone20<6000GeV
exactly one good electron (pt>20, no crack, eta<2.5, medium)
remove jets that are within dR < 0.4 of electron
skip event, if another jet is within dR<0.52
- Zee rejection: skip event, if:
jet (pt>15,eta<2.5) with nTracks < 3 or
electron object (pt>15,eta<2.5) with ethad1/(pt-ethad1)<0.12, etcone20<0.15*pt and opposite charge found or
trackparticle (pt>10,eta<2.5) with NSCT+NPixelHits>=7, |d0|<2mm, |z0*sin(theta)|<10mm and opposite charge found.
Missing ET vs. Electron Isolation Method
Antielectron Method
Currently an antielectron is an electron object that passes the ElectronLoose cuts but not the ElectronMedium cuts.
m_W transverse mass > 20
Cross-Section Calculation
Formulae:
X_n(Y): Contribution of process Y to region X:
Factorising all electroweak contributions one can write:
with $x_n$ defined from equations above.