CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
customise_dileptons.py
Go to the documentation of this file.
1 
2 def customise(process):
3 
4  process.generator.PythiaParameters.hydjetPythiaDefault = cms.vstring('MSEL=0 ! user processes',
5  'CKIN(3)=6.',# ! ptMin
6  'MSTP(81)=0'
7  )
8 
9  process.generator.PythiaParameters.parameterSets = cms.vstring('pythiaUESettings',
10  'hydjetPythiaDefault',
11  'pythiaJets',
12  'pythiaPromptPhotons',
13  'pythiaZjets',
14  'pythiaBottomoniumNRQCD',
15  'pythiaCharmoniumNRQCD',
16  'pythiaQuarkoniaSettings',
17  'pythiaWeakBosons'
18  )
19  return process