CMS 3D CMS Logo

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