15 from PowhegControl.PowhegConfig
import PowhegCfg
16 from Pythia8_i.Pythia8Config
import (
17 Pythia8_Powheg_Main31_Cfg,
18 Pythia8_A14_NNPDF23LO_EvtGen_Common_Cfg,
23 ca, lhe_file = PowhegCfg(
27 "decay_mode":
"t t~ > all",
29 "mu_F": [1.0, 2.0, 0.5, 1.0, 1.0, 0.5, 2.0, 0.5, 2.0],
30 "mu_R": [1.0, 1.0, 1.0, 2.0, 0.5, 0.5, 2.0, 2.0, 0.5],
31 "PDF": [260000, 25200, 13165, 90900, 265000, 266000, 303400],
36 powheg_matching_commands = [
39 "Powheg:vetoCount = 3",
44 ca.merge(Pythia8_Powheg_Main31_Cfg(
46 ShowerCfg=Pythia8_A14_NNPDF23LO_EvtGen_Common_Cfg,
49 Commands=powheg_matching_commands,
53 ca.merge(Pythia8EvtGenBaseCfg(flags))