Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas-physics
pmg
infrastructure
MC15JobOptions
Commits
3560cb5f
Commit
3560cb5f
authored
Oct 24, 2019
by
Cyril Becot
Browse files
ATLMCPROD-7993
parent
bcd05a9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/DSID420xxx/MC15.420333.Superchic_3p05_gammagamma2gammagamma_M10.py
0 → 100644
View file @
3560cb5f
evgenConfig
.
description
=
"Superchic 3.05 gamma + gamma -> gamma + gamma process in UPC collisions at 5020 GeV, M_gg > 10 GeV, pT(gamma) > 0 GeV, |eta(gamma)| < 5.0"
evgenConfig
.
keywords
=
[
"2photon"
,
"2photon"
]
#evgenConfig.weighting = 0
evgenConfig
.
contact
=
[
"prabhakar.palni@cern.ch"
]
if
not
os
.
path
.
exists
(
'inputs'
):
os
.
makedirs
(
'inputs'
)
if
not
os
.
path
.
exists
(
'evrecs'
):
os
.
makedirs
(
'evrecs'
)
from
Superchic_i.Superchic_iConf
import
Superchic_i
genSeq
+=
Superchic_i
(
"Superchic"
)
genSeq
.
Superchic
.
McEventKey
=
"GEN_EVENT"
evgenConfig
.
generators
+=
[
"Superchic"
]
from
AthenaPoolCnvSvc.WriteAthenaPool
import
AthenaPoolOutputStream
_evgenstream
=
AthenaPoolOutputStream
(
"StreamEVGEN"
)
_evgenstream
.
ItemList
=
[
"2101#*"
,
"133273#GEN_EVENT"
]
del
_evgenstream
# TODO: Sort out proper param setting based on runArgs.ecmEnergy
if
int
(
runArgs
.
ecmEnergy
)
!=
5020
:
evgenLog
.
error
(
" Set beam energy in JO initialization with parameter rts "
)
sys
.
exit
(
1
)
genSeq
.
Superchic
.
Initialize
=
\
[
"rts 5.02d3"
,
# set the COM collision energy (in fortran syntax)
"isurv 4"
,
# Model of soft survival
"intag 'in5'"
,
# for input files
"PDFname 'MMHT2014lo68cl'"
,
# PDF set name
"PDFmember 0"
,
# PDF member
"proc 59"
,
# Process number (59 = gg->gg, 56 =gg->ee )
"beam 'ion'"
,
# Beam type ('prot', 'ion')
"outtg 'out'"
,
# for output file name
"sfaci .true."
,
# Include soft survival effects
"ncall 10000"
,
# Number of calls for preconditioning
"itmx 10"
,
# Number of iterations for preconditioning
"prec 1.0d0"
,
# precision
"ymin -5d0"
,
# Minimum object rapidity Y_X
"ymax 5d0"
,
# Maximum object rapidity Y_X
"mmin 10d0"
,
# Minimum object mass M_X
"mmax 500d0"
,
# Maximum object mass M_X
"gencuts .true."
,
# Generate cuts below
"ptamin 0d0"
,
# Minimum pT of outgoing object a (gamma)
"ptbmin 0d0"
,
# Minimum pT of outgoing object b (gamma)
"etaamin -5d0"
,
# Minimum eta of outgoing object a
"etaamax 5d0"
,
# Maximum eta of outgoing object a
"etabmin -5d0"
,
# Minimum eta of outgoing object b
"etabmax 5d0"
,
# Maximum eta of outgoing object b
"acoabmax 100d0"
# Maximum Acoplanarity of the system
]
share/DSID420xxx/MC15.420334.Superchic_3p05_gammagamma2gammagamma_3p6M10.py
0 → 100644
View file @
3560cb5f
evgenConfig
.
description
=
"Superchic 3.05 gamma + gamma -> gamma + gamma process in UPC collisions at 5020 GeV, 3.6 < M_gg < 10.0 GeV, pT(gamma) > 0 GeV, |eta(gamma)| < 5.0"
evgenConfig
.
keywords
=
[
"2photon"
,
"2photon"
]
#evgenConfig.weighting = 0
evgenConfig
.
contact
=
[
"prabhakar.palni@cern.ch"
]
if
not
os
.
path
.
exists
(
'inputs'
):
os
.
makedirs
(
'inputs'
)
if
not
os
.
path
.
exists
(
'evrecs'
):
os
.
makedirs
(
'evrecs'
)
from
Superchic_i.Superchic_iConf
import
Superchic_i
genSeq
+=
Superchic_i
(
"Superchic"
)
genSeq
.
Superchic
.
McEventKey
=
"GEN_EVENT"
evgenConfig
.
generators
+=
[
"Superchic"
]
from
AthenaPoolCnvSvc.WriteAthenaPool
import
AthenaPoolOutputStream
_evgenstream
=
AthenaPoolOutputStream
(
"StreamEVGEN"
)
_evgenstream
.
ItemList
=
[
"2101#*"
,
"133273#GEN_EVENT"
]
del
_evgenstream
# TODO: Sort out proper param setting based on runArgs.ecmEnergy
if
int
(
runArgs
.
ecmEnergy
)
!=
5020
:
evgenLog
.
error
(
" Set beam energy in JO initialization with parameter rts "
)
sys
.
exit
(
1
)
genSeq
.
Superchic
.
Initialize
=
\
[
"rts 5.02d3"
,
# set the COM collision energy (in fortran syntax)
"isurv 4"
,
# Model of soft survival
"intag 'in5'"
,
# for input files
"PDFname 'MMHT2014lo68cl'"
,
# PDF set name
"PDFmember 0"
,
# PDF member
"proc 59"
,
# Process number (59 = gg->gg, 56 =gg->ee )
"beam 'ion'"
,
# Beam type ('prot', 'ion')
"outtg 'out'"
,
# for output file name
"sfaci .true."
,
# Include soft survival effects
"ncall 10000"
,
# Number of calls for preconditioning
"itmx 10"
,
# Number of iterations for preconditioning
"prec 1.0d0"
,
# precision
"ymin -5d0"
,
# Minimum object rapidity Y_X
"ymax 5d0"
,
# Maximum object rapidity Y_X
"mmin 3.6d0"
,
# Minimum object mass M_X
"mmax 10d0"
,
# Maximum object mass M_X
"gencuts .true."
,
# Generate cuts below
"ptamin 0d0"
,
# Minimum pT of outgoing object a (gamma)
"ptbmin 0d0"
,
# Minimum pT of outgoing object b (gamma)
"etaamin -5d0"
,
# Minimum eta of outgoing object a
"etaamax 5d0"
,
# Maximum eta of outgoing object a
"etabmin -5d0"
,
# Minimum eta of outgoing object b
"etabmax 5d0"
,
# Maximum eta of outgoing object b
"acoabmax 100d0"
# Maximum Acoplanarity of the system
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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