(run){ % general setting EVENTS 1M; ERROR 0.99; % scales, tags for scale variations FSF:=1.; RSF:=1.; QSF:=1.; SCALES METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2}; % tags for process setup NJET:=4; # MEPS for Z+0,1,2,3,4 jets LJET:=2,3,4; # NLO accuracy for Z+0,1,2 jets QCUT:=20.; % me generator settings ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN; EVENT_GENERATION_MODE Weighted; LOOPGEN:=OpenLoops; % exclude tau from lepton container MASSIVE[15] 1; % collider setup BEAM_1 2212; BEAM_ENERGY_1 4000.; BEAM_2 2212; BEAM_ENERGY_2 4000.; }(run) (processes){ Process 93 93 -> 90 90 93{NJET}; ## NJET = max # of merged jets NLO_QCD_Mode MC@NLO {LJET}; ## LJET = list of NLO accurate final-state multiplicities (including QCD singlets) ME_Generator Amegic {LJET}; RS_ME_Generator Comix {LJET}; Loop_Generator LOOPGEN {LJET}; Integration_Error 0.02 {4}; Integration_Error 0.02 {5}; Integration_Error 0.05 {6}; Integration_Error 0.08 {7}; Integration_Error 0.10 {8}; Scales LOOSE_METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2} {7,8}; End process; }(processes) (selector){ Mass 11 -11 66 E_CMS Mass 13 -13 66 E_CMS }(selector)