CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RS750_quarks_and_leptons_7TeV_cff.py
Go to the documentation of this file.
2 
4 
5 generator = cms.EDFilter("Pythia6GeneratorFilter",
6  pythiaPylistVerbosity = cms.untracked.int32(1),
7  filterEfficiency = cms.untracked.double(1.0),
8  pythiaHepMCVerbosity = cms.untracked.bool(False),
9  comEnergy = cms.double(7000.0),
10  crossSection = cms.untracked.double(17.52),
11  maxEventsToPrint = cms.untracked.int32(0),
12  PythiaParameters = cms.PSet(
13  pythiaUESettingsBlock,
14  processParameters = cms.vstring('PMAS(6,1)=172.3 ! t quark mass',
15  'PMAS(347,1)= 750.0 ! graviton mass',
16  'PARP(50)=0.54 ! c(k/Mpl) * 5.4',
17  'MSEL=0 ! User defined processes',
18  'MSUB(391)=1 ! ffbar->G*',
19  'MSUB(392)=1 ! gg->G*',
20  '5000039:ALLOFF ! Turn off graviton decays',
21  '5000039:ONIFANY 1 2 3 4 5 11 13 ! graviton decays into quarks (except top) and leptons ',
22  'CKIN(3)=25. ! Pt hat lower cut',
23  'CKIN(4)=-1. ! Pt hat upper cut',
24  'CKIN(13)=-10. ! etamin',
25  'CKIN(14)=10. ! etamax',
26  'CKIN(15)=-10. ! -etamax',
27  'CKIN(16)=10. ! -etamin'),
28  parameterSets = cms.vstring('pythiaUESettings',
29  'processParameters')
30  )
31 )