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.',
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