CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QCD_Pt_80_120_14TeV_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(14000.0),
10  PythiaParameters = cms.PSet(
11  pythiaUESettingsBlock,
12  processParameters = cms.vstring('MSEL=1 ! QCD hight pT processes',
13  'CKIN(3)=80. ! minimum pt hat for hard interactions',
14  'CKIN(4)=120. ! maximum pt hat for hard interactions'),
15  # This is a vector of ParameterSet names to be read, in this order
16  parameterSets = cms.vstring('pythiaUESettings',
17  'processParameters')
18  )
19 )