12evgenConfig.description =
"POWHEG+Pythia8 Drell-Yan Vector LeptoQuark production with A14 NNPDF2.3 tune."
13evgenConfig.keywords = [
"BSM",
"leptoquark"]
14evgenConfig.contact = [
"tpelzer@cern.ch"]
19include(
"PowhegControl/PowhegControl_DY_VLQ_Common.py")
26PowhegConfig.betaL3x3 = 1.0
27PowhegConfig.betaR3x3 = 1.0
33PowhegConfig.LQ_Int = 0
34PowhegConfig.mass_t = 172.5
35PowhegConfig.mass_low = 2000
36PowhegConfig.mass_high = 2100
45PowhegConfig.ncall1 = 10000
46PowhegConfig.ncall2 = 10000
47PowhegConfig.nubound = 10000
53PowhegConfig.generate()
58include(
"Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
59include(
"Pythia8_i/Pythia8_Powheg_Main31.py")
61genSeq.Pythia8.Commands += [
'Powheg:NFinal = 2' ]