Table of Contents

A comparison of generators/fixed order predictions for Z+b(b) and W+b(b) among them and against data

Papers: http://arxiv.org/pdf/1107.3714.pdf (Campbell et al.)

If you are interested in contributing please subscribe to the mailing list. You will be asked to log in with your CERN account. If you don't have a CERN account, please fill this form to create a lightweight account.

Gavin Hesketh, Vitaliano Ciulli, Rikkert Frederix, Marek Schoenherr, Paolo Francavilla, Gionata Luisoni, Davide Napoletano, Carlo Pandini, Frank Krauss, Carlo Oleari, Stefano Pozzorini, …

This study includes both comparison at particle level (after hadronization) and at parton level (either before or after the parton shower). One of the goal is comparing results in 5-flavour vs 4-flavour scheme. Some Rivet routine have been provided based on measurements of ATLAS and CMS. At particle level this plugins allows comparison to the results of the measurement on 7 TeV data, so we should use this center-of-mass energy.

ATLAS Rivet routines:

Measurement of differential production cross-sections for a Z boson in association with b-jets in 7 TeV proton-proton collisions with the ATLAS detector arxiv:1407.3643

atlas_zbb.cc.txt atlas_zbb_el.yoda.txt atlas_zbb_el.plot.txt

Measurement of the cross-section for W boson production in association with b-jets in pp collisions at sqrt(s) = 7 TeV with the ATLAS detector arXiv:1302.2929

atlas_wbb.cc.txt atlas_wbb_el.yoda.txt atlas_wbb_el.plot.txt

Center-of-mass energy: 7 TeV

Run the analyses over Z→ee or W→enu events. The .yoda file is also needed to define the binning for some plots, and for data comparison.

The routine will work with either a pure parton level hepmc file, or a full particle level file. It will reconstruct anti-kT 0.4 jets with rapidity < 2.4 (2.1 for W) and pT>20 GeV (25 for W), and label as b-jets based on matching Delta R(jet, quark/hadron) < 0.3. The quarks are taken at the end of the shower (no b-quark daughters), and the weakly decaying b-hadrons are used (no b-hadron daughters).

Makes the following plots:

If the full particle level is present in the events, the routine will also make the same plots at the hadron level (titles are “hadlev_…”), as well as the standard plots from the Z+b ATLAS analysis (with data comparison).

CMS Rivet routine:

Cross-section and angular correlations in $Z$ boson with $b$-hadrons events at $\sqrt{s} = 7$ TeV arxiv:1310.1349

cms_2013_i1256943.cc.txt cms_2013_i1256943.yoda.txt

Center-of-mass energy: 7 TeV

Run the analysis CMS_2013_I1256943 over Z→ee and Z→mumu events. The relevant files have been uploaded for reference, but the routine is available as standard analysis in Rivet. Events with exactly two $b$-hadrons and an $e^+e^-$ or $\mu^+\mu^-$ lepton pair from the Z boson decay are selected. Each lepton has $p_T > 20$ GeV and $|\eta| < 2.4$ and the dilepton invariant mass is $81 < M_{\ell\ell} < 101$ GeV. The $b$-hadrons have $p_T > 15$ GeV and $|\eta| < 2$. The differential cross sections are measured for $p_T > 0$ and $p_T > 50$ GeV.

The analysis works only if full particle level is present in the events, because weakly decaying b-hadrons are used (no b-hadron daughters), without clustering jets. Which permitting the study of $b$-hadron pair production at small angular separation.

The routine will make the standard plots of the Z+BB CMS analysis with data comparison.

List of plots:

Histograms in non-boosted region of $Z$ $p_T$

Histograms in boosted region of $Z$ $p_T$ ($p_T > 50$ GeV)

Ongoing work and planned contributions:

Sherpa (Davide, Frank)

Samples:

Notes:

4F Scheme Set Up:

5F Scheme Set Up: (Both MEPS@LO and MEPS@NLO)

Preliminary Plots (may still change):

Powheg (Gionata, Carlo)

4F scheme set up + matching with alphas and PDF with 5 flavours

Herwig (Graeme, Christian)

Preliminary results for Zbb production in the 5FS can be found on http://www.hep.man.ac.uk/u/graeme/public/LH_Vbb/preliminary/Zbb/

Preliminary results for Zb production in the 5FS can be found on http://www.hep.man.ac.uk/u/graeme/public/LH_Vbb/preliminary/Zb/

Preliminary results for Zbb production in the 4FS can be found on http://www.hep.fsu.edu/~creuschle/public/.Plots_2016_LHVbb_Preliminary/plots_Zbb_4FS_MMHTnf5_BnotinJ_0Jet_NoBCut_WeightedOff_FixedScale/

Preliminary results for Wbb production in the 4FS can be found on http://www.hep.fsu.edu/~creuschle/public/.Plots_2016_LHVbb_Preliminary/plots_Wbb_4FS_MMHTnf5_BnotinJ_0Jet_NoBCut_WeightedOff_FixedScale/

Further studies on Zbb production in the 4FS, for a different PDF choice, can be found on https://www.itp.kit.edu/~reuschle/.Plots_2016_LHVbb_Preliminary/Zbb4FS/plots_NNPDFnf4_BnotinJ_0Jet_MCatNLO-DefaultShower_WeightedOn_Central/

Further studies on Wbb production in the 4FS, for varying PDF choices, can be found on https://www.itp.kit.edu/~reuschle/.Plots_2016_LHVbb_Preliminary/Wbb4FS/plots_AllPDFs_BinJ_1Jet_MCatNLO-DefaultShower_WeightedOff_Central/ or similarly for on https://www.itp.kit.edu/~reuschle/.Plots_2016_LHVbb_Preliminary/Wbb4FS/plots_AllPDFs_BnotinJ_0Jet_MCatNLO-DefaultShower_WeightedOff_Central/

The remaining parts of the description of the run setups can be found in the vbb.pdf file in the draft for the proceedings.

github instructions

To setup your local repository

  1. go to github.com and get an account
  2. In the top-right corner of the page, click Fork
  3. open a shell where git is available
  4. clone the repository with the command: git clone git@github.com:your_git_username/leshouches_vbb.git
    1. if you have problems with ssh publickey try: git clone https://github.com/your_git_username/leshouches_vbb.git
  5. enjoy

To start contributing

  1. modify/add a file
  2. add file(s) to local repository: git add filename.bla
  3. commit file(s) to local repository: git commit -m “commit messate” filename.bla
  4. “push” modifications to your remote (i.e. github) repository : git push
  5. inform Vitaliano to include your modifications to the main repositiry

To synch your repository with the main repository