CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Configuration/Generator/python/QQH120Inv_7TeV_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # Z decays
00004 
00005 # Higgs decays
00006 
00007 import FWCore.ParameterSet.Config as cms
00008 
00009 from Configuration.Generator.PythiaUESettings_cfi import *
00010 Generator = cms.EDFilter("Pythia6GeneratorFilter",
00011     pythiaPylistVerbosity = cms.untracked.int32(1),
00012     # put here the efficiency of your filter (1. if no filter)
00013     filterEfficiency = cms.untracked.double(1.0),
00014     pythiaHepMCVerbosity = cms.untracked.bool(False),
00015     # put here the cross section of your process (in pb)
00016     crossSection = cms.untracked.double(4.3),
00017     comEnergy = cms.double(7000.0),
00018     maxEventsToPrint = cms.untracked.int32(3),
00019     PythiaParameters = cms.PSet(
00020         pythiaUESettingsBlock,
00021         processParameters = cms.vstring('PMAS(25,1)=120.0        !mass of Higgs', 
00022             'MSEL=0                  ! user selection for process', 
00023             'MSUB(123)=1             !ZZ fusion to H', 
00024             'MSUB(124)=1             !WW fusion to H', 
00025             'MDME(174,1)=0           !Z decay into d dbar', 
00026             'MDME(175,1)=0           !Z decay into u ubar', 
00027             'MDME(176,1)=0           !Z decay into s sbar', 
00028             'MDME(177,1)=0           !Z decay into c cbar', 
00029             'MDME(178,1)=0           !Z decay into b bbar', 
00030             'MDME(179,1)=0           !Z decay into t tbar', 
00031             'MDME(182,1)=0           !Z decay into e- e+', 
00032             'MDME(183,1)=1           !Z decay into nu_e nu_ebar', 
00033             'MDME(184,1)=0           !Z decay into mu- mu+', 
00034             'MDME(185,1)=0           !Z decay into nu_mu nu_mubar', 
00035             'MDME(186,1)=0           !Z decay into tau- tau+', 
00036             'MDME(187,1)=0           !Z decay into nu_tau nu_taubar', 
00037             'MDME(210,1)=0           !Higgs decay into dd', 
00038             'MDME(211,1)=0           !Higgs decay into uu', 
00039             'MDME(212,1)=0           !Higgs decay into ss', 
00040             'MDME(213,1)=0           !Higgs decay into cc', 
00041             'MDME(214,1)=0           !Higgs decay into bb', 
00042             'MDME(215,1)=0           !Higgs decay into tt', 
00043             'MDME(216,1)=0           !Higgs decay into', 
00044             'MDME(217,1)=0           !Higgs decay into Higgs decay', 
00045             'MDME(218,1)=0           !Higgs decay into e nu e', 
00046             'MDME(219,1)=0           !Higgs decay into mu nu mu', 
00047             'MDME(220,1)=0           !Higgs decay into tau nu tau', 
00048             'MDME(221,1)=0           !Higgs decay into Higgs decay', 
00049             'MDME(222,1)=0           !Higgs decay into g g', 
00050             'MDME(223,1)=0           !Higgs decay into gam gam', 
00051             'MDME(224,1)=0           !Higgs decay into gam Z', 
00052             'MDME(225,1)=1           !Higgs decay into Z Z', 
00053             'MDME(226,1)=0           !Higgs decay into W W'),
00054         # This is a vector of ParameterSet names to be read, in this order
00055         parameterSets = cms.vstring('pythiaUESettings', 
00056             'processParameters')
00057     )
00058 )