1 import FWCore.ParameterSet.Config
as cms
4 generator = cms.EDFilter(
"Pythia6GeneratorFilter",
5 pythiaVerbosity = cms.untracked.bool(
False),
6 comEnergy = cms.double(10000.0),
7 PythiaParameters = cms.PSet(
12 myParameters = cms.vstring(
'PMAS(32,1)= 5000. !mass of Zprime',
13 'MSEL=0 !(D=1) to select between full user control (0, then use MSUB) and some preprogrammed alternative',
14 'MSTP(44) = 3 !only select the Z process',
15 'MSUB(141) = 1 !ff gamma z0 Z0',
16 'MSTJ(11)=3 ! Choice of the fragmentation function',
17 'MSTJ(22)=2 !Decay those unstable particles',
18 'MSTP(2)=1 !which order running alphaS',
19 'MSTP(33)=0 !(D=0) inclusion of K factors in (=0: none, i.e. K=1)',
20 'MSTP(51)=7 !structure function chosen',
21 'MSTP(81)=1 !multiple parton interactions 1 is Pythia default',
22 'MSTP(82)=4 !Defines the multi-parton model',
23 'MSTU(21)=1 !Check on possible errors during program execution',
24 'PARJ(71)=10. !for which ctau 10 mm',
25 'PARP(82)=1.9 !pt cutoff for multiparton interactions',
26 'PARP(89)=1000. !sqrts for which PARP82 is set',
27 'PARP(84)=0.4 !Multiple interactions: matter distribution Registered by Chris.Seez@cern.ch',
28 'PARP(90)=0.16 !Multiple interactions: rescaling power Registered by Chris.Seez@cern.ch',
29 'PMAS(5,1)=4.2 !mass of b quark',
30 'PMAS(6,1)=175. !mass of top quark',
31 'PMAS(23,1)=91.187 !mass of Z',
32 'PMAS(24,1)=80.22 !mass of W',
33 'MDME(289,1)= 1 !d dbar',
34 'MDME(290,1)= 1 !u ubar',
35 'MDME(291,1)= 1 !s sbar',
36 'MDME(292,1)= 1 !c cbar',
37 'MDME(293,1)= 0 !b bar',
38 'MDME(294,1)= 0 !t tbar',
39 'MDME(295,1)= 0 !4th gen Q Qbar',
40 'MDME(296,1)= 0 !4th gen Q Qbar',
41 'MDME(297,1)= 0 !e e',
42 'MDME(298,1)= 0 !neutrino e e',
43 'MDME(299,1)= 0 ! mu mu',
44 'MDME(300,1)= 0 !neutrino mu mu',
45 'MDME(301,1)= 0 !tau tau',
46 'MDME(302,1)= 0 !neutrino tau tau',
47 'MDME(303,1)= 0 !4th generation lepton',
48 'MDME(304,1)= 0 !4th generation neutrino',
49 'MDME(305,1)= 0 !W W',
50 'MDME(306,1)= 0 !H charged higgs',
53 'MDME(309,1)= 0 !sm higgs',
54 'MDME(310,1)= 0 !weird neutral higgs HA'),
58 parameterSets = cms.vstring(
'pythiaDefault',