jpata / tthbb13

2 stars 5 forks source link

light quark matching #53

Closed jpata closed 8 years ago

jpata commented 9 years ago

tree->Scan("nMatch_wq", "cat_gen==0 && nMatch_wq>2") seems to give a number of events with 3 jets matched to quarks from W. As cat_gen==0 should select gen-level single lepton tt+jets decays, nMatch_wq should be at most 2.

jpata commented 8 years ago

No longer an issue

root [2] tree->Scan("nMatch_wq", "cat_gen==0 && nMatch_wq>2")
************************
*    Row   * nMatch_wq *
************************
************************
==> 0 selected entries

GenWZQuark is fixed since a while.

root [10] tree->Scan("nGenWZQuark:nGenTop:GenTop_decayMode")
***********************************************************
*    Row   * Instance * nGenWZQua *   nGenTop * GenTop_de *
***********************************************************
*        0 *        0 *         4 *         2 *         1 *
*        0 *        1 *         4 *         2 *         1 *
*        1 *        0 *         4 *         2 *         1 *
*        1 *        1 *         4 *         2 *         1 *
*        2 *        0 *         2 *         2 *         0 *
*        2 *        1 *         2 *         2 *         1 *
*        3 *        0 *         4 *         2 *         1 *
*        3 *        1 *         4 *         2 *         1 *
*        4 *        0 *         4 *         2 *         1 *
*        4 *        1 *         4 *         2 *         1 *
*        5 *        0 *         2 *         2 *         0 *
*        5 *        1 *         2 *         2 *         1 *
*        6 *        0 *         4 *         2 *         1 *
*        6 *        1 *         4 *         2 *         1 *
*        7 *        0 *         4 *         2 *         1 *
*        7 *        1 *         4 *         2 *         1 *