Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
GeneratorInterface
HydjetInterface
python
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
customise_dileptons.customise
def customise
Definition:
customise_dileptons.py:2
Generated for CMSSW Reference Manual by
1.8.5