CMS 3D CMS Logo

Variables

RS750_quarks_and_leptons_cff Namespace Reference

Variables

tuple generator

Variable Documentation

Initial value:
00001 cms.EDFilter("Pythia6GeneratorFilter",
00002     pythiaPylistVerbosity = cms.untracked.int32(1),
00003     filterEfficiency = cms.untracked.double(1.0),
00004     pythiaHepMCVerbosity = cms.untracked.bool(False),
00005     comEnergy = cms.double(10000.0),
00006     crossSection = cms.untracked.double(17.52),
00007     maxEventsToPrint = cms.untracked.int32(0),
00008     PythiaParameters = cms.PSet(
00009         pythiaUESettingsBlock,
00010         processParameters = cms.vstring('PMAS(6,1)=172.3 ! t quark mass', 
00011             'PMAS(347,1)= 750.0 ! graviton mass', 
00012             'PARP(50)=0.54  ! c(k/Mpl) * 5.4', 
00013             'MSEL=0         ! User defined processes', 
00014             'MSUB(391)=1    ! ffbar->G*', 
00015             'MSUB(392)=1    ! gg->G*', 
00016             '5000039:ALLOFF ! Turn off graviton decays', 
00017             '5000039:ONIFANY 1 2 3 4 5 11 13 ! graviton decays into quarks (except top) and leptons ', 
00018             'CKIN(3)=25.    ! Pt hat lower cut', 
00019             'CKIN(4)=-1.    ! Pt hat upper cut', 
00020             'CKIN(13)=-10.  ! etamin', 
00021             'CKIN(14)=10.   ! etamax', 
00022             'CKIN(15)=-10.  ! -etamax', 
00023             'CKIN(16)=10.   ! -etamin'),
00024         parameterSets = cms.vstring('pythiaUESettings', 
00025             'processParameters')
00026     )
00027 )

Definition at line 5 of file RS750_quarks_and_leptons_cff.py.