CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MinBias_8TeV_pythia8_cff.py
Go to the documentation of this file.
2 
3 source = cms.Source("EmptySource")
4 
5 generator = cms.EDFilter("Pythia8GeneratorFilter",
6  crossSection = cms.untracked.double(71.39e+09),
7  maxEventsToPrint = cms.untracked.int32(0),
8  pythiaPylistVerbosity = cms.untracked.int32(1),
9  filterEfficiency = cms.untracked.double(1.0),
10  pythiaHepMCVerbosity = cms.untracked.bool(False),
11  comEnergy = cms.double(8000.0),
12  PythiaParameters = cms.PSet(
13  processParameters = cms.vstring(
14  'Main:timesAllowErrors = 10000',
15  'ParticleDecays:limitTau0 = on',
16  'ParticleDecays:tauMax = 10',
17  'SoftQCD:nonDiffractive = on',
18  'SoftQCD:singleDiffractive = on',
19  'SoftQCD:doubleDiffractive = on',
20  'Tune:pp 2',
21  'Tune:ee 3'),
22  parameterSets = cms.vstring('processParameters')
23  )
24 )
25 
26 ProductionFilterSequence = cms.Sequence(generator)