CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Wjet_Pt_3000_3500_13TeV_cfi.py
Go to the documentation of this file.
2 
4 generator = cms.EDFilter("Pythia6GeneratorFilter",
5  pythiaPylistVerbosity = cms.untracked.int32(0),
6  filterEfficiency = cms.untracked.double(1.0),
7  pythiaHepMCVerbosity = cms.untracked.bool(False),
8  crossSection = cms.untracked.double(0.000000313),
9  comEnergy = cms.double(13000.0),
10  maxEventsToPrint = cms.untracked.int32(0),
11  PythiaParameters = cms.PSet(
12  pythiaUESettingsBlock,
13  processParameters = cms.vstring('MSEL = 0 !User defined processes',
14  'MSUB(16) = 1 !qW production',
15  'MSUB(31) = 1 !gW production',
16  'CKIN(3) = 3000. !minimum pthat for hard interaction',
17  'CKIN(4) = 3500. !maximum pthat for hard interaction',
18  'MDME(190,1) = 0 !W decay into dbar u',
19  'MDME(191,1) = 0 !W decay into dbar c',
20  'MDME(192,1) = 0 !W decay into dbar t',
21  'MDME(194,1) = 0 !W decay into sbar u',
22  'MDME(195,1) = 0 !W decay into sbar c',
23  'MDME(196,1) = 0 !W decay into sbar t',
24  'MDME(198,1) = 0 !W decay into bbar u',
25  'MDME(199,1) = 0 !W decay into bbar c',
26  'MDME(200,1) = 0 !W decay into bbar t',
27  'MDME(206,1) = 1 !W decay into e+ nu_e',
28  'MDME(207,1) = 1 !W decay into mu+ nu_mu',
29  'MDME(208,1) = 1 !W decay into tau+ nu_tau'),
30  # This is a vector of ParameterSet names to be read, in this order
31  parameterSets = cms.vstring('pythiaUESettings',
32  'processParameters')
33  )
34 )