Skip to content
Snippets Groups Projects
Commit c9607a56 authored by Daniela Rebuzzi's avatar Daniela Rebuzzi
Browse files

modified jobOptions [skip modfiles]

parent b34d455e
No related branches found
No related tags found
No related merge requests found
Pipeline #7813330 passed with warnings
...@@ -20,7 +20,7 @@ from MadGraphControl.MadGraphParamHelpers import set_top_params ...@@ -20,7 +20,7 @@ from MadGraphControl.MadGraphParamHelpers import set_top_params
import fileinput import fileinput
# General settings # General settings
evgenConfig.nEventsPerJob = 20000 evgenConfig.nEventsPerJob = 10000
nevents = runArgs.maxEvents*1.1 if runArgs.maxEvents>0 else 1.1*evgenConfig.nEventsPerJob nevents = runArgs.maxEvents*1.1 if runArgs.maxEvents>0 else 1.1*evgenConfig.nEventsPerJob
gridpack_mode=False gridpack_mode=False
......
...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py") ...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py") include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py")
genSeq.Pythia8.Commands += [ genSeq.Pythia8.Commands += [
'SLHA:useDecayTable = off',
'25:onMode = off', # switch OFF all Higgs decay channels '25:onMode = off', # switch OFF all Higgs decay channels
'25:onIfMatch = 23 23', '25:onIfMatch = 23 23',
'23:onMode = off', '23:onMode = off',
......
...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py") ...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py") include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py")
genSeq.Pythia8.Commands += [ genSeq.Pythia8.Commands += [
'SLHA:useDecayTable = off',
'25:onMode = off', # switch OFF all Higgs decay channels '25:onMode = off', # switch OFF all Higgs decay channels
'25:onIfMatch = 13 13', '25:onIfMatch = 13 13',
] ]
...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py") ...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py") include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py")
genSeq.Pythia8.Commands += [ genSeq.Pythia8.Commands += [
'SLHA:useDecayTable = off',
'25:onMode = off', # switch OFF all Higgs decay channels '25:onMode = off', # switch OFF all Higgs decay channels
'25:onIfMatch = 22 22', # H -> gamma gamma '25:onIfMatch = 22 22', # H -> gamma gamma
] ]
...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py") ...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py") include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py")
genSeq.Pythia8.Commands += [ genSeq.Pythia8.Commands += [
'SLHA:useDecayTable = off',
'25:onMode = off', # switch OFF all Higgs decay channels '25:onMode = off', # switch OFF all Higgs decay channels
'25:onIfMatch = 23 23', '25:onIfMatch = 23 23',
'23:onMode = off', '23:onMode = off',
......
...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py") ...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py") include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py")
genSeq.Pythia8.Commands += [ genSeq.Pythia8.Commands += [
'SLHA:useDecayTable = off',
'25:onMode = off', # switch OFF all Higgs decay channels '25:onMode = off', # switch OFF all Higgs decay channels
'25:onIfMatch = 13 13', '25:onIfMatch = 13 13',
] ]
...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py") ...@@ -8,6 +8,7 @@ include("Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py")
include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py") include("Pythia8_i/Pythia8_aMcAtNlo_decayMEC.py")
genSeq.Pythia8.Commands += [ genSeq.Pythia8.Commands += [
'SLHA:useDecayTable = off',
'25:onMode = off', # switch OFF all Higgs decay channels '25:onMode = off', # switch OFF all Higgs decay channels
'25:onIfMatch = 22 22', # H -> gamma gamma '25:onIfMatch = 22 22', # H -> gamma gamma
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment