CMS 3D CMS Logo

Functions
customise_dileptons Namespace Reference

Functions

def customise (process)
 

Function Documentation

def customise_dileptons.customise (   process)

Definition at line 2 of file customise_dileptons.py.

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
20