|
[Rivet-svn] rivet: Fix multi-jet pT2 cutRivet Mercurial rivet at projects.hepforge.orgFri Jun 23 00:30:01 BST 2017
details: https://rivet.hepforge.org/hg/rivet/rev/5cf6b2f9f47c branches: changeset: 5881:5cf6b2f9f47c user: Andy Buckley <andy at insectnation.org> date: Fri Jun 23 00:17:35 2017 +0100 description: Fix multi-jet pT2 cut diffs (23 lines): --- a/Analyses/pluginATLAS/ATLAS_2016_I1458270.cc Thu Jun 22 23:50:26 2017 +0100 +++ b/Analyses/pluginATLAS/ATLAS_2016_I1458270.cc Fri Jun 23 00:17:35 2017 +0100 @@ -156,16 +156,16 @@ const double min_dphi_met_more = jets50.size() > 3 ? min(tail(dphimets50, -3)) : -1; if (_flows["4jt"].filltail({true, jets50.size() >= 4, min_dphi_met_3 > 0.4 && min_dphi_met_more > 0.2, - jetpts[1] > 200*GeV, j4pt > 100*GeV, aplanarity > 0.04, met_meff_4 > 0.20, meff_incl > 2200*GeV})) + jetpts[1] > 100*GeV, j4pt > 100*GeV, aplanarity > 0.04, met_meff_4 > 0.20, meff_incl > 2200*GeV})) _h_4jt->fill(event.weight()); if (_flows["5j"].filltail({true, jets50.size() >= 5, min_dphi_met_3 > 0.4 && min_dphi_met_more > 0.2, - jetpts[1] > 200*GeV, j4pt > 100*GeV && j5pt > 50*GeV, aplanarity > 0.04, met_meff_5 > 0.25, meff_incl > 1600*GeV})) + jetpts[1] > 100*GeV, j4pt > 100*GeV && j5pt > 50*GeV, aplanarity > 0.04, met_meff_5 > 0.25, meff_incl > 1600*GeV})) _h_5j->fill(event.weight()); if (_flows["6jm"].filltail({true, jets50.size() >= 6, min_dphi_met_3 > 0.4 && min_dphi_met_more > 0.2, - jetpts[1] > 200*GeV, j4pt > 100*GeV && j6pt > 50*GeV, aplanarity > 0.04, met_meff_6 > 0.25, meff_incl > 1600*GeV})) + jetpts[1] > 100*GeV, j4pt > 100*GeV && j6pt > 50*GeV, aplanarity > 0.04, met_meff_6 > 0.25, meff_incl > 1600*GeV})) _h_6jm->fill(event.weight()); if (_flows["6jt"].filltail({true, jets50.size() >= 6, min_dphi_met_3 > 0.4 && min_dphi_met_more > 0.2, - jetpts[1] > 200*GeV, j4pt > 100*GeV && j6pt > 50*GeV, aplanarity > 0.04, met_meff_6 > 0.20, meff_incl > 2000*GeV})) + jetpts[1] > 100*GeV, j4pt > 100*GeV && j6pt > 50*GeV, aplanarity > 0.04, met_meff_6 > 0.20, meff_incl > 2000*GeV})) _h_6jt->fill(event.weight()); }
More information about the Rivet-svn mailing list |