Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas-physics
pmg
infrastructure
MC15JobOptions
Commits
4d46fc3f
Commit
4d46fc3f
authored
Dec 09, 2020
by
Joany Manjarres
Browse files
see ChangeLog
parent
7730080d
Changes
24
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4d46fc3f
2020-11-29 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-04-29
* add JO 346907-926
* update cvs 346914,346306-307
2020-12-07 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-04-28
* pdate JO 411416-27
...
...
share/DSID346xxx/MC15.346907.PowhegPy8EG_NNPDF30_AZNLO_WmH125J_Winc_MINLO_tautau_CPodd.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->WmH, W->all, H->tautau CP odd"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Wm+jet, W->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"WHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
500
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 2'
,
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
share/DSID346xxx/MC15.346908.PowhegPy8EG_NNPDF30_AZNLO_WmH125J_Winc_MINLO_tautau_mix50.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->WmH, W->all, H->tautau 50% CP even/odd"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Wm+jet, W->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"WHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
500
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 4'
,
'HiggsH1:phiParity = 0.785398'
,
# pi/4
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
share/DSID346xxx/MC15.346909.PowhegPy8EG_NNPDF30_AZNLO_WmH125J_Winc_MINLO_tautau_unpol.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->WmH, W->all, H->tautau unpolarized"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Wm+jet, W->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"WHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
500
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
,
'TauDecays:externalMode = 0'
,
'TauDecays:mode = 5'
]
share/DSID346xxx/MC15.346910.PowhegPy8EG_NNPDF30_AZNLO_WpH125J_Winc_MINLO_tautau_CPodd.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->WpH, W->all, H->tautau CP odd"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Wp+jet, W->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"WHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
500
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 2'
,
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
share/DSID346xxx/MC15.346911.PowhegPy8EG_NNPDF30_AZNLO_WpH125J_Winc_MINLO_tautau_mix50.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->WpH, W->all, H->tautau 50% CP even/odd"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Wp+jet, W->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"WHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
500
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 4'
,
'HiggsH1:phiParity = 0.785398'
,
# pi/4
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
share/DSID346xxx/MC15.346912.PowhegPy8EG_NNPDF30_AZNLO_WpH125J_Winc_MINLO_tautau_unpol.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->WpH, W->all, H->tautau unpolarized"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Wp+jet, W->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"WHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
500
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
,
'TauDecays:externalMode = 0'
,
'TauDecays:mode = 5'
]
share/DSID346xxx/MC15.346913.PowhegPy8EG_NNPDF30_AZNLO_ZH125J_Zinc_MINLO_tautau_CPodd.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->ZH, Z->all, H->tautau CP odd"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Z+jet, Z->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"ZHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
100
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 2'
,
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
share/DSID346xxx/MC15.346914.PowhegPy8EG_NNPDF30_AZNLO_ZH125J_Zinc_MINLO_tautau_mix50.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->ZH, Z->all, H->tautau 50% CP even/odd"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Z+jet, Z->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"ZHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
100
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 4'
,
'HiggsH1:phiParity = 0.785398'
,
# pi/4
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
share/DSID346xxx/MC15.346915.PowhegPy8EG_NNPDF30_AZNLO_ZH125J_Zinc_MINLO_tautau_unpol.py
0 → 100644
View file @
4d46fc3f
evgenConfig
.
process
=
"qq->ZH, Z->all, H->tautau unpolarized"
evgenConfig
.
description
=
"POWHEG+MiNLO+PYTHIA8, H+Z+jet, Z->all, H->tautau"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"ZHiggs"
,
"2tau"
,
"mH125"
]
evgenConfig
.
contact
=
[
'Xin.Chen@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
100
evgenConfig
.
inputfilecheck
=
"TXT"
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py'
)
#--------------------------------------------------------------
# Pythia8 main31 update
#--------------------------------------------------------------
if
"UserHooks"
in
genSeq
.
Pythia8
.
__slots__
.
keys
():
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
else
:
genSeq
.
Pythia8
.
UserModes
+=
[
'Main31:NFinal = 3'
]
#--------------------------------------------------------------
# Higgs at Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
,
'TauDecays:externalMode = 0'
,
'TauDecays:mode = 5'
]
share/DSID346xxx/MC15.346916.PhPy8EG_A14NNPDF23_NNPDF30ME_ttH125_allhad_tautau_sm.py
0 → 100644
View file @
4d46fc3f
#--------------------------------------------------------------
# JO to be used with this input TXT sample:
# mc15_13TeV.346305.Powheg_NNPDF30ME_ttH125_allhad_LHE.evgen.TXT.e7020
#--------------------------------------------------------------
evgenConfig
.
process
=
"ttH allhad H->tautau"
evgenConfig
.
description
=
'POWHEG+Pythia8.230 ttH (allhad) production with A14 NNPDF2.3 tune'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'Higgs'
]
evgenConfig
.
contact
=
[
'tpelzer@cern.ch'
,
'antonio.salvucci@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
2
evgenConfig
.
generators
=
[
'Powheg'
,
'Pythia8'
,
'EvtGen'
]
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF 2.3 tune
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
'MC15JobOptions/Pythia8_Powheg_Main31.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]
#--------------------------------------------------------------
# Inclusive Higgs decay in Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
#--------------------------------------------------------------
# TTbarWToLeptonFilter
# all had ttbar decay - in case input lhe files are inclusive
#--------------------------------------------------------------
include
(
"MC15JobOptions/TTbarWToLeptonFilter.py"
)
filtSeq
.
TTbarWToLeptonFilter
.
NumLeptons
=
0
#(-1: non-all had, 0: all had, 1: l+jets, 2: dilepton)
filtSeq
.
TTbarWToLeptonFilter
.
Ptcut
=
0.0
share/DSID346xxx/MC15.346917.PhPy8EG_A14NNPDF23_NNPDF30ME_ttH125_allhad_tautau_CPodd.py
0 → 100644
View file @
4d46fc3f
#--------------------------------------------------------------
# JO to be used with this input TXT sample:
# mc15_13TeV.346305.Powheg_NNPDF30ME_ttH125_allhad_LHE.evgen.TXT.e7020
#--------------------------------------------------------------
evgenConfig
.
process
=
"ttH allhad H->tautau CP odd"
evgenConfig
.
description
=
'POWHEG+Pythia8.230 ttH (allhad) production with A14 NNPDF2.3 tune'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'Higgs'
]
evgenConfig
.
contact
=
[
'tpelzer@cern.ch'
,
'antonio.salvucci@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
2
evgenConfig
.
generators
=
[
'Powheg'
,
'Pythia8'
,
'EvtGen'
]
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF 2.3 tune
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
'MC15JobOptions/Pythia8_Powheg_Main31.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]
#--------------------------------------------------------------
# Inclusive Higgs decay in Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 2'
,
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
#--------------------------------------------------------------
# TTbarWToLeptonFilter
# all had ttbar decay - in case input lhe files are inclusive
#--------------------------------------------------------------
include
(
"MC15JobOptions/TTbarWToLeptonFilter.py"
)
filtSeq
.
TTbarWToLeptonFilter
.
NumLeptons
=
0
#(-1: non-all had, 0: all had, 1: l+jets, 2: dilepton)
filtSeq
.
TTbarWToLeptonFilter
.
Ptcut
=
0.0
share/DSID346xxx/MC15.346918.PhPy8EG_A14NNPDF23_NNPDF30ME_ttH125_allhad_tautau_mix50.py
0 → 100644
View file @
4d46fc3f
#--------------------------------------------------------------
# JO to be used with this input TXT sample:
# mc15_13TeV.346305.Powheg_NNPDF30ME_ttH125_allhad_LHE.evgen.TXT.e7020
#--------------------------------------------------------------
evgenConfig
.
process
=
"ttH allhad H->tautau 50% CP even/odd"
evgenConfig
.
description
=
'POWHEG+Pythia8.230 ttH (allhad) production with A14 NNPDF2.3 tune'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'Higgs'
]
evgenConfig
.
contact
=
[
'tpelzer@cern.ch'
,
'antonio.salvucci@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
2
evgenConfig
.
generators
=
[
'Powheg'
,
'Pythia8'
,
'EvtGen'
]
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF 2.3 tune
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
'MC15JobOptions/Pythia8_Powheg_Main31.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]
#--------------------------------------------------------------
# Inclusive Higgs decay in Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 4'
,
'HiggsH1:phiParity = 0.785398'
,
# pi/4
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
#--------------------------------------------------------------
# TTbarWToLeptonFilter
# all had ttbar decay - in case input lhe files are inclusive
#--------------------------------------------------------------
include
(
"MC15JobOptions/TTbarWToLeptonFilter.py"
)
filtSeq
.
TTbarWToLeptonFilter
.
NumLeptons
=
0
#(-1: non-all had, 0: all had, 1: l+jets, 2: dilepton)
filtSeq
.
TTbarWToLeptonFilter
.
Ptcut
=
0.0
share/DSID346xxx/MC15.346919.PhPy8EG_A14NNPDF23_NNPDF30ME_ttH125_allhad_tautau_unpol.py
0 → 100644
View file @
4d46fc3f
#--------------------------------------------------------------
# JO to be used with this input TXT sample:
# mc15_13TeV.346305.Powheg_NNPDF30ME_ttH125_allhad_LHE.evgen.TXT.e7020
#--------------------------------------------------------------
evgenConfig
.
process
=
"ttH allhad H->tautau unpolarized"
evgenConfig
.
description
=
'POWHEG+Pythia8.230 ttH (allhad) production with A14 NNPDF2.3 tune'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'Higgs'
]
evgenConfig
.
contact
=
[
'tpelzer@cern.ch'
,
'antonio.salvucci@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
2
evgenConfig
.
generators
=
[
'Powheg'
,
'Pythia8'
,
'EvtGen'
]
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF 2.3 tune
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
'MC15JobOptions/Pythia8_Powheg_Main31.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]
#--------------------------------------------------------------
# Inclusive Higgs decay in Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
,
'TauDecays:externalMode = 0'
,
'TauDecays:mode = 5'
]
#--------------------------------------------------------------
# TTbarWToLeptonFilter
# all had ttbar decay - in case input lhe files are inclusive
#--------------------------------------------------------------
include
(
"MC15JobOptions/TTbarWToLeptonFilter.py"
)
filtSeq
.
TTbarWToLeptonFilter
.
NumLeptons
=
0
#(-1: non-all had, 0: all had, 1: l+jets, 2: dilepton)
filtSeq
.
TTbarWToLeptonFilter
.
Ptcut
=
0.0
share/DSID346xxx/MC15.346920.PhPy8EG_A14NNPDF23_NNPDF30ME_ttH125_semilep_tautau_sm.py
0 → 100644
View file @
4d46fc3f
#--------------------------------------------------------------
# JO to be used with this input TXT container:
# mc15_13TeV.346306.Powheg_NNPDF30ME_ttH125_semilep_LHE.evgen.TXT.e7020
#--------------------------------------------------------------
evgenConfig
.
process
=
"ttH semilep H->tautau"
evgenConfig
.
description
=
'POWHEG+Pythia8.230 ttH (semilep) production with A14 NNPDF2.3 tune'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'Higgs'
]
evgenConfig
.
contact
=
[
'tpelzer@cern.ch'
,
'antonio.salvucci@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
5
evgenConfig
.
generators
=
[
'Powheg'
,
'Pythia8'
,
'EvtGen'
]
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF 2.3 tune
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
'MC15JobOptions/Pythia8_Powheg_Main31.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]
#--------------------------------------------------------------
# Inclusive Higgs decay in Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
#--------------------------------------------------------------
# TTbarWToLeptonFilter
# l+jets ttbar decay - in case input lhe files are inclusive
#--------------------------------------------------------------
include
(
"MC15JobOptions/TTbarWToLeptonFilter.py"
)
filtSeq
.
TTbarWToLeptonFilter
.
NumLeptons
=
1
#(-1: non-all had, 0: all had, 1: l+jets, 2: dilepton)
filtSeq
.
TTbarWToLeptonFilter
.
Ptcut
=
0.0
share/DSID346xxx/MC15.346921.PhPy8EG_A14NNPDF23_NNPDF30ME_ttH125_semilep_tautau_CPodd.py
0 → 100644
View file @
4d46fc3f
#--------------------------------------------------------------
# JO to be used with this input TXT container:
# mc15_13TeV.346306.Powheg_NNPDF30ME_ttH125_semilep_LHE.evgen.TXT.e7020
#--------------------------------------------------------------
evgenConfig
.
process
=
"ttH semilep H->tautau CP odd"
evgenConfig
.
description
=
'POWHEG+Pythia8.230 ttH (semilep) production with A14 NNPDF2.3 tune'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'Higgs'
]
evgenConfig
.
contact
=
[
'tpelzer@cern.ch'
,
'antonio.salvucci@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
5
evgenConfig
.
generators
=
[
'Powheg'
,
'Pythia8'
,
'EvtGen'
]
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF 2.3 tune
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
'MC15JobOptions/Pythia8_Powheg_Main31.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]
#--------------------------------------------------------------
# Inclusive Higgs decay in Pythia8
#--------------------------------------------------------------
genSeq
.
Pythia8
.
Commands
+=
[
'HiggsH1:parity = 2'
,
'25:onMode = off'
,
# decay of Higgs
'25:onIfMatch = 15 15'
]
#--------------------------------------------------------------
# TTbarWToLeptonFilter
# l+jets ttbar decay - in case input lhe files are inclusive
#--------------------------------------------------------------
include
(
"MC15JobOptions/TTbarWToLeptonFilter.py"
)
filtSeq
.
TTbarWToLeptonFilter
.
NumLeptons
=
1
#(-1: non-all had, 0: all had, 1: l+jets, 2: dilepton)
filtSeq
.
TTbarWToLeptonFilter
.
Ptcut
=
0.0
share/DSID346xxx/MC15.346922.PhPy8EG_A14NNPDF23_NNPDF30ME_ttH125_semilep_tautau_mix50.py
0 → 100644
View file @
4d46fc3f
#--------------------------------------------------------------
# JO to be used with this input TXT container:
# mc15_13TeV.346306.Powheg_NNPDF30ME_ttH125_semilep_LHE.evgen.TXT.e7020
#--------------------------------------------------------------
evgenConfig
.
process
=
"ttH semilep H->tautau 50% CP even/odd"
evgenConfig
.
description
=
'POWHEG+Pythia8.230 ttH (semilep) production with A14 NNPDF2.3 tune'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'Higgs'
]
evgenConfig
.
contact
=
[
'tpelzer@cern.ch'
,
'antonio.salvucci@cern.ch'
,
'Ki.Lie@cern.ch'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
5
evgenConfig
.
generators
=
[
'Powheg'
,
'Pythia8'
,
'EvtGen'
]
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF 2.3 tune
#--------------------------------------------------------------
include
(
'MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
'MC15JobOptions/Pythia8_Powheg_Main31.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]