00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 generator = cms.EDFilter("Pythia6GeneratorFilter",
00014
00015 pythiaHepMCVerbosity = cms.untracked.bool(False),
00016 maxEventsToPrint = cms.untracked.int32(0),
00017
00018 pythiaPylistVerbosity = cms.untracked.int32(0),
00019 comEnergy = cms.double(7000.0),
00020 PythiaParameters = cms.PSet(
00021 pythiaHZZmumumumu = cms.vstring('PMAS(25,1)=190.0 !mass of Higgs',
00022 'MSEL=0 !(D=1) to select between full user control (0, then use MSUB) and some preprogrammed alternative: QCD hight pT processes (1, then ISUB=11, 12, 13, 28, 53, 68), QCD low pT processes (2, then ISUB=11, 12, 13, 28, 53, 68, 91, 92, 94, 95)',
00023 'MSTJ(11)=3 !Choice of the fragmentation function',
00024 'MSTJ(41)=1 !Switch off Pythia QED bremsshtrahlung',
00025 'MSTP(51)=7 !structure function chosen',
00026 'MSTP(61)=0 ! no initial-state showers',
00027 'MSTP(71)=0 ! no final-state showers',
00028 'MSTP(81)=0 ! no multiple interactions',
00029 'MSTP(111)=0 ! no hadronization',
00030 'MSTU(21)=1 !Check on possible errors during program execution',
00031 'MSUB(102)=1 !ggH',
00032 'MSUB(123)=1 !ZZ fusion to H',
00033 'MSUB(124)=1 !WW fusion to H',
00034 'PARP(82)=1.9 !pt cutoff for multiparton interactions',
00035 'PARP(83)=0.5 !Multiple interactions: matter distrbn parameter Registered by Chris.Seez@cern.ch',
00036 'PARP(84)=0.4 !Multiple interactions: matter distribution parameter Registered by Chris.Seez@cern.ch',
00037 'PARP(90)=0.16 !Multiple interactions: rescaling power Registered by Chris.Seez@cern.ch',
00038 'CKIN(45)=5. !high mass cut on m2 in 2 to 2 process Registered by Chris.Seez@cern.ch',
00039 'CKIN(46)=150. !high mass cut on secondary resonance m1 in 2->1->2 process Registered by Alexandre.Nikitenko@cern.ch',
00040 'CKIN(47)=5. !low mass cut on secondary resonance m2 in 2->1->2 process Registered by Alexandre.Nikitenko@cern.ch',
00041 'CKIN(48)=150. !high mass cut on secondary resonance m2 in 2->1->2 process Registered by Alexandre.Nikitenko@cern.ch',
00042 'MDME(174,1)=0 !Z decay into d dbar',
00043 'MDME(175,1)=0 !Z decay into u ubar',
00044 'MDME(176,1)=0 !Z decay into s sbar',
00045 'MDME(177,1)=0 !Z decay into c cbar',
00046 'MDME(178,1)=0 !Z decay into b bbar',
00047 'MDME(179,1)=0 !Z decay into t tbar',
00048 'MDME(182,1)=0 !Z decay into e- e+',
00049 'MDME(183,1)=0 !Z decay into nu_e nu_ebar',
00050 'MDME(184,1)=1 !Z decay into mu- mu+',
00051 'MDME(185,1)=0 !Z decay into nu_mu nu_mubar',
00052 'MDME(186,1)=0 !Z decay into tau- tau+',
00053 'MDME(187,1)=0 !Z decay into nu_tau nu_taubar',
00054 'MDME(210,1)=0 !Higgs decay into dd',
00055 'MDME(211,1)=0 !Higgs decay into uu',
00056 'MDME(212,1)=0 !Higgs decay into ss',
00057 'MDME(213,1)=0 !Higgs decay into cc',
00058 'MDME(214,1)=0 !Higgs decay into bb',
00059 'MDME(215,1)=0 !Higgs decay into tt',
00060 'MDME(216,1)=0 !Higgs decay into',
00061 'MDME(217,1)=0 !Higgs decay into Higgs decay',
00062 'MDME(218,1)=0 !Higgs decay into e nu e',
00063 'MDME(219,1)=0 !Higgs decay into mu nu mu',
00064 'MDME(220,1)=0 !Higgs decay into tau nu tau',
00065 'MDME(221,1)=0 !Higgs decay into Higgs decay',
00066 'MDME(222,1)=0 !Higgs decay into g g',
00067 'MDME(223,1)=0 !Higgs decay into gam gam',
00068 'MDME(224,1)=0 !Higgs decay into gam Z',
00069 'MDME(225,1)=1 !Higgs decay into Z Z',
00070 'MDME(226,1)=0 !Higgs decay into W W',
00071 'MSTP(128)=2 !dec.prods out of doc section, point at parents in the main section'),
00072 parameterSets = cms.vstring('pythiaHZZmumumumu')
00073 )
00074 )