CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/GeneratorInterface/HydjetInterface/python/customise_dileptons.py

Go to the documentation of this file.
00001 
00002 def customise(process):
00003 
00004     process.generator.PythiaParameters.hydjetPythiaDefault = cms.vstring('MSEL=0   ! user processes',
00005                                                                          'CKIN(3)=6.',# ! ptMin
00006                                                                          'MSTP(81)=0'
00007                                                                          )
00008 
00009     process.generator.PythiaParameters.parameterSets = cms.vstring('pythiaUESettings',
00010                                                                    'hydjetPythiaDefault',
00011                                                                    'pythiaJets',
00012                                                                    'pythiaPromptPhotons',
00013                                                                    'pythiaZjets',
00014                                                                    'pythiaBottomoniumNRQCD',
00015                                                                    'pythiaCharmoniumNRQCD',
00016                                                                    'pythiaQuarkoniaSettings',
00017                                                                    'pythiaWeakBosons'
00018                                                                    )
00019     return process