generator level cuts applied in the production of VV scattering events

general comments

  • For the Phantom case, not active selections are not reported.
  • The installation of Phantom at CERN is described here: /afs/cern.ch/work/b/ballest/public/phantom_at_cern.tar.gz
  • The new version of Phantom with the DR(jj) cut can be downloaded from here: /afs/cern.ch/work/b/ballest/public/
  • some code to handle LHE files can be found here
  • config files for the production can be found here

phantom releases

phantom_1_2_1 version used for the first productions
phantom_1_2_2 fully compatible with the previous one, adds the possibility to setting the scale as m_4l / sqrt (2)
phantom_1_2_3 fully compatible with the previous one, adds the possibility to change the higgs couplings by a given factor

existing samples

final state pert order LHE CMS simulation ev nb XS notes
same sign WW > lvlv, H 126 EW6 x   1498869 0.0286444 pb all flavours mixed, scale is the pT of all outgoing particles
same sign WW > lvlv, noH EW6 x   1497762 0.0215738 pb all flavours mixed, scale is the pT of all outgoing particles

ZZ > ee mumu for off-shell Higgs

the selections put in place for the Phantom production:

Higgs mass 125.6 GeV
Higgs width 4.15 MeV
leptons max eta 2.7
leptons min pT 3 GeV
leptons min E 3 GeV
di-lepton min invariant mass 4 GeV
jets min pT 10 GeV
jets max eta 6.5
min invariant mass of jets pair 30 GeV
pdf set /afs/cern.ch/user/b/ballest/phantom/lhapdf-5.8.9_work/share/lhapdf/PDFsets/cteq6ll.LHpdf

opposite sign WW > lvlv

the selections put in place for the Phantom production:

leptons max eta 2.5
leptons min pT 8 GeV
leptons min E 5 GeV
di-lepton min invariant mass 8 GeV
jets min pT 10 GeV
jets max eta 6.5
min invariant mass of jets pair 30 GeV
minimum delta R between the fwd and bkw jets 0.4
minimum delta R between jets and leptons 0.4
minimum delta R between two leptons 0.4

opposite sign WW > lvlv for interference studies

Study of possible interference between WW+2jets ewk and qcd production

the selections put in place for the Phantom production:

leptons max eta 2.5
leptons min pT 8 GeV
leptons min E 5 GeV
di-lepton min invariant mass 8 GeV
jets min pT 10 GeV
jets max eta 6.5
min invariant mass of jets pair 100 GeV
minimum delta R between the fwd and bkw jets 0.4
minimum delta R between jets and leptons 0.4
minimum delta R between two leptons 0.4

same sign WW > lvlv

the selections put in place

leptons max eta 2.5
jets min pT 10 GeV
jets max eta 6.5
min invariant mass of jets pair 30 GeV
minimimum delta R between the fwd and bkw jets 0.4
minimum delta R between jets and leptons 0.4
minimum delta R between two leptons 0.4

madgraph implementation


phantom implementation

* READ INPUT FOR CUTS

i_eta_max_lep  1
eta_max_lep    2.5d0

i_pt_min_j    1
pt_min_j      10.d0

i_eta_max_j   1
eta_max_j     6.5d0

i_rm_min_jj 1                                             
rm_min_jj 30.d0

* CALL iread('i_rm_min_jfjb',i_rm_min_jfjb,1) ! yes/no minimum invariant mass
*                            ! between forward and backward jets (GeV)
i_rm_min_jfjb  1
rm_min_jfjb 30.d0

* CALL iread('i_d_ar_jj',i_d_ar_jj,1) ! yes/no minimum delta_R separation
*                                     ! between jets
i_d_ar_jj 1
d_ar_jj 0.4d0

* CALL iread('i_d_ar_jlep',i_d_ar_jlep,1) ! yes/no minimum delta_R separation
*                                       ! between jets and lepton
i_d_ar_jlep 1
d_ar_jlep 0.4d0

* CALL iread('i_d_ar_leplep',i_d_ar_leplep,1) ! yes/no minimum delta_R separation
*                                       ! between two charged  leptons
i_d_ar_leplep 1
d_ar_leplep 0.4d0

* CALL iread('i_usercuts',i_usercuts,1) ! yes/no (1/0) additional
*                                         user-defined cuts
i_usercuts 0

semi-leptonic WW > lvjj

the selections put in place

leptons max eta 3
leptons min pT 20 GeV
leptons min energy 20 GeV
minimum met (sum of neutrinos) 20 GeV
jets min pT 20 GeV
jets min energy 20 GeV
jets max eta 6.5
min invariant mass of any jets pair 30 GeV
min invariant mass of fwd and bwd jets pair 100 GeV
min invariant mass of leptons pair 10 GeV
minimimum delta eta between the fwd and bkw jets 2

madgraph implementation


phantom implementation

i_e_min_lep    1
e_min_lep      20.d0

i_pt_min_lep   1
pt_min_lep     20.d0

i_eta_max_lep  1
eta_max_lep    3.d0

i_ptmiss_min  1
ptmiss_min    20.d0

i_e_min_j     1
e_min_j       20.d0

i_pt_min_j    1
pt_min_j      20.d0

i_eta_max_j   1
eta_max_j     6.5d0

* CALL iread('i_rm_min_jj',i_rm_min_jj,1) ! yes/no minimum invariant mass
*                                         ! between jets (GeV)
i_rm_min_jj 1                                              
rm_min_jj 30.d0

* CALL iread('i_rm_min_ll',i_rm_min_ll,1) ! yes/no minimum invariant mass
*                                         ! between charged leptons (GeV)
i_rm_min_ll 1                                              
rm_min_ll 10.d0

* CALL iread('i_rm_min_jfjb',i_rm_min_jfjb,1) ! yes/no minimum invariant mass
*                            ! between forward and backward jets (GeV)
i_rm_min_jfjb  1
rm_min_jfjb 100.d0

* CALL iread('i_eta_min_jfjb',i_eta_min_jfjb,1) ! yes/no minimum rapidity 
*                             difference between forward and backward jet
i_eta_min_jfjb 1
eta_min_jfjb 2.d0
Edit | Attach | Watch | Print version | History: r9 < r8 < r7 < r6 < r5 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r9 - 2014-02-26 - PietroGovoni
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback