CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QCDForPF_8TeV_cfi.py
Go to the documentation of this file.
2 
4 generator = cms.EDFilter("Pythia6GeneratorFilter",
5  pythiaHepMCVerbosity = cms.untracked.bool(False),
6  pythiaPylistVerbosity = cms.untracked.int32(0),
7  comEnergy = cms.double(8000.0),
8  filterEfficiency = cms.untracked.double(1.0),
9  maxEventsToPrint = cms.untracked.int32(0),
10  PythiaParameters = cms.PSet(
11  pythiaUESettingsBlock,
12  processParameters = cms.vstring(
13  'MSEL=1 ! QCD hight pT processes',
14  'CKIN(3)=15. ! minimum pt hat for hard interactions',
15  'CKIN(4)=3000. ! maximum pt hat for hard interactions',
16  'MSTP(142)=2 ! Turns on the PYWEVT Pt reweighting routine'
17  ),
18  CSAParameters = cms.vstring(
19  'CSAMODE = 7 ! towards a "flat" QCD spectrum',
20  'PTPOWER = 4.5 ! reweighting of the pt spectrum'
21  ),
22  parameterSets = cms.vstring(
23  'pythiaUESettings',
24  'processParameters',
25  'CSAParameters'
26  )
27  )
28 )