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
d8ab8bf7
Commit
d8ab8bf7
authored
Dec 16, 2020
by
Cyril Becot
Browse files
New tag
parent
4a24af06
Changes
12
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d8ab8bf7
2020-12-16 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-04-32
* up 343008,343010,343013,343015,343040,343042
* up 411420-411423
2020-12-14 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-04-31
* up 399634
...
...
share/DSID343xxx/MC15.343008.MadGraphPythia8EvtGen_A14NNPDF23LO_ggA220_Zh125_llbb.py
100644 → 100755
View file @
d8ab8bf7
include
(
'MC15JobOptions/MadGraphControl_
AZ
h_2HDM_GF.py'
)
include
(
'MC15JobOptions/MadGraphControl_
V
h_2HDM_GF.py'
)
share/DSID343xxx/MC15.343010.MadGraphPythia8EvtGen_A14NNPDF23LO_ggA260_Zh125_llbb.py
100644 → 100755
View file @
d8ab8bf7
include
(
'MC15JobOptions/MadGraphControl_
AZ
h_2HDM_GF.py'
)
include
(
'MC15JobOptions/MadGraphControl_
V
h_2HDM_GF.py'
)
share/DSID343xxx/MC15.343013.MadGraphPythia8EvtGen_A14NNPDF23LO_ggA340_Zh125_llbb.py
100644 → 100755
View file @
d8ab8bf7
include
(
'MC15JobOptions/MadGraphControl_
AZ
h_2HDM_GF.py'
)
include
(
'MC15JobOptions/MadGraphControl_
V
h_2HDM_GF.py'
)
share/DSID343xxx/MC15.343015.MadGraphPythia8EvtGen_A14NNPDF23LO_ggA380_Zh125_llbb.py
100644 → 100755
View file @
d8ab8bf7
include
(
'MC15JobOptions/MadGraphControl_
AZ
h_2HDM_GF.py'
)
include
(
'MC15JobOptions/MadGraphControl_
V
h_2HDM_GF.py'
)
share/DSID343xxx/MC15.343040.MadGraphPythia8EvtGen_A14NNPDF23LO_ggA340_Zh125_vvbb.py
100644 → 100755
View file @
d8ab8bf7
include
(
'MC15JobOptions/MadGraphControl_
AZ
h_2HDM_GF.py'
)
include
(
'MC15JobOptions/MadGraphControl_
V
h_2HDM_GF.py'
)
share/DSID343xxx/MC15.343042.MadGraphPythia8EvtGen_A14NNPDF23LO_ggA380_Zh125_vvbb.py
100644 → 100755
View file @
d8ab8bf7
include
(
'MC15JobOptions/MadGraphControl_
AZ
h_2HDM_GF.py'
)
include
(
'MC15JobOptions/MadGraphControl_
V
h_2HDM_GF.py'
)
share/DSID411xxx/MC15.411420.aMcAtNloPythia8EvtGen_NNPDF30ME_A14_tphiQHWW_Wall.py
View file @
d8ab8bf7
...
...
@@ -3,7 +3,7 @@ import fileinput
from
AthenaCommon
import
Logging
JOlog
=
Logging
.
logging
.
getLogger
(
'FCNCJobOption'
)
nevents
=
int
(
1.1
*
runArgs
.
maxEvents
)
nevents
=
int
(
3.5
*
runArgs
.
maxEvents
)
mode
=
0
gridpack_dir
=
'madevent/'
...
...
@@ -108,10 +108,10 @@ define All = l+ l- vl vl~ j
## The W decay
##wtyp = thisDSID%2
if
thisDSID
<=
3
:
### or thisDSID > 7:
if
thisDSID
<=
7
:
### or thisDSID > 7:
wstrm
=
', w- > l- vl~'
wstrp
=
', w+ > l+ vl'
elif
thisDSID
>=
4
:
elif
thisDSID
>=
8
:
wstrm
=
', w- > All All'
wstrp
=
', w+ > All All'
else
:
...
...
@@ -190,7 +190,7 @@ runArgs.contact = ['Ian Connelly <ian.connelly@cern.ch>']
include
(
"MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"MC15JobOptions/Pythia8_aMcAtNlo.py"
)
#
include("MC15JobOptions/Pythia8_ShowerWeights.py")
include
(
"MC15JobOptions/Pythia8_ShowerWeights.py"
)
###### For testing H->WW decays
...
...
@@ -198,3 +198,10 @@ genSeq.Pythia8.Commands += [
"25:onMode = off"
,
"25:onIfMatch = -24 24"
]
if
not
hasattr
(
filtSeq
,
"MultiLeptonFilter"
):
from
GeneratorFilters.GeneratorFiltersConf
import
MultiLeptonFilter
filtSeq
+=
MultiLeptonFilter
()
filtSeq
.
MultiLeptonFilter
.
NLeptons
=
2
filtSeq
.
MultiLeptonFilter
.
Ptcut
=
10000.0
# MeV
filtSeq
.
MultiLeptonFilter
.
Etacut
=
4.5
share/DSID411xxx/MC15.411421.aMcAtNloPythia8EvtGen_NNPDF30ME_A14_tcphiQHWW_Wall.py
View file @
d8ab8bf7
...
...
@@ -3,7 +3,7 @@ import fileinput
from
AthenaCommon
import
Logging
JOlog
=
Logging
.
logging
.
getLogger
(
'FCNCJobOption'
)
nevents
=
int
(
1.1
*
runArgs
.
maxEvents
)
nevents
=
int
(
3.5
*
runArgs
.
maxEvents
)
mode
=
0
gridpack_dir
=
'madevent/'
...
...
@@ -108,10 +108,10 @@ define All = l+ l- vl vl~ j
## The W decay
##wtyp = thisDSID%2
if
thisDSID
<=
3
:
### or thisDSID > 7:
if
thisDSID
<=
7
:
### or thisDSID > 7:
wstrm
=
', w- > l- vl~'
wstrp
=
', w+ > l+ vl'
elif
thisDSID
>=
4
:
elif
thisDSID
>=
8
:
wstrm
=
', w- > All All'
wstrp
=
', w+ > All All'
else
:
...
...
@@ -190,7 +190,7 @@ runArgs.contact = ['Ian Connelly <ian.connelly@cern.ch>']
include
(
"MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"MC15JobOptions/Pythia8_aMcAtNlo.py"
)
#
include("MC15JobOptions/Pythia8_ShowerWeights.py")
include
(
"MC15JobOptions/Pythia8_ShowerWeights.py"
)
###### For testing H->WW decays
...
...
@@ -198,3 +198,10 @@ genSeq.Pythia8.Commands += [
"25:onMode = off"
,
"25:onIfMatch = -24 24"
]
if
not
hasattr
(
filtSeq
,
"MultiLeptonFilter"
):
from
GeneratorFilters.GeneratorFiltersConf
import
MultiLeptonFilter
filtSeq
+=
MultiLeptonFilter
()
filtSeq
.
MultiLeptonFilter
.
NLeptons
=
2
filtSeq
.
MultiLeptonFilter
.
Ptcut
=
10000.0
# MeV
filtSeq
.
MultiLeptonFilter
.
Etacut
=
4.5
share/DSID411xxx/MC15.411422.aMcAtNloPythia8EvtGen_NNPDF30ME_A14_uphiQHWW_Wall.py
View file @
d8ab8bf7
...
...
@@ -3,7 +3,7 @@ import fileinput
from
AthenaCommon
import
Logging
JOlog
=
Logging
.
logging
.
getLogger
(
'FCNCJobOption'
)
nevents
=
int
(
1.1
*
runArgs
.
maxEvents
)
nevents
=
int
(
3.5
*
runArgs
.
maxEvents
)
mode
=
0
gridpack_dir
=
'madevent/'
...
...
@@ -108,10 +108,10 @@ define All = l+ l- vl vl~ j
## The W decay
##wtyp = thisDSID%2
if
thisDSID
<=
3
:
### or thisDSID > 7:
if
thisDSID
<=
7
:
### or thisDSID > 7:
wstrm
=
', w- > l- vl~'
wstrp
=
', w+ > l+ vl'
elif
thisDSID
>=
4
:
elif
thisDSID
>=
8
:
wstrm
=
', w- > All All'
wstrp
=
', w+ > All All'
else
:
...
...
@@ -190,7 +190,7 @@ runArgs.contact = ['Ian Connelly <ian.connelly@cern.ch>']
include
(
"MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"MC15JobOptions/Pythia8_aMcAtNlo.py"
)
#
include("MC15JobOptions/Pythia8_ShowerWeights.py")
include
(
"MC15JobOptions/Pythia8_ShowerWeights.py"
)
###### For testing H->WW decays
...
...
@@ -198,3 +198,10 @@ genSeq.Pythia8.Commands += [
"25:onMode = off"
,
"25:onIfMatch = -24 24"
]
if
not
hasattr
(
filtSeq
,
"MultiLeptonFilter"
):
from
GeneratorFilters.GeneratorFiltersConf
import
MultiLeptonFilter
filtSeq
+=
MultiLeptonFilter
()
filtSeq
.
MultiLeptonFilter
.
NLeptons
=
2
filtSeq
.
MultiLeptonFilter
.
Ptcut
=
10000.0
# MeV
filtSeq
.
MultiLeptonFilter
.
Etacut
=
4.5
share/DSID411xxx/MC15.411423.aMcAtNloPythia8EvtGen_NNPDF30ME_A14_ctphiQHWW_Wall.py
View file @
d8ab8bf7
...
...
@@ -3,7 +3,7 @@ import fileinput
from
AthenaCommon
import
Logging
JOlog
=
Logging
.
logging
.
getLogger
(
'FCNCJobOption'
)
nevents
=
int
(
1.1
*
runArgs
.
maxEvents
)
nevents
=
int
(
3.5
*
runArgs
.
maxEvents
)
mode
=
0
gridpack_dir
=
'madevent/'
...
...
@@ -108,10 +108,10 @@ define All = l+ l- vl vl~ j
## The W decay
##wtyp = thisDSID%2
if
thisDSID
<=
3
:
### or thisDSID > 7:
if
thisDSID
<=
7
:
### or thisDSID > 7:
wstrm
=
', w- > l- vl~'
wstrp
=
', w+ > l+ vl'
elif
thisDSID
>=
4
:
elif
thisDSID
>=
8
:
wstrm
=
', w- > All All'
wstrp
=
', w+ > All All'
else
:
...
...
@@ -190,7 +190,7 @@ runArgs.contact = ['Ian Connelly <ian.connelly@cern.ch>']
include
(
"MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"MC15JobOptions/Pythia8_aMcAtNlo.py"
)
#
include("MC15JobOptions/Pythia8_ShowerWeights.py")
include
(
"MC15JobOptions/Pythia8_ShowerWeights.py"
)
###### For testing H->WW decays
...
...
@@ -198,3 +198,10 @@ genSeq.Pythia8.Commands += [
"25:onMode = off"
,
"25:onIfMatch = -24 24"
]
if
not
hasattr
(
filtSeq
,
"MultiLeptonFilter"
):
from
GeneratorFilters.GeneratorFiltersConf
import
MultiLeptonFilter
filtSeq
+=
MultiLeptonFilter
()
filtSeq
.
MultiLeptonFilter
.
NLeptons
=
2
filtSeq
.
MultiLeptonFilter
.
Ptcut
=
10000.0
# MeV
filtSeq
.
MultiLeptonFilter
.
Etacut
=
4.5
tag
View file @
d8ab8bf7
MC15JobOptions-01-04-3
1
/
MC15JobOptions-01-04-3
2
/
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