Skip to content

Commit

Permalink
Switched to the vtx mass
Browse files Browse the repository at this point in the history
  • Loading branch information
rappoccio committed Jan 30, 2014
1 parent de7c384 commit b606784
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file not shown.
14 changes: 7 additions & 7 deletions IHeartNY/test/makeBarePlots.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@

# Cross sections (in fb) and the number of MC events
sigma_ttbar_NNLO = 245.8 * 1000. # fb, from http://arxiv.org/pdf/1303.6254.pdf
sigma_T_t_NNLO = 56.4 * 1000.
sigma_Tbar_t_NNLO = 30.7 * 1000.
sigma_T_s_NNLO = 3.79 * 1000.
sigma_Tbar_s_NNLO = 1.76 * 1000.
sigma_T_tW_NNLO = 11.1 * 1000.
sigma_Tbar_tW_NNLO = 11.1 * 1000.
sigma_WJets_NNLO = 37509 * 1000.
sigma_T_t_NNLO = 56.4 * 1000. * 3
sigma_Tbar_t_NNLO = 30.7 * 1000. * 3
sigma_T_s_NNLO = 3.79 * 1000. * 3
sigma_Tbar_s_NNLO = 1.76 * 1000. * 3
sigma_T_tW_NNLO = 11.1 * 1000. * 3
sigma_Tbar_tW_NNLO = 11.1 * 1000. * 3
sigma_WJets_NNLO = 36703.2 * 1000.

# MC event counts from B2G twiki here :
# https://twiki.cern.ch/twiki/bin/view/CMS/B2GTopLikeBSM53X#Backgrounds
Expand Down
2 changes: 1 addition & 1 deletion IHeartNY/test/run_theta/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def build_model(type, jet1 = None, mcstat = True):
if True :

model = muplusjets(
files=['normalized_mujets.root'],
files=['normalized_mujets_vtxMass.root'],
infilter=filterqcd,
signal='TTbar',
mcstat=mcstat
Expand Down

0 comments on commit b606784

Please sign in to comment.