ATLAS Offline Software
Loading...
Searching...
No Matches
Generators
EvgenJobTransforms
share
EvgenTest
421113
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
from
EvgenJobTransforms.EvgenCAConfig
import
EvgenConfig
4
5
class
Sample
(EvgenConfig):
6
7
def
setupFlags
(self, flags):
8
self.
description
=
"Inelastic minimum bias, with the A2 MSTW2008LO tune and EvtGen"
9
self.
keywords
= [
"QCD"
,
"minBias"
,
"SM"
]
10
self.
contact
= [
"spyros.argyropoulos@cern.ch"
]
11
self.
generators
= [
"Pythia8"
]
12
self.
nEventsPerJob
= 1000
13
14
def
setupProcess
(self, flags):
15
# Pythia8 process
16
p8_process = [
"SoftQCD:inelastic = on"
]
17
18
# Pythia with EvtGen
19
from
Pythia8_i.Pythia8Config
import
Pythia8_A2_MSTW2008LO_EvtGen_Common_Cfg
20
sampleConfig = Pythia8_A2_MSTW2008LO_EvtGen_Common_Cfg(flags, Commands=p8_process)
21
22
return
sampleConfig
mc.Sample
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:5
mc.Sample.setupProcess
setupProcess(self, flags)
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:14
mc.Sample.contact
list contact
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:10
mc.Sample.description
str description
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:8
mc.Sample.nEventsPerJob
int nEventsPerJob
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:12
mc.Sample.setupFlags
setupFlags(self, flags)
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:7
mc.Sample.keywords
list keywords
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:9
mc.Sample.generators
list generators
Definition
mc.Py8EG_A2MSTW2008LO_minbias_inelastic.py:11
Generated on
for ATLAS Offline Software by
1.14.0