CMS 3D CMS Logo

QCDpt600_800_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Configuration.Generator.PythiaUESettings_cfi import *
00004 source = cms.Source("PythiaSource",
00005     pythiaHepMCVerbosity = cms.untracked.bool(False),
00006     maxEventsToPrint = cms.untracked.int32(0),
00007     pythiaPylistVerbosity = cms.untracked.int32(0),
00008     PythiaParameters = cms.PSet(
00009         pythiaUESettingsBlock,
00010         processParameters = cms.vstring('MSEL=1               ! QCD hight pT processes', 
00011             'CKIN(3)=600.          ! minimum pt hat for hard interactions', 
00012             'CKIN(4)=800.          ! maximum pt hat for hard interactions'),
00013         parameterSets = cms.vstring('pythiaUESettings', 
00014             'processParameters')
00015     )
00016 )
00017 
00018 

Generated on Tue Jun 9 17:35:04 2009 for CMSSW by  doxygen 1.5.4