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
c451373e
Commit
c451373e
authored
Nov 18, 2019
by
Cyril Becot
Browse files
New tag
parent
45b5c8f9
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c451373e
2019-11-18 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-01-97
* up common/MadGraph/MadGraphControl_SimplifiedModel_onestepN2_ZN1.py
* add 346802
* up evgeninputfile.csv
2019-11-16 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-01-96
* yp share/evgeninputfiles.csv
...
...
common/MadGraph/MadGraphControl_SimplifiedModel_onestepN2_ZN1.py
View file @
c451373e
...
...
@@ -163,14 +163,17 @@ filters=[]
# Two-lepton+Met filter
if
'2LMET100'
in
runArgs
.
jobConfig
[
0
]:
if
deltaM
<=
7
:
evt_multiplier
=
210
elif
(
deltaM
>=
10
and
deltaM
<=
20
):
evt_multiplier
=
70
elif
(
deltaM
>
20
and
deltaM
<=
40
):
evt_multiplier
=
50
else
:
evt_multiplier
=
30
#if deltaM <= 7:
#evt_multiplier = 210
#elif (deltaM >= 10 and deltaM <= 20):
#evt_multiplier = 70
#elif (deltaM > 20 and deltaM <= 40):
#evt_multiplier = 50
#else:
#evt_multiplier = 30
evt_multiplier
=
100
include
(
'MC15JobOptions/MultiLeptonFilter.py'
)
MultiLeptonFilter
=
filtSeq
.
MultiLeptonFilter
...
...
share/DSID346xxx/MC15.346802.PhH7EG_NNLOPS_nnlo_30_ggH125_WWlvlv_noTau.py
0 → 100644
View file @
c451373e
#--------------------------------------------------------------
# Herwig showering
#--------------------------------------------------------------
# initialize Herwig7 generator configuration for showering of LHE files
include
(
"MC15JobOptions/Herwig7_LHEF.py"
)
# configure Herwig7
Herwig7Config
.
me_pdf_commands
(
order
=
"NLO"
,
name
=
"NNPDF30_nnlo_as_0118"
)
Herwig7Config
.
lhef_powhegbox_commands
(
lhe_filename
=
runArgs
.
inputGeneratorFile
,
me_pdf_order
=
"NLO"
)
Herwig7Config
.
tune_commands
()
# add EvtGen
include
(
"MC15JobOptions/Herwig71_EvtGen.py"
)
# only consider H->WW devays
Herwig7Config
.
add_commands
(
"""
# force H->WW decays
do /Herwig/Particles/h0:SelectDecayModes h0->W+,W-;
# print out Higgs decays modes and branching ratios to the terminal/log.generate
do /Herwig/Particles/h0:PrintDecayModes
# force W->enu/munu decays
do /Herwig/Particles/W+:SelectDecayModes W+->nu_e,e+; W+->nu_mu,mu+; W+->nu_tau,tau+;
do /Herwig/Particles/W-:SelectDecayModes W-->nu_ebar,e-; W-->nu_mubar,mu-; W-->nu_taubar,tau-;
# print out W decays modes and branching ratios to the terminal/log.generate
do /Herwig/Particles/W+:PrintDecayModes
do /Herwig/Particles/W-:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
'Powheg+Herwig7 H+jet production with NNLOPS and with H7UE tune'
evgenConfig
.
keywords
=
[
'Higgs'
,
'1jet'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
contact
=
[
'spyridon.argyropoulos@cern.ch'
]
# 2200 events per file - filtering efficiency ~49% => 1k events per file
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
10
evgenConfig
.
tune
=
"H7.1-Default"
#--------------------------------------------------------------
# Dilepton filter
#--------------------------------------------------------------
from
GeneratorFilters.GeneratorFiltersConf
import
MultiLeptonFilter
filtSeq
+=
MultiLeptonFilter
(
"Multi1TLeptonFilter"
)
filtSeq
+=
MultiLeptonFilter
(
"Multi2LLeptonFilter"
)
Multi1TLeptonFilter
=
filtSeq
.
Multi1TLeptonFilter
Multi1TLeptonFilter
.
Ptcut
=
15000.
Multi1TLeptonFilter
.
Etacut
=
5.0
Multi1TLeptonFilter
.
NLeptons
=
1
Multi2LLeptonFilter
=
filtSeq
.
Multi2LLeptonFilter
Multi2LLeptonFilter
.
Ptcut
=
5000.
Multi2LLeptonFilter
.
Etacut
=
5.0
Multi2LLeptonFilter
.
NLeptons
=
2
filtSeq
.
Expression
=
"(Multi1TLeptonFilter) and (Multi2LLeptonFilter)"
share/MC15JobOptions.list
View file @
c451373e
...
...
@@ -17009,6 +17009,7 @@ MC15.346794.MGPy8EG_A14NNPDF23LO_h2atata.py
MC15.346795.MGPy8EG_A14NNPDF23LO_h2atata.py
MC15.346796.MGPy8EG_A14NNPDF23LO_h2atata.py
MC15.346798.aMcAtNloPythia8EvtGen_ttH125_CPalpha_0_gamgam.py
MC15.346802.PhH7EG_NNLOPS_nnlo_30_ggH125_WWlvlv_noTau.py
DSID361xxx:
MC15.361000.Pythia8EvtGen_A14NNPDF23LO_jetjet_JZ0.py
share/evgeninputfiles.csv
View file @
c451373e
...
...
@@ -3027,6 +3027,7 @@ Dsid,energy,inputeventfile,(inputconffile)
346787,13000,mc15_13TeV.346692.PowhegPythia8_NNPDF30_VBFH140_LHE.evgen.TXT.e7756
346790, 13000, , group.phys-gener.mg262.346790.MGaMcAtNlo_llll_13TeV.TXT.mc15_v1
346791, 13000, , group.phys-gener.mg262.346790.MGaMcAtNlo_llll_13TeV.TXT.mc15_v1
346802, 13000, mc15_13TeV.343981.PowhegPythia8EvtGen_NNLOPS_nnlo_30_ggH125_gamgam.evgen.TXT.e5607
361039, 13000,, group.phys-gener.sherpa020100.361039.Sherpa_CT10_SinglePhotonPt35_70_CVetoBVeto_13TeV.TXT.mc15_v1
361040, 13000,, group.phys-gener.sherpa020100.361039.Sherpa_CT10_SinglePhotonPt35_70_CVetoBVeto_13TeV.TXT.mc15_v1
361041, 13000,, group.phys-gener.sherpa020100.361039.Sherpa_CT10_SinglePhotonPt35_70_CVetoBVeto_13TeV.TXT.mc15_v1
...
...
tag
View file @
c451373e
MC15JobOptions-01-01-96/
\ No newline at end of file
MC15JobOptions-01-01-97/
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment