CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTbar_cfi.py
Go to the documentation of this file.
2 
4 generator = cms.EDFilter("Pythia6GeneratorFilter",
5  pythiaHepMCVerbosity = cms.untracked.bool(False),
6  maxEventsToPrint = cms.untracked.int32(0),
7  pythiaPylistVerbosity = cms.untracked.int32(0),
8  filterEfficiency = cms.untracked.double(1.0),
9  comEnergy = cms.double(10000.0),
10  PythiaParameters = cms.PSet(
11  pythiaUESettingsBlock,
12  processParameters = cms.vstring('MSEL = 0 ! User defined processes',
13  'MSUB(81) = 1 ! qqbar to QQbar',
14  'MSUB(82) = 1 ! gg to QQbar',
15  'MSTP(7) = 6 ! flavour = top',
16  'PMAS(6,1) = 175. ! top quark mass'),
17  # This is a vector of ParameterSet names to be read, in this order
18  parameterSets = cms.vstring('pythiaUESettings',
19  'processParameters')
20  )
21 )