Skip to content
gfacini edited this page Aug 4, 2015 · 11 revisions

#Introduction Collaboration within Chicago: di-bjet exotics and VH(bb)! A first look from Yasu: https://okumura.web.cern.ch/okumura/tmp/Zjets_output.pdf

Quick Start Guide

See Readme.md

setupATLAS
rcSetup Base,2.3.21
git clone https://github.com/UCATLAS/xAODAnaHelpers
git clone https://github.com/UCATLAS/ZJetBalance
python xAODAnaHelpers/scripts/checkoutASGtags.py 2.3.21
rc find_packages
rc compile

Cuts

  1. Exactly 2 muons:
  • tight
  • pT > 20 GeV
  • |\eta|<2.4
  • pTcone20 < 1.8 GeV
  1. Z mass window cut:
  • |m[Z]-90 GeV| < 35 GeV
  1. at least 1 jet:
  • not LooseBad ( event veto )
  • pT > 20 GeV
  • |\eta|<3.2
  • JVT > 0.64 for pT < 50 GeV and |\etaDet|<2.4

test files

data15_13TeV.00267638.physics_Main.merge.AOD.r6818_p2358 data15_13TeV.00267639.physics_Main.merge.AOD.r6818_p2358 mc15_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.merge.DAOD_SUSY5.e3601_s2576_s2132_r6633_r6264_p2370/

Package Development

Please follow the instructions here a la Giordon https://github.com/UCATLAS/xAODAnaHelpers/wiki/Package-Development

Clone this wiki locally