CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py
Go to the documentation of this file.
2 
4 # Input source
5 generator = cms.EDFilter("Pythia6GeneratorFilter",
6  pythiaHepMCVerbosity = cms.untracked.bool(False),
7  maxEventsToPrint = cms.untracked.int32(0),
8  pythiaPylistVerbosity = cms.untracked.int32(0),
9  filterEfficiency = cms.untracked.double(1.0),
10 
11  # cross section: 20-30 == 326.7, 30-50 == 227.0, 50-80 == 93.17,
12  # 80-120 == 31.48, 120-170 == 9.63, 170-230 == 2.92, 230-300 == 0.8852
13 # crossSection = cms.untracked.double(691.7852),
14  #
15  # at 10 TeV it scales down to 426
16  #
17  crossSection = cms.untracked.double(425.6),
18  comEnergy = cms.double(8000.0),
19  PythiaParameters = cms.PSet(
20  pythiaUESettingsBlock,
21 
22  processParameters = cms.vstring('MSEL=0 !User defined processes',
23  'MSUB(15)=1 ',
24  'MSUB(30)=1 ',
25  'MDME(174,1)=0 !Z decay into d dbar',
26  'MDME(175,1)=0 !Z decay into u ubar',
27  'MDME(176,1)=0 !Z decay into s sbar',
28  'MDME(177,1)=0 !Z decay into c cbar',
29  'MDME(178,1)=0 !Z decay into b bbar',
30  'MDME(179,1)=0 !Z decay into t tbar',
31  'MDME(182,1)=0 !Z decay into e- e+',
32  'MDME(183,1)=0 !Z decay into nu_e nu_ebar',
33  'MDME(184,1)=1 !Z decay into mu- mu+',
34  'MDME(185,1)=0 !Z decay into nu_mu nu_mubar',
35  'MDME(186,1)=0 !Z decay into tau- tau+',
36  'MDME(187,1)=0 !Z decay into nu_tau nu_taubar',
37  'CKIN(3)=20. ! minimum pt hat for hard interactions',
38  'CKIN(4)=300. ! maximum pt hat for hard interactions'),
39 
40  # This is a vector of ParameterSet names to be read, in this order
41  parameterSets = cms.vstring('pythiaUESettings',
42  'processParameters')
43 
44  )
45 )
46 
47 configurationMetadata = cms.untracked.PSet(
48  version = cms.untracked.string('$Revision: 1.2 $'),
49  name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_8TeV_cfg.py,v $'),
50  annotation = cms.untracked.string('ZmumuJets pt hat 20-300')
51 )