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
b029f4f9
Commit
b029f4f9
authored
Jan 21, 2021
by
Joany Manjarres
Browse files
see ChangeLog
parent
b3f3a39a
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b029f4f9
2021-01-21 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-04-37/
* add JO 420225-227
2021-01-14 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-04-36/
* up 399625-399644
2021-01-08 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-04-35
* add JO 313406-410
...
...
share/DSID420xxx/MC15.420225.Hijing_pp_minbias_5TeV.py
0 → 100644
View file @
b029f4f9
###############################################################
#
# Job options file for Hijing (with diffraction) generation of
# p + p collisions at 5020 GeV CMS
#
# Andrzej Olszewski
#
# Created: December 2020
#==============================================================
# use common fragment
include
(
"MC15JobOptions/Hijing_Common.py"
)
evgenConfig
.
description
=
"Hijing p+p minbias collisions at 5020 GeV"
evgenConfig
.
keywords
=
[
"ND"
]
evgenConfig
.
contact
=
[
"Andrzej.Olszewski@ifj.edu.pl"
]
evgenConfig
.
minevents
=
5000
#----------------------
# Hijing Parameters
#----------------------
Hijing
=
genSeq
.
Hijing
Hijing
.
Initialize
=
[
"efrm 5020."
,
"frame CMS"
,
"proj P"
,
"targ P"
,
"iap 1"
,
"izp 1"
,
"iat 1"
,
"izt 1"
,
# simulation of minimum-bias events
"bmin 0"
,
"bmax 10"
,
# turns OFF jet quenching:
"ihpr2 4 0"
,
# Jan24,06 turns ON decays charm and bottom but not pi0, lambda, ...
"ihpr2 12 2"
,
# turns ON retaining of particle history - truth information:
"ihpr2 21 1"
,
# turning OFF string radiation
"ihpr2 1 0"
,
# Nov 10,11, set minimum pt for hard scatterings to default, 2 GeV
"hipr1 8 2"
,
# Nov 10,11, turn off diffractive scatterings
"ihpr2 13 0"
]
share/DSID420xxx/MC15.420226.Hijing_pp_nchge40_5TeV.py
0 → 100644
View file @
b029f4f9
###############################################################
#
# Job options file for Hijing (with diffraction) generation of
# p + p collisions at 5020 GeV CMS with n_charged cut
#
# Andrzej Olszewski
#
# Created: December 2020
#==============================================================
# use common fragment
include
(
"MC15JobOptions/Hijing_Common.py"
)
evgenConfig
.
description
=
"Hijing p+p collisions at 5020 GeV, nch>40"
evgenConfig
.
keywords
=
[
"ND"
]
evgenConfig
.
contact
=
[
"Andrzej.Olszewski@ifj.edu.pl"
]
evgenConfig
.
minevents
=
5000
#----------------------
# Hijing Parameters
#----------------------
Hijing
=
genSeq
.
Hijing
Hijing
.
Initialize
=
[
"efrm 5020."
,
"frame CMS"
,
"proj P"
,
"targ P"
,
"iap 1"
,
"izp 1"
,
"iat 1"
,
"izt 1"
,
# simulation of minimum-bias events
"bmin 0"
,
"bmax 10"
,
# turns OFF jet quenching:
"ihpr2 4 0"
,
# Jan24,06 turns ON decays charm and bottom but not pi0, lambda, ...
"ihpr2 12 2"
,
# turns ON retaining of particle history - truth information:
"ihpr2 21 1"
,
# turning OFF string radiation
"ihpr2 1 0"
,
# Nov 10,11, set minimum pt for hard scatterings to default, 2 GeV
"hipr1 8 2"
,
# Nov 10,11, turn off diffractive scatterings
"ihpr2 13 0"
]
from
GeneratorFilters.GeneratorFiltersConf
import
ChargedTracksFilter
if
"ChargedTracksFilter"
not
in
filtSeq
:
filtSeq
+=
ChargedTracksFilter
()
filtSeq
.
ChargedTracksFilter
.
Ptcut
=
400
filtSeq
.
ChargedTracksFilter
.
NTracks
=
40
share/DSID420xxx/MC15.420227.Hijing_pp_nchge70_5TeV.py
0 → 100644
View file @
b029f4f9
###############################################################
#
# Job options file for Hijing (with diffraction) generation of
# p + p collisions at 5020 GeV CMS with n_charged cut
#
# Andrzej Olszewski
#
# Created: December 2020
#==============================================================
# use common fragment
include
(
"MC15JobOptions/Hijing_Common.py"
)
evgenConfig
.
description
=
"Hijing p+p collisions at 5020 GeV, nch>70"
evgenConfig
.
keywords
=
[
"ND"
]
evgenConfig
.
contact
=
[
"Andrzej.Olszewski@ifj.edu.pl"
]
evgenConfig
.
minevents
=
5000
#----------------------
# Hijing Parameters
#----------------------
Hijing
=
genSeq
.
Hijing
Hijing
.
Initialize
=
[
"efrm 5020."
,
"frame CMS"
,
"proj P"
,
"targ P"
,
"iap 1"
,
"izp 1"
,
"iat 1"
,
"izt 1"
,
# simulation of minimum-bias events
"bmin 0"
,
"bmax 10"
,
# turns OFF jet quenching:
"ihpr2 4 0"
,
# Jan24,06 turns ON decays charm and bottom but not pi0, lambda, ...
"ihpr2 12 2"
,
# turns ON retaining of particle history - truth information:
"ihpr2 21 1"
,
# turning OFF string radiation
"ihpr2 1 0"
,
# Nov 10,11, set minimum pt for hard scatterings to default, 2 GeV
"hipr1 8 2"
,
# Nov 10,11, turn off diffractive scatterings
"ihpr2 13 0"
]
from
GeneratorFilters.GeneratorFiltersConf
import
ChargedTracksFilter
if
"ChargedTracksFilter"
not
in
filtSeq
:
filtSeq
+=
ChargedTracksFilter
()
filtSeq
.
ChargedTracksFilter
.
Ptcut
=
400
filtSeq
.
ChargedTracksFilter
.
NTracks
=
70
tag
View file @
b029f4f9
MC15JobOptions-01-04-3
6
/
MC15JobOptions-01-04-3
7
/
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