CMS 3D CMS Logo

Functions

customise_dileptons Namespace Reference

Functions

def customise

Function Documentation

def customise_dileptons::customise (   process)

Definition at line 2 of file customise_dileptons.py.

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