CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
customise_dileptons Namespace Reference

Functions

def customise
 

Function Documentation

def customise_dileptons.customise (   process)

Definition at line 2 of file customise_dileptons.py.

2 
3 def customise(process):
4 
5  process.generator.PythiaParameters.hydjetPythiaDefault = cms.vstring('MSEL=0 ! user processes',
6  'CKIN(3)=6.',# ! ptMin
7  'MSTP(81)=0'
8  )
9 
10  process.generator.PythiaParameters.parameterSets = cms.vstring('pythiaUESettings',
11  'hydjetPythiaDefault',
12  'pythiaJets',
13  'pythiaPromptPhotons',
14  'pythiaZjets',
15  'pythiaBottomoniumNRQCD',
16  'pythiaCharmoniumNRQCD',
17  'pythiaQuarkoniaSettings',
18  'pythiaWeakBosons'
19  )
20  return process